What are the read or write or execute bits on a directory
mean?
Answers were Sorted based on User's Feedback
Answer / rajan.v.r
read -> we can put ls
write-> we can delete and alter
exe -> we can search through subdirectories
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / deepa
read->r
write->w
exe->x
read where others->o,users->u and groups->g have no
permission to change or alter
write if permission provided o,u,g can write and alter
existing file
exe if permission provided o,u,g can execute
| Is This Answer Correct ? | 0 Yes | 0 No |
What UNIX command will control the default file permissions when files are created?
What are different types of shells?
What is the main advantage of creating links to a file instead of copies of the file?
What is a level 0 backup?
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
How to give root privileges without using SU/sudor ?
why do you need to have a swap file system?
in unix profile contains
How are devices represented in UNIX?
What is a daemon?
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.