Answer Posted / hr@tgksolutions.com
The chmod command, short for "change mode", is employed to modify file or directory permissions. You can use symbolic or numerical notation with this command. For instance, chmod u+x filename adds execute permission for the user (owner), while chmod 755 filename sets permissions to rwxr-xr-x. The command offers flexibility, allowing users to control access to their files and directories precisely.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of egrep command in unix?
What is {} in find command?
What is the command to find maximum memory taking process on the server?
Explain command to show the space allocation of files?
What difference between cmp and diff commands?
Why is it called grep?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the command to find hidden files in the current directory?
Differentiate cat command from more command.
How do I use grep to find a file?
how to sort the content of the file based on numeric values
Why is it called a shebang?
Explain ‘system calls’ with respect to unix commands?
Who command in unix?
How do I run a bash script?