How are UNIX file permissions represented?
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 |
What is awk good for?
What is unix command line?
How to see unused port number in Solaris?
what is the significance of "su" command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is a command and examples?
How can you change the owner or group of a file?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
What is the use of finger command?
How do I search a whole word in vim?
How to display no of records in oracle using unix command?