diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-05 14:16:50 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-05 14:16:50 +0000 |
commit | fa96aa8d70eb1dfd7b3550fab417a43b3a507a6d (patch) | |
tree | 2b7d4c0a4a56175018f28e7e116a3dcdfb78e06a /runit | |
parent | da7d205446459dfa1ba7bb46206955383dc6a420 (diff) | |
download | busybox-w32-fa96aa8d70eb1dfd7b3550fab417a43b3a507a6d.tar.gz busybox-w32-fa96aa8d70eb1dfd7b3550fab417a43b3a507a6d.tar.bz2 busybox-w32-fa96aa8d70eb1dfd7b3550fab417a43b3a507a6d.zip |
busybox: add --uninstall option
Add an option to allow hard links to be removed.
busybox --uninstall file
removes all hard links to the given file (including the file itself.)
Since Microsoft Windows refuses to delete a running executable a
BusyBox binary is unable to remove links to itself.
busybox --uninstall -n file
displays the names of all hard links to the given file.
Although this feature is couched in terms of uninstalling BusyBox
it's actually quite general: it can be used to delete or display
hard links to any file.
Diffstat (limited to 'runit')
0 files changed, 0 insertions, 0 deletions