EX200 TestsExpert

Page 1

RedHat

EX200

Red Hat Certified System Administrator (RHCSA) Exam

↘

http://www.testsexpert.com/EX200.html


Question: 1 CORRECT TEXT 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

Answer: # 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

www.testsexpert.com

2


Graphical Interfaces: System->Preference->Network Connections (Configure IP Address, Gateway and DNS) Vim /etc/sysconfig/network (Configure Host Name)

Question: 2 CORRECT TEXT 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.

Answer: # 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

www.testsexpert.com

3


Question: 3 CORRECT TEXT 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.

Answer: # cd /home/ # mkdir admins / # chown .admin admins/ # chmod 770 admins/ # chmod g+s admins/

Question: 4 CORRECT TEXT Configure a task: plan to run echo hello command at 14:23 every day.

Answer: # which echo # crontab -e 23 14 * * * /bin/echo hello # crontab -l (Verify)

www.testsexpert.com

4


Question: 5 CORRECT TEXT Find the files owned by harry, and copy it to catalog: /opt/dir

Answer: # cd /opt/ # mkdir dir # find / -user harry -exec cp -rfp {} /opt/dir/ \;

www.testsexpert.com

5


You will not find better practice material than testsexpert PDf questions with answers on the web because it provides real exams preparation environment. Our practice tests and PDF question, answers are developed by industry leading experts according to the real exam scenario. At the moment we provides only question with detailed answers at affordable cost. You will not find comparative material elsewhere on the web at this price. We offer Cisco, Microsoft, HP, IBM, Adobe, Comptia, Oracle exams training material and many more.

We also provide PDF Training Material for: Cisco CCNA CCNP CCIP CCIE CCVP CCSP CXFF CCENT CCDE

Microsoft MCTS MCSE MCITP MBS MCPD MCAD MCAS MCSA MCDBA

HP AIS APC APS ASE CSA MASE APP CSD CSE

IBM Adobe Comptia Oracle Lotus CS4 A+ 11g DBA WebSphere CS3 Security+ 10g DBA Mastery ACE Server+ OSA 10g SOA CS5 Network+ OCA 9i Storage CS2 Linux+ 11i Rational Captivate iNet+ 9i Forms Tivoli Flex Project+ Weblogic IBM DB2 CSM RFID+ Oracle 8i IBM XML MX7 HTI+ PTADCE

We provide latest exams preparation material only. Contact US at: support@testsexpert.com Join Us at Twitter: www.twitter.com/testsexpert FaceBook: www.facebook.com/testsexpert

www.testsexpert.com

6


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.