The “tree” Command in Linux [12 Practical Examples]
The tree is a command-line utility that recursively lists the contents of a directory in a tree-like format, with each directory shown as a …
The tree is a command-line utility that recursively lists the contents of a directory in a tree-like format, with each directory shown as a …
The dmesg command in Linux is used to display and control the Kernel Ring Buffer messages. You can use this …
The ln command in Linux is a very user-friendly command used to create links (shortcuts) to the source file/directory. The …
The traceroute in Linux is used to track the path a data packet takes. A data packet passes multiple hops …
When any program has crashed or is stuck, the killall command in Linux helps us in such situations. One can …
The at command in Linux is a command line utility tool used for scheduling one-time jobs. You can specify a …
A hostname is a unique name assigned to a computer that is connected to a network. It allows the device to be …
The whatis command in Linux provides the one-line man page description of keywords. Each command in Linux has some descriptive …
The tar command in Linux is one of the most important commands to archive files. It keeps a lot of …
The ssh command in Linux is used to securely connect two computers (client and server) following the SSH protocol. You …
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 data of a file after deletion is sent to the unallocated space of the hard disc. One can easily …
The “usermod” command is a useful tool to modify the attributes of an existing user. This command allows the root …
The mount command in Linux is used to attach a removable storage device or filesystem to an existing directory making …
gzip is one of the most useful compression functions in Linux. It uses the Lempel-Ziv coding (LZ77) algorithm to reduce …
The basic use of the id command in Linux includes finding out information about users’ IDs and names. Advanced options …
The du command in Linux is used to view disk space consumed by files and directories. It can be handy …
The bash is the short form of “Bourne-Again Shell.” It is a Unix shell. It enables users to interact with …
Sometimes, you need to change or modify the group’s own attributes. At that time, you can use the groupmod command to modify …