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 do you use Unix for Backend Testing ?
How to list only the directories inside a directory?
In Unix inter process communication take place using?
Explain about Inodes?
What is YACC?
What do you mean by nice value?
What is a filesystem?
I am trying to unmount a remote file system,but I do not unmount that file system.How can i know the user name (i.e.,user who is using that file system).....write the command with argument
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
What is Fork swap?
1 Answers Infosys, SSI Small Scale Industries,
Telnet sometimes doesn't permit root logons,how will you then change a file writable only by root on a remote host?
How would you change all occurrences of a value using VI?