Common Linux Commands 1
CompTIA A+ 220-1202 (V15) PBQ
Identify the use case of common Linux commands.
Used to switch users in a shell
Move a file
List contents of a directory
Configure network settings
Text editor that is infamous for being near-impossible to exit
Stop a running process
Used to run subcommands as root (admin)
Sets permissions of files or directories
Set a user's password
Lists running processes
passwd
vi
chmod
ps
sudo
mv
ls
su
kill
ifconfig