You're viewing a single thread.
All Comments
49 comments
johntwinkletits @lemmynsfw.com sudo reboot now???
3 0 ReplyRin @lemm.ee sudo reboot now???
tl;dr: Yes...
sudo reboot now
.
from
reboot
docs:[...] Otherwise this simply invokes the shutdown(8) tool with the appropriate arguments.
The
shutdown
command looks like this:shutdown [OPTION]... TIME [MESSAGE]
.Anything passed into
reboot
will just get passed along toshutdown
, including the time parameter.TIME may have different formats, the most common is simply the word 'now' which will bring the system down immediately.
"now" is a valid time for
shutdown
so it reboots the system asap.2 0 Reply
49 comments
Scroll to top