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 :: How to import or export dependencies into env yml conda 
Shell :: Bash script general template to generate script format 
Shell :: unintsall from ubuntu 
Shell :: CLONE DISK LINUX 
Shell :: terminal bash grep word inside files directory 
Shell :: remove file kali linux 
Shell :: bash comparison operators 
Shell :: how to pass k8s secret in run command line 
Shell :: check salt version 
Shell :: make a question in bash script 
Shell :: webgpu chrome linux 
Shell :: command to push code to github 
Shell :: bash shell scripting cheat sheet 
Shell :: delete evicted pods 
Shell :: bash boolean 
Shell :: delete all git ignored files 
Shell :: exception: unable to run "adb", check your android sdk installation and android_sdk_root environment variable: 
Shell :: passphrase 
Shell :: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0) 
Shell :: Result Directory was not created cts android log reports 
Shell :: Commit Changes With a Single Line Message or Through an Editor in git command 
Shell :: ansible tar with a datestamp 
Shell :: ibus ubuntu 22.04 
Shell :: create ovpn file linux 
Shell :: conda install simplejson 
Shell :: ls show uid gid 
Shell :: mysql cannot change directory to /nonexistent 
Shell :: exec format error heroku dockerfile M1 chip 
Shell :: How to compress and decompress a file in the terminal 
Shell :: view ip rules linux 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =