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 the use of find command in unix?
How many unix commands are there?
which command is used to stop a running process in unix?
distinguish between user mode and kernel mode?
What is the command to view process running?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
How do I find previous commands in unix?
what is the use of nice command?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
What is the comma to show the space allocation of files?
What command is used to replace the existing string with some other?
What are some command words?