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 unix command line?
What does sed command do in unix?
Write a command to kill the last background job?
What does this command do,"$more readme.txt“?
What is updatedb?
How do I run a whois command?
Why is shebang used?
What are bash commands?
What are some command words?
Why is it called a shebang?
Which command should you use to find the remaining disk space in unix server?
What is the difference between cat and more command?
What are file commands?
What is the use of the tee command?
Which unix command to make a new directory?