Bash, the Crucial Exams Chat Bot
AI Bot

Linux Command Line Flashcards

Create a new directory
Sets the owner of files or directories
Locate files using a database
ln
locate
rmdir
chown
Text editor that is infamous for being impossible to exit
vi
mkdir
Create a hard or symbolic link
Remove an empty directory
FrontBack
Archive files and directories into a tarballtar
Change directoriescd
Compress files with gzipgzip
Concatenate and display file contentscat
Configure network settingsifconfig
Configure wireless networking settingsiwconfig
Copy a file or directorycp
Create a hard or symbolic linkln
Create a new directorymkdir
Create an empty file or update its timestamptouch
Decompress gzip filesgunzip
Delete a file or directoryrm
Display disk usage of files and directoriesdu
Display memory usagefree
Display the manual page for a commandman
Download files from the webwget
Find files by name in a directory treefind
Follow file changes in real-timetail -f
Get the current working directory of a shellpwd
List contents of a directoryls
List the beginning of a filehead
List the end of a filetail
Lists processesps
Locate files using a databaselocate
Move a filemv
Remove an empty directoryrmdir
Searches a file or input for particular charactersgrep
Securely copy files over SSHscp
Set a user's passwordpasswd
Sets permissions of files or directorieschmod
Sets the owner of files or directorieschown
Show disk space usagedf
Stop a running processkill
Text editor that is infamous for being impossible to exitvi
Turn off or power offshutdown
Ubuntu package managerapt-get
Used to run subcommands as root (admin)sudo
Used to switch users in a shellsu
View running processes dynamicallytop
Front
Compress files with gzip
Click the card to flip
Back
gzip
Front
Sets the owner of files or directories
Back
chown
Front
Turn off or power off
Back
shutdown
Front
Show disk space usage
Back
df
Front
Set a user's password
Back
passwd
Front
Text editor that is infamous for being impossible to exit
Back
vi
Front
List the end of a file
Back
tail
Front
Find files by name in a directory tree
Back
find
Front
Follow file changes in real-time
Back
tail -f
Front
List contents of a directory
Back
ls
Front
Lists processes
Back
ps
Front
Create a new directory
Back
mkdir
Front
List the beginning of a file
Back
head
Front
Delete a file or directory
Back
rm
Front
Decompress gzip files
Back
gunzip
Front
Move a file
Back
mv
Front
Configure network settings
Back
ifconfig
Front
Display disk usage of files and directories
Back
du
Front
Copy a file or directory
Back
cp
Front
Download files from the web
Back
wget
Front
Get the current working directory of a shell
Back
pwd
Front
Archive files and directories into a tarball
Back
tar
Front
Display memory usage
Back
free
Front
Ubuntu package manager
Back
apt-get
Front
Create an empty file or update its timestamp
Back
touch
Front
Change directories
Back
cd
Front
Display the manual page for a command
Back
man
Front
Searches a file or input for particular characters
Back
grep
Front
Securely copy files over SSH
Back
scp
Front
Sets permissions of files or directories
Back
chmod
Front
Concatenate and display file contents
Back
cat
Front
Stop a running process
Back
kill
Front
Create a hard or symbolic link
Back
ln
Front
View running processes dynamically
Back
top
Front
Used to run subcommands as root (admin)
Back
sudo
Front
Configure wireless networking settings
Back
iwconfig
Front
Used to switch users in a shell
Back
su
Front
Remove an empty directory
Back
rmdir
Front
Locate files using a database
Back
locate
1/39
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!
Share on...
Follow us on...