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

how to sort the content of the file based on numeric values

1258


What is ‘ps’ command for?

620


What does grep v do?

564


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

571


What are the dos commands?

658






What command is used to switching between users in unix?

566


How to find $ai_serual resolved path by using unix

1033


Which command is used to find whether the system is 32 bit or 64 bit?

635


Who invented grep?

660


What is the use of tee command?

575


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

767


Explain the steps that a shell follows while processing a command.

685


What is the use of find command in unix?

588


Who command in unix operating system?

669


What is the significance of the 'tee' command?

600