Deleting User Accounts With userdel in Linux The userdel command takes a single argument, which is the login name of the account to delete. If you supply the optional -r option, it also deletes the user’s home directory and all the files in it. To delete the user account with login name mary, you would [...]
GNU/Linux
Starting background processes in Linux
Starting background processes in Linux If you have programs that you want to run while you continue to work in the shell, you can place the programs in the background. To place a program in the background at the time you run the program, type an ampersand (&) at the end of the command line. [...]
