summaryrefslogtreecommitdiff
path: root/hurd/running/debian/faq/df.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-03 15:21:11 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-12-03 15:21:11 +0100
commit21a75fd661bf5141296eb66f97f9194ae345f670 (patch)
treeb4aa568a821c068fd66a75487ed7d276ff1ec2ba /hurd/running/debian/faq/df.mdwn
parent12bd9aebb9faa5212f422d588f88fa0547e4a9f5 (diff)
hurd/running/debian/faq/df: Split out. Written by Michael Banck.
Diffstat (limited to 'hurd/running/debian/faq/df.mdwn')
-rw-r--r--hurd/running/debian/faq/df.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/hurd/running/debian/faq/df.mdwn b/hurd/running/debian/faq/df.mdwn
new file mode 100644
index 00000000..3031d08c
--- /dev/null
+++ b/hurd/running/debian/faq/df.mdwn
@@ -0,0 +1,13 @@
+[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
+[[meta license="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled
+[[GNU_Free_Documentation_License|/fdl]]."]]
+
+# `df`
+
+There is no `/etc/mtab`, so just running `df` will yield an error. Pass `df` a
+path like `df /` or `df ./` to see the disk usage of that particular file
+system.