随笔分类 - Linux命令
摘要:curl wget 不验证证书进行https请求 https://blog.csdn.net/bytxl/article/details/46989667 wget --no-check-certificate curl -k
阅读全文
摘要:https://www.runoob.com/linux/linux-comm-find.html find path -option [ -print ] [ -exec -ok command ] {} \; 参数说明 : find 根据下列规则判断 path 和 expression,在命令列
阅读全文
摘要:lsof -i:8080 某端口的占用情况 lsof -p pid 某进程打开的文件列表 ps -ef https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/lsof.html lsof 一切皆文件 lsof(list open files)
阅读全文