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 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 Fork swap?
1 Answers Infosys, SSI Small Scale Industries,
How to set Windows as Default OS when Dual Booting Ubuntu?
How are devices represented in UNIX?
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
What are different types of shells?
how to create a file system quota in HP-UX?
How do you use Unix for Backend Testing ?
How many VI editor modes do you know?
What does the ?route? command do?
What is mutex?
What is file constructing in UNIX/AIX ?