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 / kiruthiga.s
666- is a permission
output will be -rw-rw-rw- alex student 1423 Feb 21 14:01
tasks
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does the md command do?
What does the command '$ls | wc –l > file1' do?
How do you grep recursively?
What is merge command in unix?
What does the command ' $who | sort –logfile > newfile' do?
How many unix commands are there?
Write a command that will display files in the current directory, in a colored, long format.
how to sort the content of the file based on numeric values
How does shebang work?
Why is grep called grep?
Does cp command overwrite files?
How do you repeat a command in terminal?
How can you see the command line history?
What is pipe command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?