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 command is used to switching between users in unix?
What are filter commands in unix?
By using which command we can find the CPU utilization time?
What is s and g in sed command?
distinguish between paging and swapping?
who to change the duplex setting of network interface in command line
Write a command that will display files in the current directory, in a colored, long format.
If we want to see first 35 lines of a file which command we have to use?
what these two commands prints "echo test","cat test"?
How does a user get the current date, time in UNIX?
What is the functions of zambie process?
what do you understand bythe term 'de-mountable volumes'?