less /var/log/syslog
tail -f /var/log/syslog
less /var/log/syslog.1
zless /var/log/syslog.2.gz
view current log
view tail of current log and show new entries as they arrive
view previous log
view compressed previous logs
To force a graceful restart of the system, try this...
Hold down Ctrl + Alt + PrtSc (SysRq) whilst typing r,e,i,s,u,b
"r" Switches the keyboard from raw mode to XLATE mode, "e" Sends the SIGTERM signal to all processes except init, "i" sends the SIGKILL signal to all processes except init, "s" syncs all mounted filesystems, "u" remounts all mounted filesystems in read-only mode, "b" immediately reboot the system, without unmounting partitions or syncing.Ctrl + Alt + F1 - tends to take you to the GUI Login Screen
Ctrl + Alt + F2 - tends to take you to your GUI session
Ctrl + Alt + F3 - tends to take you to a character-based login prompt
Using F4, F5 or F6 tends to do the same thing as F3