Home

Content was moved from it's original location @ jamnetltd.com.


— site/server administrator

Photos

Dog at computer


06/21/2018 05:54:52 AM Jamie General 0

Forums

Linux Useful commands

Check if a restart is needed: needs-restarting -r will say if the system needs to be restarted.

Create symbolic link: ln -s source link-name for example ln -s Documents/pictures Pictures will create a Pictures directory in the current user from Documents/pictures

Run sql backup: sh /home/XXXXX/Documents/scripts/backupsql.sh as root and XXXXX is the users home directory

Run server backup: sh /home/XXXXXX/Documents/scripts/backupserver.sh as root and XXXXX is the users home directory


03/06/2019 03:37:23 AM Jamie General 0