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 |
how to check a file system type
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What does the “echo” command do?
Which command is used to create a directory?
Can you enlist some commonly used network commands?
Why is it called a shebang?
What is mtime in find command?
Give the command to display space usage on the UNIX file system.
What does awk stand for?
What is the first character of the output in ls l command?
how to make IGNITE-BACKUP in HP-UX?
what is the default permission for /etc/shadow file in UNIX