Gilbo
Storage is cool
I know I can reboot a computer at a specific time by typing:
	
	
	
		
The thing I'm curious about is that the command doesn't return me to the console, so I want to hit CTRL+C and exit. This seems to me to not be the "proper' way, since it aborts the shutdown. Is there a better way?
I don't want to have to keep a terminal window open on my local computer all day. I know about using a detached screen, but is there a simpler way?
			
			
		Code:
	
	shutdown -r 17:30
	The thing I'm curious about is that the command doesn't return me to the console, so I want to hit CTRL+C and exit. This seems to me to not be the "proper' way, since it aborts the shutdown. Is there a better way?
I don't want to have to keep a terminal window open on my local computer all day. I know about using a detached screen, but is there a simpler way?