linux的点滴积累

1.curl -I 网址

2. 批量减压一个文件夹下的.zip文件 ,比如我这里的ch01.zip ch02.zip ch03.zip ch04.zip

命令unzip ch*.zip 

3.chmod 

chmod +x *.sh 

chmod+ 比用chmod 755有时候管用的多。

4.rc在linux中是自动加载的文件。

5. mv命令  mv -f websocktt/* ./websock/ 

mv命令是不能带有-r的。

6.端口被占用杀死的几种方式。

https://blog.csdn.net/whdxjbw/article/details/80681191

原文地址:https://www.cnblogs.com/coding4/p/6060891.html