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 is time_t?
How does shebang work?
What does this command do? Cat food 1 > kitty
Using unix command how to display no of records in oracle?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What command will change your prompt to myprompt?
How to use grep command to list find the records of a file containing 10 different strings?
What does grep v do?
Which command is used to kill the last background job?
Explain command to display different lines that are found when compare two files?
What do chown command do?
Differentiate cat command from more command.
What does awk stand for?
What is grep r?
How do I delete files from command prompt?