How to Identify Working Directories Using Shell Characters and Variables
Some of the special directories that a Linux user is bound to work with so many times on a shell
Some of the special directories that a Linux user is bound to work with so many times on a shell
When you have important sensitive data, then its crucial to have an extra layer of security to your files and
As an alternative to cron job scheduler, the at command allows you to schedule a command to run once at
Have you ever typed a command and rushed to hit Enter, only to find that you had a typo in
Similarly to the previous tip about find out top processes by RAM and CPU usage, you can also use top
I remember once reading that efficient system administrators are lazy people. The reason is not that they’re not doing their
Apache web server is probably the most used web server across platforms including different Linux distributions and Windows. The web
One of the Linux’s beauties is that you can control almost everything about it. This gives a system administrator a
In Linux, you can change the maximum amount of open files. You may modify this number by using the ulimit
A rough utilization of Linux cat command would be to make a full disk backup or a disk partition backup
In Linux (also UNIX) $PATH is environment variable, used to tell the shell where to look for executable files. $PATH variable
More is a *nix command line used to display the contents of a file in a console. The basic usage