I recently had a problem with my Debian box; namely, that I couldn’t access my superuser shell the usual way by typing: su – As this is a problem with the user bit of the “su” command not being set properly, you can fix this by logging in as root (or any other user with…
Tag: user management
Using Linux Shell to Add a User
Adding a user with bash command is simple: “useradd username”
Kill users in Linux shell
You are not evil, you just want to log your enemy out of your system. It is only natural, you need not be ashamed. Okay, morally justified, you can now read this post.