Explain the 3 kinds of file permissions under linux?



Explain the 3 kinds of file permissions under linux?..

Answer / Hitesh Kuamar

Linux uses a three-part permission system for files: read (r), write (w), and execute (x). These permissions can be applied to three types of users: owner, group, and others. The format is as follows: `drwxrwxrwx`:
1. 'd' indicates a directory.
2. The first set of three characters (e.g., 'drw') represents the owner's permissions: read (r), write (w), and execute (x).
3. The second set of three characters (e.g., 'rwx') represents the group's permissions.
4. The third set of three characters (e.g., 'rwx') represents the permissions for other users.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux General Interview Questions

Which linux is best for mac?

1 Answers  


What utility can you use to show a dynamic listing of running processes?

1 Answers  


What is semaphore explain with example?

1 Answers  


What daemon is responsible for tracking events on your system?

1 Answers  


What is semaphore with example?

1 Answers  


Which is the latest version of linux?

1 Answers  


Which are the different modes of vi editor?

1 Answers  


What is stack?

1 Answers  


What types of files you know?

1 Answers  


Is linux affected by viruses?

1 Answers  


what is an mx record in linux?

1 Answers  


Explain linux shell?

1 Answers  


Categories