summaryrefslogtreecommitdiff
path: root/sysutils/stat/pkg-descr
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
commita0f0cc120efab5aa315f209e6e1e85db4ed2700a (patch)
treeab48b3335b525332cead3c3f683060034c71fa22 /sysutils/stat/pkg-descr
parentUpdated Lesstif port to 0.76. (diff)
Stat prints out the contents of an inode as they appear to
stat(2) in a human-readable format.
Notes
Notes: svn path=/head/; revision=5651
Diffstat (limited to 'sysutils/stat/pkg-descr')
-rw-r--r--sysutils/stat/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/stat/pkg-descr b/sysutils/stat/pkg-descr
new file mode 100644
index 000000000000..d3478d458cfd
--- /dev/null
+++ b/sysutils/stat/pkg-descr
@@ -0,0 +1,13 @@
+Stat prints out the contents of an inode as they appear to
+stat(2) in a human-readable format.
+
+Here is a sample output from stat:
+
+$ stat /
+ File: "/"
+ Size: 512 Allocated Blocks: 4 Filetype: Directory
+ Mode: (0755/drwxr-xr-x) Uid: (0/root) Gid: (0/wheel)
+Device: 1024 Inode: 2 Links: 17
+Access: Sun Feb 16 14:50:39 1997
+Modify: Tue Feb 4 16:59:09 1997
+Change: Tue Feb 4 16:59:09 1997