help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: how to make symbolic links?


From: Mark Galeck (CW)
Subject: RE: how to make symbolic links?
Date: Wed, 7 Sep 2011 22:45:34 -0700

>>ln -s dir1/foobar1 dir/foobar

 >works as expected.

Philip wrote:
>No, it doesn't.  


Yes it does!

address@hidden: ls -d dir*
dir  dir1
address@hidden: ls dir1
foobar1
address@hidden: ln -s dir1/foobar1 dir/foobar
address@hidden: ls -l dir/foobar
lrwxrwxrwx 1 mgaleck sw-team 12 Sep  7 22:42 dir/foobar -> dir1/foobar1
address@hidden:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]