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 / harika janga
chmod go+w tasks
-rw-rw-rw- 1 alex student 1423 feb 21 14:01 tasks
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain mount and unmount command.
What is the first character of the output in ls l command?
Differentiate cat command from more command.
What is $0 bash?
what is the advaantage of each user having its own copy of the shell?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is difference between grep and find command in unix?
What is grep and how do you use it?
What does the command ' $who | sort –logfile > newfile' do?
Enlist some filename manipulation commands in unix.
What will the following command do?
What difference between cmp and diff commands?
What are file commands?
What is a command and examples?
How does the system know where one command ends and another begins?