Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Scott Smith on October 19, 2000, 06:41:02 PM
-
I have found it very handy to add the following symbolic links:
ln -s /home/e-smith/files/primary /web
ln -s /home/e-smith/files/ibays /ibays
ln -s /home/e-smith/files/users /users
I'm just lazy and don't like all the typing ;-)
-
Scott Smith wrote:
> I have found it very handy to add the following symbolic links:
>
> ln -s /home/e-smith/files/primary /web
> ln -s /home/e-smith/files/ibays /ibays
> ln -s /home/e-smith/files/users /users
>
> I'm just lazy and don't like all the typing ;-)
Though not the same, you can use also use the ~ shortcut. E.g.
cd ~frog
will go to the frog ibay or user directory.
cd ~admin
will go to /home/e-smith
Gordon