summaryrefslogtreecommitdiff
path: root/getcifsacl.pod.in
diff options
context:
space:
mode:
Diffstat (limited to 'getcifsacl.pod.in')
-rw-r--r--getcifsacl.pod.in60
1 files changed, 0 insertions, 60 deletions
diff --git a/getcifsacl.pod.in b/getcifsacl.pod.in
deleted file mode 100644
index 3099b6c..0000000
--- a/getcifsacl.pod.in
+++ /dev/null
@@ -1,60 +0,0 @@
-# turn into a manpage with the following command:
-#
-# pod2man -s 1 -u -c '' -r '' --stderr getcifsacl.pod getcifsacl.1
-#
-
-=head1 NAME
-
-getcifsacl - Userspace helper to display an ACL in a security descriptor for Common Internet File System (CIFS)
-
-=head1 SYNOPSIS
-
-getcifsacl [-v|-r] {file system object}
-
-=head1 DESCRIPTION
-
-This tool is part of the cifs-utils suite.
-
-getcifsacl is a userspace helper program for the Linux CIFS client
-file system. It is intended to display a security descriptor including
-ACL for a file system object.
-
-This program uses a plugin to handle the mapping of SIDs to user and
-group names. F<@pluginpath@> should be a symlink that points to the
-correct plugin to use.
-
-Fields of an ACE such as SID, type, flags, and mask are displayed
-separated by /. Numeric values of type, flags, and mask are displayed
-in hexadecimal format.
-
-=head1 OPTIONS
-
-=over
-
-=item B<-v>
-
-Print version number and exit.
-
-=item B<-r>
-
-Display a security descriptor in raw mode. Values such as type and
-flags are displayed in hexadecimal format, a SID is not mapped to a
-name.
-
-=back
-
-=head1 NOTES
-
-Kernel support for getcifsacl/setcifsacl utilities was initially
-introduced in the 2.6.37 kernel.
-
-=head1 SEE ALSO
-
-L<mount.cifs(8)>, L<setcifsacl(1)>
-
-=head1 AUTHOR
-
-Shirish Pargaonkar wrote the getcifsacl program.
-
-The Linux CIFS Mailing list is the preferred place to ask questions
-regarding these programs.