Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to reboot a system with shutdown command

$ sudo shutdown -r
#with the -r option, the shutdown command performs a system reboot
Comment

how to schedule a system reboot with shutdown command

sudo shutdown -r 10:00
#The following example will schedule system reboot at 10 A.M:
Comment

how to schedule a system reboot with shutdown command

sudo shutdown -r +5
# The following example will schedule system reboot in 5 minutes from now
Comment

PREVIOUS NEXT
Code Example
Shell :: bash linux no ouput from command 
Shell :: git rm branch no remotes 
Shell :: osx go version not updating 
Shell :: 500 SERVER ERROR docker laravel linux 
Shell :: how to generate a resolver in the cli 
Shell :: remove file kali 
Shell :: install lib atk 
Shell :: isomanager installation script 
Shell :: how to install amethyst on mac 
Shell :: Automatically run program on Linux startup via rc.local 
Shell :: cht.sh install 
Shell :: install symfony cli 
Shell :: pip install many packages 
Shell :: uninstall grepper 
Shell :: github push to repository 
Shell :: install nodemon in express 
Shell :: pyinstaller version file 
Shell :: install installatron cpanel 
Shell :: search-history termial 
Shell :: set swap space aws 
Shell :: add individual file to staging area in git command 
Shell :: tree command in hpc 
Shell :: linux ubuntu "jetson Nano" disable ufw firewalld 
Shell :: Convert line-endings for whole directory tree 
Shell :: check head of file 
Shell :: curl change source ip 
Shell :: Linux search manual and list all pages with term 
Shell :: exec format error heroku docker file M1 chip 
Shell :: command to convert standard input to arguments for a piped command 
Shell :: envsub file 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =