How to restart server and clear tmp?
Hi,My server admins is offline during 2-10AM (GMT), so I have to do this myself

I get this error and cant access anything (pages):
Warning: session_start(): open(/tmp/sess_b3d5965bdbcb57203ef55490458dbf7f, O_RDWR) failed: Read-only file system (30) in /home/savefile/public_html/files.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/savefile/public_html/files.php:3) in /home/savefile/public_html/files.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/savefile/public_html/files.php:3) in /home/savefile/public_html/files.php on line 3
- How do I empty the tmp folder?
- How do I restart the server afterwards?