Related Posts
Recursively list all hidden files and directories on Linux/Unix The basic syntax is as follows:…
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
To flush queue Traditionally you use the "sendmail -q" command to flush mail queue under…