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 would you find the size of a file or directory?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
How do you grep a case insensitive?
Can you enlist some commonly used network commands?
Which unix command lists files/folders in alphabetical order?
What is sed awk grep?
What is time_t?
Which is the command used to find out currently executing Process in UNIX?
What do you mean by zambie process?
Give Command that will change the name of a directly from paypal to eBay
how to delete entire records in unix ?
distinguish between paging and swapping?