tee is a command in Linux that reads from standard input and writes the output to both standard output and…
Browsing: Linux Commands
Nmap (Network Mapper) is the most popular discovery tool used by Network Administrators for security auditing and mapping their network.…
It’s normal that we make files and directories (or we can say folders) in our machines to keep them organized,…
Sometimes we are required to compare two or more than two files for some modifications or just to check the…
Management of Files and resources can quickly become a headache for Linux administrators as it is a multi-user OS. The…
JSON is a data representation format that is used to store and transfer data between different layers of an application;…
The IP command in Linux is a powerful tool for managing and configuring the network interfaces of a system. It…
The “chattr”, short for change attribute, is a command-line utility in Linux used to change attributes of a file e.g…
Sudo allows us to provide superuser privileges to a normal user with restrictions. It allows users to run programs with…
The wget command in Linux is a powerful tool for downloading files from the internet. It allows you to download…