The “iptables” Command in Linux [6 Practical Examples]
The iptables command in Linux is used to set up, maintain and inspect the tables of IP packet filters. These …
The iptables command in Linux is used to set up, maintain and inspect the tables of IP packet filters. These …
The ifconfig command in Linux stands for “Interface Configuration”. It configures the necessary kernel-resident network interfaces at the system boot. …
The dd command in Linux is used for copying and converting files. It can copy, convert, and format a certain …
The ip command in Linux allows users to display as well as manipulate routing tables, network interfaces, and devices. Moreover, …
The mkfs command in Linux stands for “Make File System”. It creates a filesystem in the specified disk space/partition passed …
The mke2fs command in Linux is used for creating new extended file systems. It can only create the ext2, ext3, …
The more command in Linux is used to display file contents in the terminal. You can choose the structure of …
The install command in Linux copies files, creates directories and sets file attributes. You can also install packages with this …
The egrep command in Linux is a variant of the grep command. It is very useful for searching patterns inside …
The file command in Linux determines the types of files on your system. It runs tests on the provided file/s …
The dmesg command in Linux is used to display and control the Kernel Ring Buffer messages. You can use this …
The at command in Linux is a command line utility tool used for scheduling one-time jobs. You can specify a …
The whatis command in Linux provides the one-line man page description of keywords. Each command in Linux has some descriptive …
The whereis command in Linux is used to locate the binary, source, and manual page files of specified command/s. With …
The which command in Linux returns the pathname of a file in the given environment. It takes commands as arguments …
The basic use of the id command in Linux includes finding out information about users’ IDs and names. Advanced options …
The apt command in Linux stands for “Advanced Package Tool”. It is a command-line interface for managing the packages on …
The ps command in Linux stands for “Process Status”. It provides a report on the processes running on your machine. …
The diff command in Linux is a utility tool that allows you to compare files from the command line. It …
The date command is one of the most frequently used commands in Linux. It is used to get or set …