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

Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance

3 Answers   TCS,


What is the protocol for PING command?

1 Answers   IBM,


what are filters?

6 Answers  


What is a bash command?

0 Answers  


Why is grep called grep?

0 Answers  


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


How can we use grep command in unix?

0 Answers  


What is grep command in unix with examples?

0 Answers  


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

0 Answers  


when we installing aix os the ssh installed default?

2 Answers  


how will you login one server's shell prompt to an another server?

5 Answers   Cosmic Infotech, Perot Systems,


What is a Unix signal, and how do you handle them?

2 Answers  


Categories