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 / hari
chmod ugo filename
ls -l
filename bytes date etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to sort the content of the file based on numeric values
What does the “echo” command do?
Which command is used to find whether the system is 32 bit or 64 bit?
What are the dos commands?
How do I search for a file in unix command?
What is the comma to show the space allocation of files?
What is the pipe command?
How do I search a whole word in vim?
How does pipe () work?
How does shebang work?
What command is used to check the current users?
What does touch command do in unix?
What does the md command do?
What is the size of time_t?
What is the difference between awk and grep?