How to Use ‘dir’ Command with Different Options and Arguments in Linux
This article shows some examples of using the dir command to list the contents of a directory. The dir command is not a commonly used
This article shows some examples of using the dir command to list the contents of a directory. The dir command is not a commonly used
The Linux “du” (Disk Usage) is a standard Unix/Linux command, used to check the information of disk usage of files and directories on a machine.
Like any other operating system, GNU/Linux has implemented memory management efficiently and even more than that. But if any process is eating away your memory
Date command is an external bash program that allows to set or display system date and time. It also provides several formatting options. Date command
Host command is a minimal and easy-to-use CLI utility for performing DNS lookups which translate domain names to IP addresses and vice versa. It can
One of most obnoxious experiences that most new users of the Linux platform usually face is the inability to find the simplest and yet more
Process management is one of the important aspects of System Administration in Linux, and it includes killing of processes using the kill command. In this
How do we kill a resource/process in Linux? Obviously we find the PID of the resource and then pass the PID to the kill command.
Encryption is the process of encoding files in such a way that only those who are authorized can access them. Mankind is using encryption for
We have covered most of the things on ‘ls’ command in last two articles of our Interview series. This article is the last part of