Wednesday, July 21, 2010

Linux Symbolic link

Create symbolic link  /usr/test
ln -s /usr/test  [shortcutname]

remove links
rm /var/something/symlink

find symbolic link files
1) find . -lname '*sysdep.c
2) ls -latR | grep 'lw'

No comments:

Post a Comment

type your comments here