changeset 11364:428974d67179

These directories are usually only writable by root, so insinuate being root by the '#' prompt, as suggested by Lukasz frogu Proszek <l_j_p@wp.pl>.
author diego
date Mon, 03 Nov 2003 00:26:43 +0000
parents 222d2661f373
children 23cb5b69113d
files DOCS/xml/en/faq.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml	Sun Nov 02 23:21:45 2003 +0000
+++ b/DOCS/xml/en/faq.xml	Mon Nov 03 00:26:43 2003 +0000
@@ -298,8 +298,8 @@
 <filename class="directory">/usr/include/X11</filename> symlinks exist (this
 can be a problem on Mandrake systems). They can be created with these commands:
 <screen>
-     $ ln -sf /usr/X11R6 /usr/X11
-     $ ln -sf /usr/X11R6/include/X11 /usr/include/X11
+     # ln -sf /usr/X11R6 /usr/X11
+     # ln -sf /usr/X11R6/include/X11 /usr/include/X11
 </screen>
 Your distribution may differ from the
 <ulink url="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</ulink>.