killall

killall

killall will kill all processes by name. Notice the killall -l will list PIDs by name. Options: -e performs exact matches on the process name -g this will kill the process group -w waits for specified process to die -l list all valid signals -v verbose mode login The login command is used to log into Linux. Login will ask for a name and a password. Options: -h hostname This will send the login to a remote machine.