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 |
Explain iostat, vmstat and netstat.
what is the advaantage of each user having its own copy of the shell?
Explain mount and unmount command.
what are processor execution levels and priorities?
distinguish between paging and swapping?
what is the difference between Touch & cat command
in UNIX,what is the command to remove directory with files?
How to get a particular string as your prompt ? Give syntax of that command?
Which mode is used for allowing file write,read and append mode?
What is the comma to display different lines that are found when compare two files?
Is it inbetween or in between?
By using which command we can find the CPU utilization time?