[656] in netbsd-help mailing list archive
Re: Questions on setting up X windows
daemon@ATHENA.MIT.EDU (Yoav Yerushalmi)
Fri Jan 26 21:56:39 1996
To: jeffkn@MIT.EDU
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Fri, 26 Jan 1996 19:50:30 EST."
<9601270050.AA28770@pesto.MIT.EDU>
Date: Fri, 26 Jan 1996 21:51:54 EST
From: Yoav Yerushalmi <yoav@MIT.EDU>
okay.. to make a symbolic link (also known as a symlink) you need to use to
ln command, the standard way is to type
ln -s {original file} {name of symlink}
so to make /etc/X a symlink to /usr/X11/bin/XF86_S3
you will type (probably as root)
ln -s /usr/X11/bin/XF86_S3 /etc/X
hope that helps (to find out more about ln, you can type 'man ln')
--
-----------------------------------------------------------------
| Yoav Yerushalmi | My opinions are mine.. |
| M.I.T student at large | (I hope.. don't sue) |
| http://www.mit.edu:8001/afs/sipb/user/yoav/html/homepage.html |
-----------------------------------------------------------------