Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
What is used to type command?
What are the commands in UNIX to list the files in a Directory?
What is the command to compare two files in unix?
What is the command to find hidden files in the current directory?
How do I use grep to search for a file?
What is the size of time_t?
What does awk stand for?
What does #!/ Bin sh do?
How do I search a whole word in vim?
What does 'mkdir' command do in UNIX?
Explain the steps that a shell follows while processing a command.
What difference between cmp and diff commands?
What happens when we execute a unix command?
What is ctrl d?
What is difference between grep and find command in unix?