READ Free Dumps For RedHat- RH302
Question ID 17430 | Make on /archive directory that only the user owner and group owner member can |
Option A | Answer : 1.chmod 770 /archive ls ld /archive 08 /archive To change the permission on directory we use the chmod command. According to the question that only the owner user (root) and group member (sysuser) can fully access the chmod 770 /archive |
Correct Answer | A |
Question ID 17431 | Install the dialog-* |
Option A | Answer : Questions asking you to install the dialog package from the server. In your Lab FTP server as well as NFS server are configured. You can install either through FTP or NFS. ftp server1.example.com cd pub cd RedHat/RPMS mget dialog-* bye rpm -ivh dialog-* rpm -q dialog |
Correct Answer | A |