mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-03-08 17:17:18 +00:00
add ntp
This commit is contained in:
parent
2461aa5048
commit
4dfbacff7b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -2181,6 +2181,16 @@ or
|
|||
```bash
|
||||
ps aux|grep python
|
||||
```
|
||||
##### ntp
|
||||
start ntp:
|
||||
```bash
|
||||
ntpd
|
||||
```
|
||||
check ntp:
|
||||
```bash
|
||||
ntpq -p
|
||||
```
|
||||
|
||||
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
|
Loading…
Add table
Reference in a new issue