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 use of find command in unix?
What difference between cmp and diff commands?
What is the command to find maximum memory taking process on the server?
What does this command do? Cat food 1 > kitty
What does the command '$ls | wc –l > file1' do?
What does 'mkdir' command do in UNIX?
What does #!/ Bin sh do?
What do chmod command do?
What is $0 bash?
What do know about tee command?
What does the metacharacter mean?
What is the comma to show the space allocation of files?
Explain command to show the space allocation of files?
How do I use nslookup?
Differentiate cmp command from diff command.