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 do know about tee command and its usage?
What is the command to find maximum memory taking process on the server?
What is the nmap command?
What is the behavioural difference between cmp and diff commands?
What is the difference between cat command and more command?
What is pipe command in unix?
How can you see the command line history?
How many unix commands are there?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does 'mkdir' command do in UNIX?
What is unix command line?
What is the size of time_t?
What is updatedb?
Who invented grep?
Explain command to view process running?