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


Please Help Members By Posting Answers For Below Questions

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

596


What is rmdir command?

557


What is the difference between cat and more command?

627


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

1258


What is the difference between cat command and more command?

604






What does grep v do?

564


Can you enlist some commonly used network commands?

605


What are the dos commands?

658


What is the use of cut command in unix?

697


What is the function of grep command in unix?

595


What is grep command in unix with examples?

615


How do I delete files from command prompt?

555


What is the use of tee command?

575


What is the command to compare two files in unix?

628


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

767