20:00

Free Test
/ 10

Quiz

1/10
SIMULATION Configure your Host Name, IP Address, Gateway and DNS. Host name: station.domain40.example.com /etc/sysconfig/network hostname=abc.com hostname abc.com IP Address:172.24.40.40/24 Gateway172.24.40.1 DNS:172.24.40.1
Select the answer
1 correct answer
See explanation below. # cd /etc/syscofig/network-scripts/ # ls # vim ifcfg-eth0 (Configure IP Address, Gateway and DNS) IPADDR=172.24.40.40 GATEWAY=172.24.40.1 DNS1=172.24.40.1 # vim /etc/sysconfig/network (Configure Host Name) HOSTNAME= station.domain40.example.com OR Graphical Interfaces: System->Preference->Network Connections (Configure IP Address, Gateway and DNS) Vim /etc/sysconfig/ network (Configure Host Name)

Quiz

2/10
SIMULATION Add 3 users: harry, natasha, tom. The requirements: The Additional group of the two users: harry, Natasha is the admin group. The user: tom's login shell should be non-interactive.
Select the answer
1 correct answer
See explanation below. # useradd -G admin harry # useradd -G admin natasha # useradd -s /sbin/nologin tom # id harry;id Natasha (Show additional group) # cat /etc/passwd (Show the login shell) OR # system-config-users

Quiz

3/10
SIMULATION Create a catalog under /home named admins. Its respective group is requested to be the admin group. The group users could read and write, while other users are not allowed to access it. The files created by users from the same group should also be the admin group.
Select the answer
1 correct answer
See explanation below. # cd /home/ # mkdir admins / # chown .admin admins/ # chmod 770 admins/ # chmod g+s admins/

Quiz

4/10
SIMULATION Configure a task: plan to run echo hello command at 14:23 every day.
Select the answer
1 correct answer
See explanation below. # which echo # crontab -e 23 14 * * * /bin/echo hello # crontab -l (Verify)

Quiz

5/10
SIMULATION Find the files owned by harry, and copy it to catalog: /opt/dir
Select the answer
1 correct answer
See explanation below. # cd /opt/ # mkdir dir # find / -user harry -exec cp -rfp {} /opt/dir/ \;

Quiz

6/10
SIMULATION Find the rows that contain abcde from file /etc/testfile, and write it to the file/tmp/testfile, and the sequence is requested as the same as /etc/testfile.
Select the answer
1 correct answer
See explanation below. # cat /etc/testfile | while read line; do echo $line | grep abcde | tee -a /tmp/testfile done OR grep `abcde' /etc/testfile > /tmp/testfile

Quiz

7/10
SIMULATION Create a 2G swap partition which take effect automatically at boot-start, and it should not affect the original swap partition.
Select the answer
1 correct answer
See explanation below. # fdisk /dev/sda p (check Partition table) n (create new partition: press e to create extended partition, press p to create the main partition, and the extended partition is further divided into logical partitions) Enter +2G t l W partx -a /dev/sda partprobe mkswap /dev/sda8 Copy UUID swapon -a vim /etc/fstab UUID=XXXXX swap swap defaults 0 0 (swapon -s)

Quiz

8/10
SIMULATION Create a user named alex, and the user id should be 1234, and the password should be alex111.
Select the answer
1 correct answer
See explanation below. # useradd -u 1234 alex # passwd alex alex111 alex111 OR echo alex111|passwd -stdin alex

Quiz

9/10
SIMULATION Install a FTP server, and request to anonymous download from /var/ftp/pub catalog. (it needs you to configure yum direct to the already existing file server.)
Select the answer
1 correct answer
See explanation below. # cd /etc/yum.repos.d # vim local.repo [local] name=local.repo baseurl=file:///mnt enabled=1 gpgcheck=0 # yum makecache # yum install -y vsftpd # service vsftpd restart # chkconfig vsftpd on # chkconfig --list vsftpd # vim /etc/vsftpd/vsftpd.conf anonymous_enable=YES

Quiz

10/10
Select the answer
1 correct answer
See explanation below. # yum install -y httpd # chkconfig httpd on # cd /var/www/html # wget http://ip/dir/example.html # cp example.com index.html # vim /etc/httpd/conf/httpd.conf NameVirtualHost 192.168.0.254:80 <VirtualHost 192.168.0.254:80> DocumentRoot /var/www/html/ ServerName station.domain40.example.com </VirtualHost>
Looking for more questions?Buy now

RedHat Red Hat Certified System Administrator Practice test unlocks all online simulator questions

Thank you for choosing the free version of the RedHat Red Hat Certified System Administrator practice test! Further deepen your knowledge on RedHat Simulator; by unlocking the full version of our RedHat Red Hat Certified System Administrator Simulator you will be able to take tests with over 111 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 111 questions.

BUY NOW

What to expect from our RedHat Red Hat Certified System Administrator practice tests and how to prepare for any exam?

The RedHat Red Hat Certified System Administrator Simulator Practice Tests are part of the RedHat Database and are the best way to prepare for any RedHat Red Hat Certified System Administrator exam. The RedHat Red Hat Certified System Administrator practice tests consist of 111 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The RedHat Red Hat Certified System Administrator database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with RedHat Red Hat Certified System Administrator Simulator will also give you an idea of the time it will take to complete each section of the RedHat Red Hat Certified System Administrator practice test . It is important to note that the RedHat Red Hat Certified System Administrator Simulator does not replace the classic RedHat Red Hat Certified System Administrator study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the RedHat Red Hat Certified System Administrator exam.

BUY NOW

RedHat Red Hat Certified System Administrator Practice test therefore represents an excellent tool to prepare for the actual exam together with our RedHat practice test . Our RedHat Red Hat Certified System Administrator Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our RedHat Red Hat Certified System Administrator Simulator and how our unique RedHat Red Hat Certified System Administrator Database made up of real questions:

Info quiz:

  • Quiz name:RedHat Red Hat Certified System Administrator
  • Total number of questions:111
  • Number of questions for the test:50
  • Pass score:80%

You can prepare for the RedHat Red Hat Certified System Administrator exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our RedHat Red Hat Certified System Administrator Simulator.

Use our Mobile App, available for both Android and iOS devices, with our RedHat Red Hat Certified System Administrator Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.

Our Mobile App contains all RedHat Red Hat Certified System Administrator practice tests which consist of 111 questions and also provide study material to pass the final RedHat Red Hat Certified System Administrator exam with guaranteed success. Our RedHat Red Hat Certified System Administrator database contain hundreds of questions and RedHat Tests related to RedHat Red Hat Certified System Administrator Exam. This way you can practice anywhere you want, even offline without the internet.

BUY NOW