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 list only the directories inside a directory?
How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.
What is the main advantage of creating links to a file instead of copies of the file?
What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.
How do you execute a UNIX command in the background?
What is the difference between hard link & softlink?
How would you change all occurrences of a value using VI?
which is the best book for learning unix and linux?
From command line how will you add a user account?
What is the difference between a soft link and a hard link?
How to connect oracle database from unix
6 Answers Cap Gemini, IBM, Wirecard,
what is difference between milestone and run-levels in Solaris ?