What are permissions in UNIX?
Answers were Sorted based on User's Feedback
Answer / dilip bhattad
read,write,execute (rwx)
r:read (4)
w:write (2)
x:execute (1)
If we are full permission to the file then value is 7
eg:chmod 777 abc.pdf
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasi
Assigning Permissions to the User, Group & Others.
If it is a directory then d should precede the permissions
Eg.,drwx------
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vinayak koli
Above ans are correct; But more infomration please refer
below example as well.
chmod xyz filename
where x,y and z are numbers representing the permissions of
user, group
and others respectively
| Is This Answer Correct ? | 1 Yes | 0 No |
How to set Windows as Default OS when Dual Booting Ubuntu?
how can you say that unix operating system provides more security than other operating systems.
How do you execute a UNIX command in the background?
what happens when we create a file system?
What is file constructing in UNIX/AIX ?
How to put a job in background & bring it to foreground?
What are setuid/setgid in relation to file permissions?
What is virtual memory?
How to setup display for a remote system?
What are Profilers?
How to list only the directories inside a directory?
What is file system in UNIX?