diff options
Diffstat (limited to 'man/stat.1')
-rw-r--r-- | man/stat.1 | 199 |
1 files changed, 0 insertions, 199 deletions
diff --git a/man/stat.1 b/man/stat.1 deleted file mode 100644 index 95552b73..00000000 --- a/man/stat.1 +++ /dev/null @@ -1,199 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. -.TH STAT "1" "May 2012" "GNU coreutils 8.17" "User Commands" -.SH NAME -stat \- display file or file system status -.SH SYNOPSIS -.B stat -[\fIOPTION\fR]... \fIFILE\fR... -.SH DESCRIPTION -.\" Add any additional description here -.PP -Display file or file system status. -.TP -\fB\-L\fR, \fB\-\-dereference\fR -follow links -.TP -\fB\-f\fR, \fB\-\-file\-system\fR -display file system status instead of file status -.TP -\fB\-c\fR \fB\-\-format\fR=\fIFORMAT\fR -use the specified FORMAT instead of the default; -output a newline after each use of FORMAT -.TP -\fB\-\-printf\fR=\fIFORMAT\fR -like \fB\-\-format\fR, but interpret backslash escapes, -and do not output a mandatory trailing newline. -If you want a newline, include \en in FORMAT -.TP -\fB\-t\fR, \fB\-\-terse\fR -print the information in terse form -.TP -\fB\-\-help\fR -display this help and exit -.TP -\fB\-\-version\fR -output version information and exit -.PP -The valid format sequences for files (without \fB\-\-file\-system\fR): -.TP -%a -access rights in octal -.TP -%A -access rights in human readable form -.TP -%b -number of blocks allocated (see %B) -.TP -%B -the size in bytes of each block reported by %b -.TP -%C -SELinux security context string -.TP -%d -device number in decimal -.TP -%D -device number in hex -.TP -%f -raw mode in hex -.TP -%F -file type -.TP -%g -group ID of owner -.TP -%G -group name of owner -.TP -%h -number of hard links -.TP -%i -inode number -.TP -%m -mount point -.TP -%n -file name -.TP -%N -quoted file name with dereference if symbolic link -.TP -%o -optimal I/O transfer size hint -.TP -%s -total size, in bytes -.TP -%t -major device type in hex -.TP -%T -minor device type in hex -.TP -%u -user ID of owner -.TP -%U -user name of owner -.TP -%w -time of file birth, human\-readable; \- if unknown -.TP -%W -time of file birth, seconds since Epoch; 0 if unknown -.TP -%x -time of last access, human\-readable -.TP -%X -time of last access, seconds since Epoch -.TP -%y -time of last modification, human\-readable -.TP -%Y -time of last modification, seconds since Epoch -.TP -%z -time of last change, human\-readable -.TP -%Z -time of last change, seconds since Epoch -.PP -Valid format sequences for file systems: -.TP -%a -free blocks available to non\-superuser -.TP -%b -total data blocks in file system -.TP -%c -total file nodes in file system -.TP -%d -free file nodes in file system -.TP -%f -free blocks in file system -.TP -%i -file system ID in hex -.TP -%l -maximum length of filenames -.TP -%n -file name -.TP -%s -block size (for faster transfers) -.TP -%S -fundamental block size (for block counts) -.TP -%t -file system type in hex -.TP -%T -file system type in human readable form -.PP -NOTE: your shell may have its own version of stat, which usually supersedes -the version described here. Please refer to your shell's documentation -for details about the options it supports. -.SH AUTHOR -Written by Michael Meskes. -.SH "REPORTING BUGS" -Report stat bugs to bug\-coreutils@gnu.org -.br -GNU coreutils home page: <http://www.gnu.org/software/coreutils/> -.br -General help using GNU software: <http://www.gnu.org/gethelp/> -.br -Report stat translation bugs to <http://translationproject.org/team/> -.SH COPYRIGHT -Copyright \(co 2012 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. -.br -This is free software: you are free to change and redistribute it. -There is NO WARRANTY, to the extent permitted by law. -.SH "SEE ALSO" -stat(2) -.PP -The full documentation for -.B stat -is maintained as a Texinfo manual. If the -.B info -and -.B stat -programs are properly installed at your site, the command -.IP -.B info coreutils \(aqstat invocation\(aq -.PP -should give you access to the complete manual. |