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
Which command can you use to find the currently running process in unix server?
Which command will print your home directory on screen?
Why is shebang used?
What is the use of the tee command?
What command is used to check the current users?
Write a command that will display files in the current directory, in a colored, long format.
What do chgrp command do?
What is the use of sed command in unix?
How do I use grep to search for a file?
What is the functionality of a top command?
How do I open a port?
How do you grep a case insensitive?
Which command should you use to find the remaining disk space in unix server?
Is command prompt unix?
What is the difference between cat and more command?