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

Write a command to kill the last background job?

0 Answers  


What is an Environment Variable?

4 Answers   CTS,


Why is grep called grep?

0 Answers  


distinguish between user mode and kernel mode?

6 Answers   Infosys,


what is tar command and what are the different types of tar commands?

5 Answers  


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

2 Answers  


Write a grep (or grep) command that selects the lines from a file that have exactly three characters.

24 Answers   Mac, Nokia,


How can we use grep command in unix?

0 Answers  


in UNIX,How to copy file into directory?

5 Answers  


describe the escaping sequence characteres in unix

1 Answers  


what does the 'tee' command do?

4 Answers  


How does shebang work?

0 Answers  


Categories