Results 1 to 2 of 2
how can check whether my system supports symbolic links...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-02-2006 #1Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
symbolic links for table
how can check whether my system supports symbolic links
- 04-02-2006 #2Just Joined!
- Join Date
- Jan 2006
- Posts
- 77
do a ln -s <target> <destination> and then a ls -l <destination>. it should show up as <target>-><destination>


Reply With Quote
