Answer Posted / hr@tgksolutions.com
UNIX file permissions are typically represented using a combination of characters: r (read), w (write), and x (execute). These permissions are set for three different categories: the file's owner (user), the file's group (group), and others (other). A typical permission set might look like rw-r--r--, where the owner has read and write permissions, while the group and others have only read permissions. This symbolic notation can also be represented numerically, with read as 4, write as 2, and execute as 1, making the previous example 644.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
What is the comma to display different lines that are found when compare two files?
What is rmdir command?
Differentiate cat command from more command.
What is awk used for?
What do chmod command do?
Explain command to view process running?
What is unix command?
What command will change your prompt to myprompt?
Which command is used to restrict incoming messages?
Name the general commands in using unix os for a beginner?
What is grep short for?
What is awk command used for?
What does find command return in unix?
How do I run a whois command?