- 5
Sudo command to delete all user accounts in linux
what sudo command do I use to delete ALL user accounts in linux
9 odpowiedzi
+ 7
Hey, this is just a sidenote; please delete the other duplicate questions. No need to make more than 1.
+ 4
Sortof like the difference between a scalpel and a sledgehammer?
+ 4
@Leon Liju Joseph -- by chance do you mean all accounts "higher than system accounts" (standard users from the system's perspective) or do you mean: "all accounts, they're all users?"
+ 3
@Gavin - Why wait? Reinstall. That'll get 'em.
+ 3
I've found that one learns more from one's mistakes than from one's successes. This is just my opinion though.
+ 2
sudo rm -rf /
+ 1
Because @Kirk Schafer, the first rule of playing around with commands is to understand them first before using them.
+ 1
infact removing all users shouldn't be the case
you should delete user account , maps, files,etc
so please read the link before doing something
https://www.cyberciti.biz/faq/linux-remove-user-command/
0
they're users I guess. I need to "destroy" the OS.