摘要:
原文地址:https://www.runoob.com/linux/linux-comm-pkill.html Linux pkill 用于杀死一个进程,与 kill 不同的是它会杀死指定名字的所有进程,类似于 killall 命令。 kill 命令杀死指定进程 PID,需要配合 ps 使用,而 p 阅读全文
摘要:
原文地址:http://net.sanhaostreet.com/it/202203/1513250.html linux中cp-a和cp-r的区别是什么 Linux cp(英文全拼:copy file)命令主要用于复制文件或目录。 语法 cp [options] source dest 或 cp 阅读全文