Linux Command Line Flashcards
Acronym | Definition |
---|---|
List contents of a directory | ls |
Searches a file or input for particular characters | grep |
Change directories | cd |
Turn off or power off | shutdown |
Get the current working directory of a shell | pwd |
Set a user's password | passwd |
Move a file | mv |
Copy a file or directory | cp |
Delete a file or directory | rm |
Sets permissions of files or directories | chmod |
Sets the owner of files or directories | chown |
Configure wireless networking settings | iwconfig |
Configure network settings | ifconfig |
Lists processes | ps |
Used to run subcommands as root (admin) | sudo |
Used to switch users in a shell | su |
Ubuntu package manager | apt-get |
Text editor that is infamous for being impossible to exit | vi |
Stop a running process | kill |
Front
Used to switch users in a shell
Click the card to flip
Back
su
Front
Stop a running process
Back
kill
Front
Configure wireless networking settings
Back
iwconfig
Front
Set a user's password
Back
passwd
Front
Text editor that is infamous for being impossible to exit
Back
vi
Front
Ubuntu package manager
Back
apt-get
Front
Lists processes
Back
ps
Front
Copy a file or directory
Back
cp
Front
Delete a file or directory
Back
rm
Front
Get the current working directory of a shell
Back
pwd
Front
Configure network settings
Back
ifconfig
Front
Used to run subcommands as root (admin)
Back
sudo
Front
Turn off or power off
Back
shutdown
Front
Searches a file or input for particular characters
Back
grep
Front
Sets permissions of files or directories
Back
chmod
Front
List contents of a directory
Back
ls
Front
Sets the owner of files or directories
Back
chown
Front
Change directories
Back
cd
Front
Move a file
Back
mv
1/19