Assume the following files are in the working directory
prompt> ls -l tasks
-rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks
What command can Alex use to give everyone permission to
write to the file? What will the ls -l
command display if he does so?
Answer Posted / kiruthiga.s
666- is a permission
output will be -rw-rw-rw- alex student 1423 Feb 21 14:01
tasks
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of tee command?
What is the size of time_t?
What are the commands in UNIX to list the files in a Directory?
Is command prompt unix?
how to sort the content of the file based on numeric values
What are grep patterns?
How do I delete files from command prompt?
what is the advaantage of each user having its own copy of the shell?
Explain command to view process running?
How to find $ai_serual resolved path by using unix
What is the general format of unix command syntax?
How do I open a port?
What is the use of the tee command?
Name the various commands that are used for the user information in unix.
Which unix command lists files/folders in alphabetical order?