Redhat: Red Hat Certified System Administrator (Rhcsa)
Redhat: Red Hat Certified System Administrator (Rhcsa)
Redhat: Red Hat Certified System Administrator (Rhcsa)
EX200
Red Hat Certified System Administrator (RHCSA)
http://killexams.com/exam-detail/EX200
Question: 95
Answer: A
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.
A. Answer see in the explanation.
Answer: A
# cd /home/
# mkdir admins /
# chown .admin admins/ # chmod 770 admins/
# chmod g+s admins/
Question: 97
Configure a task: plan to run echo hello command at 14:23 every day.
A. Answer see in the explanation.
Answer: A
# which echo
# crontab -e
23 14 * * * /bin/echo hello # crontab -l (Verify)
Question: 98
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.
A. Answer see in the explanation.
Answer: A
# cat /etc/testfile | while read line; do echo $line | grep abcde | tee -a /tmp/testfile done
OR
grep ‘abcde’ /etc/testfile > /tmp/testfile
Question: 100
Answer: A
# 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)
For More exams visit https://killexams.com/vendors-exam-list