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-EX200 Practice test unlocks all online simulator questions

Thank you for choosing the free version of the RedHat-EX200 practice test! Further deepen your knowledge on RedHat Simulator; by unlocking the full version of our RedHat-EX200 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-EX200 practice tests and how to prepare for any exam?

The RedHat-EX200 Simulator Practice Tests are part of the RedHat Database and are the best way to prepare for any RedHat-EX200 exam. The RedHat-EX200 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-EX200 database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with RedHat-EX200 Simulator will also give you an idea of the time it will take to complete each section of the RedHat-EX200 practice test . It is important to note that the RedHat-EX200 Simulator does not replace the classic RedHat-EX200 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-EX200 exam.

BUY NOW

RedHat-EX200 Practice test therefore represents an excellent tool to prepare for the actual exam together with our RedHat practice test . Our RedHat-EX200 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-EX200 Simulator and how our unique RedHat-EX200 Database made up of real questions:

Info quiz:

  • Quiz name:RedHat-EX200
  • Total number of questions:111
  • Number of questions for the test:50
  • Pass score:80%

You can prepare for the RedHat-EX200 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-EX200 Simulator.

Use our Mobile App, available for both Android and iOS devices, with our RedHat-EX200 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-EX200 practice tests which consist of 111 questions and also provide study material to pass the final RedHat-EX200 exam with guaranteed success. Our RedHat-EX200 database contain hundreds of questions and RedHat Tests related to RedHat-EX200 Exam. This way you can practice anywhere you want, even offline without the internet.

BUY NOW