SWAT

Edward Glowacki glowack2@msu.edu
Fri, 8 Sep 2000 10:22:35 -0400 (EDT)


On Fri, 8 Sep 2000, Alex Morris wrote:
> However, this brings up two questions for me:
> 
> 1.) How do I create a symbolic link?  I looked through some documentation 
> for "link" but when I try to do "link swat /usr/swat" or "link -s swat 
> /usr/swat", it just lists it's syntax and does nothing.

ln -s source new_file

for example, to make your password file show up on the web, you might use:

ln -s /etc/passwd /usr/local/www/index.html

I would not recommend sharing your password file like this though... ;)

-- 
Edward Glowacki			glowack2@msu.edu
Network Services		
Michigan State University