Mount & UnMount Windows Partitions In Linux using Shell Script [ How to ]

If you dual-boot Linux and Windows, you’re likely to mount the Windows partition every now and then. Although some of the new distributions provide the option of mounting Windows partitions at startup, you might still want to keep control to yourself. You can do this in 2 ways, Manually or by using a simple shell […]

BASH Script to Back Up Files Modified Files in Linux

Here is a BASH Script which will back up the files created in the current directory within the past 24 hours in a “.tar.gz” file. Bash, an acronym for Bourne-again Shell, is a Unix shell written for the GNU Project and is the default shell for Linux and Mac OS X. let you accomplish a […]