diff options
Diffstat (limited to 'Documentation/MANPAGE-STATFS.md')
-rw-r--r-- | Documentation/MANPAGE-STATFS.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/MANPAGE-STATFS.md b/Documentation/MANPAGE-STATFS.md new file mode 100644 index 0000000..1d77802 --- /dev/null +++ b/Documentation/MANPAGE-STATFS.md @@ -0,0 +1,30 @@ +% STATFS(1) +% github.com/rfjakob +% Sep 2019 + +NAME +==== + +statfs - dump the statfs information for PATH to console in JSON format + +SYNOPSIS +======== + +#### Examine encrypted file/directory +statfs PATH + +DESCRIPTION +=========== + +There are no options to this command. + +EXAMPLES +======== + +Examine a directory entry: + + statfs myfs/mCXnISiv7nEmyc0glGuhTQ + +SEE ALSO +======== +gocryptfs(1) gocryptfs-xray(1) |