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

What are file permissions in Unix, and how are they represented?

Answer Posted / hr@tgksolutions.com

File permissions in Unix control the access levels for files and directories. They determine who can read, write, or execute a file. Permissions are represented in a triplet format for the owner, group, and others (e.g., rwxr-xr--).
• r: Read permission.
• w: Write permission.
• x: Execute permission.
Permissions can also be represented numerically using a three-digit code, where each digit ranges from 0 to 7 (e.g., 755). The digits represent the sum of the permission values (4 for read, 2 for write, 1 for execute).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain command to show the space allocation of files?

1170


How do you grep recursively?

1154


What is the command to find maximum memory taking process on the server?

1266


How do I run a bash script?

1241


What is {} in find command?

1156


Can you enlist some commonly used network commands?

1158


Which command is used to delete all files in the current directory and all its sub-directories?

1317


What does #!/ Bin sh do?

1116


What does find command return in unix?

1203


What does pipe () return?

1128


What does the command ' $who | sort –logfile > newfile' do?

1325


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

1235


What are the unix commands?

1154


Explain ‘library functions’ with respect to unix commands?

1215


How do I delete files from command prompt?

1282