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?

Answers were Sorted based on User's Feedback



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

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

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

Answer / nashiinformaticssolutions

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

More Unix Commands Interview Questions

Name the various commands that are used for the user information in unix.

0 Answers  


their is a file1,file2 and i want to append file1 data to file2?

9 Answers   IBM,


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


How can we "forked" process in UNIX? How then recognize in any of the branches we?

2 Answers   NIIT,


What command is used to switching between users in unix?

0 Answers  


What is the use of sed command in unix?

0 Answers  


What is a bash command?

0 Answers  


How many bits use for MAC address?

7 Answers   Google,


in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  


What's a command word?

0 Answers  


Does cp command overwrite files?

0 Answers  


write grep commands to select the lines that have exactly two characters

8 Answers   PSI Data Systems,


Categories