summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/running/debian/faq.mdwn7
-rw-r--r--hurd/running/debian/faq/df.mdwn13
2 files changed, 13 insertions, 7 deletions
diff --git a/hurd/running/debian/faq.mdwn b/hurd/running/debian/faq.mdwn
index bc63482b..581ef8d9 100644
--- a/hurd/running/debian/faq.mdwn
+++ b/hurd/running/debian/faq.mdwn
@@ -5,13 +5,6 @@ See also the [[Hurd_FAQ|hurd/FAQ]] and [[after_install]].
[[toc ]]
-# `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.
-
-
# `sshd`
You need to disable `PriviledgeSeperation` in `/etc/ssh/sshd\_options`. Also
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.