Koozali.org: home of the SME Server

shortcuts

Scott Smith

shortcuts
« 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 ;-)

Gordon Rowell

RE: shortcuts
« Reply #1 on: October 19, 2000, 08:04:37 PM »
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