
Often you will need to read user input in shell script. Here is how to get user input in shell script using read command.
Often you will need to read user input in shell script. Here is how to get user input in shell script using read command.
As system administrator, you may be required to constantly track SSD health. Here is how to check SSD health in Linux
Sometimes you may need to exit for loop or while loop in shell script. Here is how to come out of for loop in shell script.
Sometimes you may need to send email with attachment in Linux. Here is how to email others from Linux command line.
Sometimes you may need to create MD5 hash of file. Here is how to generate & verify MD5 Hash of file in Linux.
Sometimes you may need to automate SSH login. Here is shell script to automate SSH login with passphrase or SSH keys.
Often you will need to give user access to folder in Linux. Here are the steps to give user access & permission to folder in Linux using chown & chmod.
Sometimes you need to enable, disable & manage services in Linux. Here is how to start, stop, restart, enable, disable services in Linux using systemd and upstart init.
Sometimes you may need to find last modified files or find files modified in last hour, today, or in last 5 minutes. Here are the steps to do so.
Sometimes you may need to copy contents of folder to another folder. Here is how to copy files from one directory to another.