Bash, the Crucial Exams Chat Bot
AI Bot

Linux Command Line Essentials Flashcards

ps
head
cat
Displays the contents of a file
echo
ls
Displays text or data to standard output
Command to list directory contents
Command to move or rename files or directories
mv
Displays active processes
Displays the first few lines of a file
FrontBack
aliasCreates shortcuts for commands
catDisplays the contents of a file
cdUsed to change the current directory
chmodChanges file or directory permissions
chownChanges file or directory ownership
clearClears the terminal screen
cpCommand to copy files or directories
curlTransfers data from or to a server using various protocols
dfDisplays filesystem disk space usage
df -hDisplays human-readable disk space usage
duShows disk usage for files and directories
du -shSummarizes disk usage in human-readable format
echoDisplays text or data to standard output
envShows environment variables
exportSets environment variables for the current session
findLocates files and directories based on criteria
grepSearches files for a specific pattern
gunzipDecompresses gzip-compressed files
gzipCompresses files using the gzip format
headDisplays the first few lines of a file
historyDisplays previously executed commands
ifconfigDisplays and configures network interfaces
ipModern command to display/manipulate network settings
killTerminates a specific process using its PID
kill -9 <PID>Forcefully kills a process
lessViews file contents with backward navigation capability
locateQuickly finds files using a pre-built database
lsCommand to list directory contents
manDisplays the manual page for a command
mkdirCommand to create new directories
moreViews file contents page by page
mvCommand to move or rename files or directories
nanoCommand-line text editor
pingTests connectivity to a specific host
psDisplays active processes
ps auxDisplays detailed information about all processes
pwdPrints the current working directory path
rmCommand to remove files or directories
rmdirCommand to remove empty directories
rsyncSynchronizes files or directories remotely and locally
scpCopies files securely between hosts
sshSecurely connects to a remote system
sudoRuns commands with elevated privileges
tailDisplays the last few lines of a file
tarArchives files into a compressed or uncompressed format
topDisplays real-time system and process monitoring
touchCreates an empty file or updates file timestamps
unameDisplays system information
uptimeShows system uptime and load averages
vimAdvanced text editor with modes for editing and navigating
wgetDownloads files from the internet
whoamiDisplays the current user name
Front
mkdir
Click the card to flip
Back
Command to create new directories
Front
rm
Back
Command to remove files or directories
Front
ssh
Back
Securely connects to a remote system
Front
ping
Back
Tests connectivity to a specific host
Front
kill -9 <PID>
Back
Forcefully kills a process
Front
tail
Back
Displays the last few lines of a file
Front
sudo
Back
Runs commands with elevated privileges
Front
du -sh
Back
Summarizes disk usage in human-readable format
Front
history
Back
Displays previously executed commands
Front
df -h
Back
Displays human-readable disk space usage
Front
ls
Back
Command to list directory contents
Front
du
Back
Shows disk usage for files and directories
Front
alias
Back
Creates shortcuts for commands
Front
cat
Back
Displays the contents of a file
Front
df
Back
Displays filesystem disk space usage
Front
less
Back
Views file contents with backward navigation capability
Front
gzip
Back
Compresses files using the gzip format
Front
cp
Back
Command to copy files or directories
Front
curl
Back
Transfers data from or to a server using various protocols
Front
echo
Back
Displays text or data to standard output
Front
vim
Back
Advanced text editor with modes for editing and navigating
Front
chown
Back
Changes file or directory ownership
Front
man
Back
Displays the manual page for a command
Front
whoami
Back
Displays the current user name
Front
uptime
Back
Shows system uptime and load averages
Front
wget
Back
Downloads files from the internet
Front
chmod
Back
Changes file or directory permissions
Front
pwd
Back
Prints the current working directory path
Front
rmdir
Back
Command to remove empty directories
Front
ps aux
Back
Displays detailed information about all processes
Front
mv
Back
Command to move or rename files or directories
Front
tar
Back
Archives files into a compressed or uncompressed format
Front
ps
Back
Displays active processes
Front
rsync
Back
Synchronizes files or directories remotely and locally
Front
more
Back
Views file contents page by page
Front
head
Back
Displays the first few lines of a file
Front
kill
Back
Terminates a specific process using its PID
Front
ip
Back
Modern command to display/manipulate network settings
Front
gunzip
Back
Decompresses gzip-compressed files
Front
scp
Back
Copies files securely between hosts
Front
cd
Back
Used to change the current directory
Front
grep
Back
Searches files for a specific pattern
Front
uname
Back
Displays system information
Front
touch
Back
Creates an empty file or updates file timestamps
Front
ifconfig
Back
Displays and configures network interfaces
Front
env
Back
Shows environment variables
Front
export
Back
Sets environment variables for the current session
Front
clear
Back
Clears the terminal screen
Front
top
Back
Displays real-time system and process monitoring
Front
nano
Back
Command-line text editor
Front
find
Back
Locates files and directories based on criteria
Front
locate
Back
Quickly finds files using a pre-built database
1/52
This deck covers fundamental Linux commands, syntax, and usage scenarios essential for the CompTIA Linux+ XK0-006 exam.
Share on...
Follow us on...