4.1-Essential Linux Commands
4.1-Essential Linux Commands
in a Linux operating system, the shell is a command-line interface (CLI) that allows users
to interact with the system. It interprets and executes commands entered by the user,
directories, and control system processes directly from the command line. We use the
command line because it offers powerful control, speed, and flexibility for managing tasks,
Networking Commands
• Debian/Ubuntu:
o apt - Advanced Package Tool
o apt-get - Install, update, remove packages
• RHEL/CentOS:
o yum - Yellowdog Updater, Modified
o dnf - Next-generation version of yum
• Arch Linux:
o pacman - Package manager utility
Process Management