linux 操作笔记

安装软件

systemctl create 软件

开启软件

systemctl start 软件

关闭软件

systemctl  stop 软件

卸载软件

systemctl rm  软件

for循环

for n in {1..10}

do

print $n

done

 

posted @ 2021-03-29 14:33  YorkQi  阅读(30)  评论(0编辑  收藏  举报