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 default permission for /etc/shadow file in UNIX
use of ls command
How to get the operating system's information in unix?
How do I use nslookup?
How do I use grep to search for a file?
How to view the hidden files in /etc directory?
Which command is used to copy files?
What is the output of : $ ps-e $ ps-a commands
Write a command to display a file’s contents in various formats?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
what is the use of "grep" command?
their is a file1,file2 and i want to append file1 data to file2?