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 {} in find command?
What is the use of find command in unix?
How do I run a whois command?
what are the different commands used to create files?
What are the dos commands?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
What is grep short for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Are you in or at the office?
what are the different operating systems available?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
What is the output of : $ ps-e $ ps-a commands