mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
add server
This commit is contained in:
parent
7204588af5
commit
2bb7f437b3
@ -1678,5 +1678,13 @@ jobs -l
|
|||||||
service --status-all
|
service --status-all
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#####schedule shutdown server
|
||||||
|
```bash
|
||||||
|
shutdown -r +5 "Server will restart in 5 minutes. Please save your work."
|
||||||
|
```
|
||||||
|
#####cancel schedule shutdown
|
||||||
|
```bash
|
||||||
|
shutdown -c
|
||||||
|
```
|
||||||
|
|
||||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user