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