Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / kapil

chmod ugo+w tasks (press "enter key")
after doing this..
prompt> ls -l tasks
result will show as.
-rw-rw-rw-1 alex student 1423 Feb 21 14:01 tasks

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1288


Give the command for finding the current date.

1177


What are awk commands?

1231


Why is awk called awk?

1136


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

1287


What does 'mkdir' command do in UNIX?

1376


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

1279


What is the comma to show the space allocation of files?

1139


What is the use of finger command?

1272


What is awk good for?

1194


Name the unix command to find how many days the server has been up.

1213


How do I use nslookup?

1148


What do know about tee command and its usage?

1249


How do I use grep to search for a file?

1106


Write a command to display a file’s contents in various formats?

1255