Bash, the Crucial Exams Chat Bot
AI Bot
Linux Command Line Flashcards
ps
iwconfig
chmod
apt-get
Sets permissions of files or directories
Copy a file or directory
Ubuntu package manager
Move a file
mv
Configure wireless networking settings
Lists processes
cp
Front | Back |
Change directories | cd |
Configure network settings | ifconfig |
Configure wireless networking settings | iwconfig |
Copy a file or directory | cp |
Delete a file or directory | rm |
Get the current working directory of a shell | pwd |
List contents of a directory | ls |
Lists processes | ps |
Move a file | mv |
Searches a file or input for particular characters | grep |
Set a user's password | passwd |
Sets permissions of files or directories | chmod |
Sets the owner of files or directories | chown |
Stop a running process | kill |
Text editor that is infamous for being impossible to exit | vi |
Turn off or power off | shutdown |
Ubuntu package manager | apt-get |
Used to run subcommands as root (admin) | sudo |
Used to switch users in a shell | su |
Front
Turn off or power off
Click the card to flip
Back
shutdown
Front
Configure network settings
Back
ifconfig
Front
Get the current working directory of a shell
Back
pwd
Front
Copy a file or directory
Back
cp
Front
Delete a file or directory
Back
rm
Front
Change directories
Back
cd
Front
Text editor that is infamous for being impossible to exit
Back
vi
Front
Searches a file or input for particular characters
Back
grep
Front
Move a file
Back
mv
Front
Sets permissions of files or directories
Back
chmod
Front
Ubuntu package manager
Back
apt-get
Front
Used to run subcommands as root (admin)
Back
sudo
Front
Set a user's password
Back
passwd
Front
Lists processes
Back
ps
Front
Configure wireless networking settings
Back
iwconfig
Front
Used to switch users in a shell
Back
su
Front
Sets the owner of files or directories
Back
chown
Front
List contents of a directory
Back
ls
Front
Stop a running process
Back
kill
1/19
These cards cover key commands such as "ls" for listing directory contents, "grep" for searching files, "cd" for navigating directories, and "shutdown" to power off the system. Learn to manage files with "mv," "cp," and "rm"; control permissions with "chmod" and "chown"; and configure networks using "iwconfig" and "ifconfig." Dive into process management with "ps," "kill," and root-level tasks using "sudo" and "su." Whether you're a sysadmin or developer, this deck also includes commands like "apt-get" for package management and the infamous "vi" text editor. Sharpen your Linux skills today!