Bash, the Crucial Exams Chat Bot
AI Bot

Linux Command Line  Flashcards

CompTIA A+ 220-1202 (V15) Flashcards

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
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...