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 / vimshak
Make other to worl readable ie;
chmod o+w tasks
-rw-r--r-w 1 alex student 1423 Feb 21 14:01 tasks
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What does grep v grep do?
What do chown command do?
What does find command return in unix?
What is the nmap command?
What is the use of egrep command in unix?
How to find $ai_serual resolved path by using unix
What is the difference between awk and grep?
What is the command to view process running?
Explain command to display different lines that are found when compare two files?
What is the search command in unix?
How do I use grep to search for a file?
What is the command to find hidden files in the current directory?
What are the dos commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Which command is used to copy files?