rm
Linux remove symbolic link
Linux remove symbolic link.
What command need to issue to make Linux remove symbolic link? The step by step article on Linux remove symbolic link below show the command example need to issue to remove symbolic link on Linux system. Please note that the symbolic link just a link to the target file or directory. The symbolic link never share same inode with the original file, so if we remove the symbolic link they do not have any effect to the original file or directory... its just like remove the shortcut (link) to the file. The example below use unlink command to remove the symbolic link, and use rm command achieve same result.
- Login or register to post comments
- Read more
- 392 reads
- Tell your friends
Linux delete file
Step by step how to delete file on Linux.
How to delete file on Linux system? The step by step article on Linux delete file below show an example how to delete Linux file or delete file on Linux system using the rm command..
Linux delete file example:
To start delete file on Linux system you must know the filename need to delete. The example below start from list files in current directory command and from there... we issue rm command to delete file inside the current directory.
- Login or register to post comments
- Read more
- 159 reads
- Tell your friends
