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 difference between Touch & cat command
what does the 'tee' command do?
What is the function of grep command in unix?
what is the difference between pipe(|) and tee command..
Differentiate cat command from more command.
fork in unix ?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
Name the unix command to find how many days the server has been up.
what is the default signal kill in unix?
how to sort the content of the file based on numeric values