Results 1 to 2 of 2
is there a way to link a folder into another folder using the command line in Fedora core 4? I am running a SSH server in command line only no ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-20-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 84
SSH question
is there a way to link a folder into another folder using the command line in Fedora core 4? I am running a SSH server in command line only no gui.
- 09-20-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
ln -s /path/to/dir/you/want/to/link /path/where/you/want/the/link
For example:
ln -s /home/user /var/www/htdocs/userserzsite.com.ar
"All the drugs in this world won\'t save you from yourself"


Reply With Quote
