Assume that a file’s permissions give you read and write
access. What operations can you perform
on the file if it is in a directory which has “r”(read)
only process? What operations can you perform
on the file if it is in a directory which has “x”(execute)
only access?
Answer / l.nakkeeran.
a) If the Directory have only read permission and the file
inside the directory contains rw permission then we cant do
nothing.We never enter in to the directory.To enter into the
directory we need execute permission for directory
first.Then only we can access the file inside the directory.
b) If the directory have the execute permission then we
enter in to the directory, but we cant view/list the files
in the directory.
| Is This Answer Correct ? | 10 Yes | 2 No |
what is the use of wild cards?
How do I clear my terminal history?
What UNIX command will control the default file permissions when files are created?
What is command statement?
What is sed awk grep?
How do I search a whole word in vim?
What is the general format of unix command syntax?
What is grep and sed command?
What does grep v do?
can we use cat command as an editor ..???
What is the significance of the 'tee' command?
in a growing log file how will you see the 1st 99 lines?