Linux Autofs Service

Autofs Service is used for mounting network shares on a Linux machine it is Specially designed for saving your system and network resources. The benefit of using autofs service is that the shares unmounted after a specific time and when user need to access the resources it automatically mount that shares again. By default an…

Backup linux files using tar and cronjob

How to Backup Files and Directories in Linux Using Tar & Cron Jobs.

Backup Files and Directories in Linux This tutorial is related to Backup Files and Directories in Linux using tar and cron jobs. Almost every Linux Admin use this utility (for backing up their critical data) which is something call tar, tar allows you easily and quickly backup your files folder or your entire system.

Use input-output redirection (>, >>, |, 2>, etc.).

what is Input/Output Redirection in Linux ? Input/output redirection means the text that is showing on your screen while you are running any command(program)in your shell, that information can be redirect elsewhere and even you can store this output in a file or can be print directly. This function called Redirection, you can also redirect…