RHCSA Exam Paper
RHCSA Exam Paper
6. Create the user "jean" with uid 4332 with password "redhat123".
7. locate the files of owner "harry" and copy to the location /root/found directory.
9. Directory Collaboration
--> Create the Directory "/home/shared" with the following characteristics.
--> Group ownership of "/home/shared" should go to the "manager" group.
--> The directory should have full permission for all members of the "manager" group but
not to the other users except root. (It is expected that root have full permission).
--> Files created in the future under "/home/shared" should get the same group ownership.
12. Find the string "surd" from "/usr/share/dict/words" file and copy those lines in
/root/lines.txt file.
13. Archive & compress for /etc directory under /var/tmp/archive.tar.bz2 format.
or
Archive & compress for /etc directory under /var/tmp/archive.tar.gz format.
11. Configure autofs
-→ node.net2.example has exported /rhome/remoteuser1 directory using nfs exports and
which is remoteuser1's home directory "node.net2.example.com:/rhome/remoteuser1".
--> remoteuser1's home directory should be automounted locally as /rhome/remoteuser1
--> While logging in, only remoteuser1's home directory should be accessible.
--> Set the password for remoteuser1 as "redhat123"
Node 2:
1. Reset the root password for node2 as “nimsdreg”
Press e
ctrl+x
3. Extent the lv “datasource” created using volume group engineering to size 250M.
range(230m - 270m) acceptable
5. Extend the Swap on node 2 by 500M. Do not make changes to exsisting swap
15.1. Configure sudo for group elite so that it’s member should have sudo access With no
password
#vim /etc/sudoers
Qu 2.
To make the all the local user present is the system shoud be passwd expired in 20days
Qu. 3 CHANGE PERMISSION 664 TO ALL DIRECTORY to be CREATED for defy user
Defy User >> su - defy >> dir 664
777
664
-----------------------------------------
1 1 3 UMASK
Ans -
- fdisk /dev/sdb
Welcome to fdisk (util-linux 2.32.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
-partprobe -s /dev/sdb
- pvcreate /dev/sdb2
- vgcreate -s 8m vg_share dev/vdb2
- lvcreate -l 100 -n lv_share vg_share
- mkfs.vfat dev/vg_share/lv_share
- mkdir mnt/local_share
- make fstab entry
- mount -a