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