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
What does sed command do in unix?
What do chown command do?
What is s and g in sed command?
What are reported commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are filter commands in unix?
Describe the zip/unzip command using gzip.
What is used to type command?
What does pipe () return?
Enumerate some of the most commonly used network commands in unix?
How do I run a bash script?
What is grep and how do you use it?
What is the size of time_t?
What is difference between grep and find command in unix?
What is the first character of the output in ls l command?