摘要:
Sed 中 /c 是替换的意思,可以用这个 /c 来实现查找并替换一整行的需求。 比如查找 iburst 所在的行,并把这行内容替换成自己希望的内容。 [root@ceph01 ~]# more /etc/chrony.conf # Use public servers from the pool. 阅读全文
摘要:
参考地址 查看docker网络 $ docker network ls NETWORK ID NAME DRIVER SCOPE 7fca4eb8c647 bridge bridge local 9f904ee27bf5 none null local cf03ee007fb4 host host 阅读全文