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 / subhojit saha
chmod 666 tasks
-rw-rw-rw- 1 alex student 1423 Feb 21 14:01 tasks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the first character of the output in ls l command?
Which command should you use to find the remaining disk space in unix server?
How do I use nslookup?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How to use grep command to list find the records of a file containing 10 different strings?
Explain ‘system calls’ with respect to unix commands?
How do I search for a file in unix command?
What is a command and examples?
Which unix command to make a new directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
how to sort the content of the file based on numeric values
What is the function of grep command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the nmap command?
What is rmdir command?