Explain the read, write, and execute permissions on a UNIX
directory.
Answer Posted / venkatarao
chmod 777
7--->owner permissions
7--->group permissions
7--->other permissins
by defualt permissions are 755 means owner by default
read,write and execute permissins
the format of permissions are
-rwxr-xr-x
- indicates it's dirctory we mention d and file donot
mention any option.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the use of awk command in unix?
hw will u use awk in replacing cahrs and files
What is a bash command?
What are file commands?
What are the unix commands?
What does touch command do in unix?
What does the command ' $who | sort –logfile > newfile' do?
What is the pipe command?
What do know about tee command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What are reported commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do you grep a case insensitive?
What is the functionality of a top command?
Write a command to kill the last background job?