How to symlink and unlink that

Post Reply
a24uall
Site Admin
Posts: 166
Joined: Sun Jul 01, 2012 9:07 am

How to symlink and unlink that

Post 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
Arun
WebhostingDevelopment.com
Post Reply

Return to “Basic Commands”