Thread: heeelp plzzzzzz
View Single Post
Posts: 2,006 | Thanked: 3,351 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#120
Originally Posted by Ali View Post
hi guys i need to know how to remove a symlink u have created with filebox. PLEASE
can u tell me the command to delete a symlink in x -terminal please

thanks

i have search googled but couldn't find i am a noob forgot to tell.

so maybe some one?
rm symbolic_link_name

Works for symbolic link to either a file or a directory, no need for -r. Doesn't delete the original file, just deletes the link.

Warning: I'm not responsible for any harm you get from using rm command.

Don't run it as root.