This shows you the differences between two versions of the page.
— |
cmd_-_shutdown [2015/01/08 15:35] (current) admin created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===command "shutdown" dos=== | ||
+ | * shutdown -r — restarts | ||
+ | * shutdown -s — shutsdown | ||
+ | * shutdown -l — logoff | ||
+ | * shutdown -t xx — where xx is number of seconds to wait till shutdown/restart/logoff | ||
+ | * shutdown -i — gives you a dialog box to fill in what function you want to use | ||
+ | * shutdown -a — aborts the previous shutdown command....very handy! |