Page 1 of 1

How to symlink and unlink that

Posted: Sat May 11, 2013 1:30 pm
by a24uall
To symlink a file
cd /home/username
ln -s /usr/bin/testfile
This will create a symlink in /home/user/testfile to point to /usr/bin/testfile

To remove the symlink created
unlink testfile