Related Posts
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
https://help.ubuntu.com/community/CheckingYourUbuntuVersion
$ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where…