An Introduction to Shell in Linux
Shell is the command line user interface to a UNIX-like system. bash is the default shell under Linux.
Shell is the command line user interface to a UNIX-like system. bash is the default shell under Linux.
The ss command gives the socket statistics. It gives information about the network connections. ss is a replacement for the netstat command.
The umask command is used for setting a mask which is used for managing the permissions of files created by processes during a login session.
htop is a ncurses based program for viewing processes in a Linux system. htop gives information about processor, memory and swap usage.
The iptables command is for defining packet filtering rules for firewalls in Linux. iptables concepts and command parameters are explained.
The netstat command in Linux provides information about network connections, routing tables and network interface statistics.
The pidstat command gives the CPU utilization, I/O statistics, page faults and memory utilization for processes and threads in Linux systems.
The mpstat command in a Linux system gives the CPU utilization report and the hardware and software interrupts per second for processors.
The iostat command for getting the CPU and input-output statistics for Linux and Unix systems is explained.
vmstat prints information about system processes, memory, swap, I/O blocks, interrupts and context switches and the CPU activity.