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 / div
chmod 666 tasks will give all users (owner, group and
others) the read-write permission.
r = 4
w = 2
x = 1
therefore rw = 4+2 =6
ls -l : lists a large amount of information of all non-
hidden files and directories in the current working
directory. eg (permissions, owners, size, and when last
modified.)
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is the size of time_t?
How can you see the command line history?
Name the unix command to find how many days the server has been up.
What are the dos commands?
What is the general format of unix command syntax?
Who wrote grep?
What is the nmap command?
What does this command do? Cat food 1 > kitty
hw will u use awk in replacing cahrs and files
What is a command and examples?
What does find command return in unix?
What is “chmod” command?
What does 'mkdir' command do in UNIX?
How to find $ai_serual resolved path by using unix
What does the “echo” command do?