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