Common Linux Commands 1

Identify the use case of common Linux commands.


Stop a running process
Lists running processes
Text editor that is infamous for being near-impossible to exit
Configure network settings
Move a file
Set a user's password
List contents of a directory
Used to switch users in a shell
Sets permissions of files or directories
Used to run subcommands as root (admin)
mv
kill
passwd
sudo
su
ifconfig
chmod
ps
vi
ls