Difference between revisions of "Getfacl"

From wikieduonline
Jump to navigation Jump to search
Line 19: Line 19:
  
  
 +
== Related ==
 +
* [[ArwdDxt]]
  
= See also =
+
 
* [[lsattr]]
+
== See also ==
 +
* {{lsattr}}
 
* [[setFacl]]
 
* [[setFacl]]
 
* [http://man-wiki.net/index.php/1:getfacl Getfacl Man page]
 
* [http://man-wiki.net/index.php/1:getfacl Getfacl Man page]

Revision as of 13:51, 23 November 2022

getfacl is a file utility for viewing the access control list information associated with a file or directory.

Access control lists are extended attributes added to most major file systems in the 2.6 kernel to improve ability to control the access of files. They allow permissions to be set for individual groups and users and not just the owning user, owning group, and all other users.

Source: http://wiki.linuxquestions.org/wiki/Getfacl

getfacl /media/root/
getfacl: Removing leading '/' from absolute path names
# file: media/root/
# owner: root
# group: root
user::rwx
user:root:r-x
group::---
mask::r-x
other::---


Related


See also

Advertising: