this post was submitted on 16 Feb 2024
645 points (100.0% liked)
196
16442 readers
1527 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is
Sudo - Super user do; or root < admin
RM - Remove
F - forced, it won’t warn you that you are deleting your system
R - Recursively, it will delete every directory hereafter
/ - the start of your system…so everything but it not being there would do this as well
Never rm -rf if you actually need to do it for something then you know well enough that it is necessary
Ah the linux version of delete system32 or charge your phone in the microwave.
It's more like delete C:/
System32 and everything else.
Thank you for the breakdown. Always wondered what those commands meant