Basic Linux Commands Flashcards
What does man do in Linux?
(manual)
Opens Manual page
What does shutdown
Linux command do?
Shut Down
It is a command used for text editing called vi(Visual Editor)?
Text Editor(Crypto)
nano
Simple Text Editor(Crypto) is a command for text editing.
What is the top command?
A command in Linux. That Displays running processes.
What does dig stand for and what is its purpose?
Domain Information Groper; queries DNS records.
What does the iwconfig command do?
iwconfig configures wireless network interfaces and displays settings like SSID, mode, frequency, and encryption.
What does the ip command do?
It is a group of commands.
The ip command shows/manages network interfaces, routing, and ip addresses
What does the passwd command do?
Changes or Updates user account passwords.
What is the purpose of sudo?
Runs commands with elevated(superuser) privileges. May also execute commands as another user.
What does yum/dnf stand for and what does it do?
Yellow dog Updater, modified; manages software packages on RPM-based systems.
What is the difference between apt or apt-get?
Both manage packages on Debian-based systems; apt in a more user-friendly, modern replacement for apt-get.
What does the ps command do?
Displays information about running processes.
What does chmod stand for and what does it do?
Change Mode; modifies file permissions.
What does the df command do?
Displays available disk space on file systems.