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 is the comma to display different lines that are found when compare two files?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What are the general commands in using unix os for a beginner?
What is the command to find hidden files in the current directory?
How do I use nslookup?
How do I search a whole word in vim?
What does the md command do?
Enumerate some of the most commonly used network commands in unix?
Explain command to view process running?
What does the “echo” command do?
What are the differences among a system call, a library function, and a unix command?
Explain command to display different lines that are found when compare two files?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Using unix command how to display no of records in oracle?
What is sed awk grep?