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 |
How to open a Database using Unix Command Please Do Reply
What is the command to check ports active in UNIX?
in UNIX,what is the command to remove directory with files?
Which command is used to kill the last background job?
What are the commands in UNIX to list the files in a Directory?
What command is used to check the current users?
what do you understand by 'building block primitive'?
what is the use of wild cards?
What is in grep command?
what is the command to list files in a directory in UNIX?
How can you create a symbolic link to a file or directory?
What is nr in awk command?