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...

How are UNIX file permissions represented?

Answer Posted / hr@tgksolutions.com

UNIX file permissions are typically represented using a combination of characters: r (read), w (write), and x (execute). These permissions are set for three different categories: the file's owner (user), the file's group (group), and others (other). A typical permission set might look like rw-r--r--, where the owner has read and write permissions, while the group and others have only read permissions. This symbolic notation can also be represented numerically, with read as 4, write as 2, and execute as 1, making the previous example 644.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command can you use to find the currently running process in unix server?

1163


Which command will print your home directory on screen?

1150


Why is shebang used?

1191


What is the use of the tee command?

1153


What command is used to check the current users?

1172


Write a command that will display files in the current directory, in a colored, long format.

1273


What do chgrp command do?

1285


What is the use of sed command in unix?

1258


How do I use grep to search for a file?

1101


What is the functionality of a top command?

1157


How do I open a port?

1142


How do you grep a case insensitive?

1112


Which command should you use to find the remaining disk space in unix server?

1348


Is command prompt unix?

1222


What is the difference between cat and more command?

1363