Question: True False Use this command to view the permissions on a file: ls ls -777 ls -ugo ls -l ls -i To recursively descend through
| True |
| False |
Use this command to view the permissions on a file:
| ls |
| ls -777 |
| ls -ugo |
| ls -l |
| ls -i |
To recursively descend through a directory changing permissions use the following command:
| chmod -777 |
| chmod -U |
| chmod -R |
| chmod -ugo |
| chmod -J |
Setting the r permission allows the user to run as the owner of the file (e.g. the passwd command)
| True |
| False |
A directory created when the umask is set to 777 has FULL permissions (rwxrwxrwx)
| True |
| False |
The command 'chmod u=,g=,o= shortFileName' will set all permissions to rwxrwxrwx.
| True |
| False |
The valid modes for permissions are r=4, w=2, and x=1.
| True |
| False |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
