摘要:
原文地址:http://net.sanhaostreet.com/it/202203/1513250.html inux中cp-a和cp-r的区别是什么 Linux cp(英文全拼:copy file)命令主要用于复制文件或目录。 语法 cp [options] source dest 或 cp [ 阅读全文
摘要:
原文地址:https://www.jianshu.com/p/ea763f89e4d9 $! :Shell最后运行的后台Process的PID(后台运行的最后一个进程的进程ID号) $#:添加到shell当中参数的个数 $$:Shell本身的PID(ProcessID,即脚本运行的当前进程ID号) 阅读全文
摘要:
原文地址:https://blog.csdn.net/michaelwoshi/article/details/108895846 kill -0 pid 不发送任何信号,但是系统会进行错误检查。 所以经常用来检查一个进程是否存在,存在则echo $?返回0;不存在返回1 如果返回0则进程、服务在运 阅读全文
摘要:
原文地址:https://www.runoob.com/linux/linux-comm-locate.html Linux locate命令用于查找符合条件的文档,他会去保存文档和目录名称的数据库内,查找合乎范本样式条件的文档或目录。 一般情况我们只需要输入 locate your_file_na 阅读全文