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


Please Help Members By Posting Answers For Below Questions

What is the comma to display different lines that are found when compare two files?

688


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

679


What are the general commands in using unix os for a beginner?

681


What is the command to find hidden files in the current directory?

692


How do I use nslookup?

658






How do I search a whole word in vim?

772


What does the md command do?

659


Enumerate some of the most commonly used network commands in unix?

707


Explain command to view process running?

699


What does the “echo” command do?

730


What are the differences among a system call, a library function, and a unix command?

669


Explain command to display different lines that are found when compare two files?

764


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

849


Using unix command how to display no of records in oracle?

710


What is sed awk grep?

687