随笔分类 - 

摘要: 阅读全文
posted @ 2022-07-03 16:26 李林林 阅读(18) 评论(0) 推荐(0)
摘要:1. 如果之前已经挂载hgfs,先取消挂载 sudo umount /mnt/hgfs 2. 重新用以下命令挂载即可下面命令中的uid和gid需要根据你的ubuntu用户uid来决定,输入id命令即可查询 sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o 阅读全文
posted @ 2022-05-15 23:25 李林林 阅读(430) 评论(0) 推荐(0)
摘要:1.tar命令:将多个文件归档 2.压缩归档 3.总结 阅读全文
posted @ 2022-05-13 15:36 李林林 阅读(99) 评论(0) 推荐(0)
摘要:1.date调节时间 2.at延时执行程序 3.crontab命令:定时执行程序 阅读全文
posted @ 2022-05-12 22:42 李林林 阅读(38) 评论(0) 推荐(0)
摘要:1.&符号和nohub命令:后台运行程序 2.nohup命令:使进程与终端分离 3.Ctrl + Z,jobs,bg 和 fg命令,控制进程的前后台切换 4.小结 5.jobs命令:显示后台进程状态 阅读全文
posted @ 2022-05-12 00:27 李林林 阅读(29) 评论(0) 推荐(0)
摘要:1.top进程的动态列表 2.安装系统监控软件 glances iftop htop https://blog.csdn.net/ba__lu/article/details/80557947 yum install epel* -y yum install python-pip python-de 阅读全文
posted @ 2022-05-11 17:24 李林林 阅读(127) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-08 23:32 李林林 阅读(25) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-07 17:14 李林林 阅读(26) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-07 01:41 李林林 阅读(30) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-04 09:16 李林林 阅读(26) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-04 08:45 李林林 阅读(39) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-04 08:33 李林林 阅读(21) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-03 09:23 李林林 阅读(33) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-03 08:54 李林林 阅读(32) 评论(0) 推荐(0)
摘要:1.权限的原理 2.chmod:修改文件的访问权限 阅读全文
posted @ 2022-05-02 18:28 李林林 阅读(33) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-02 10:06 李林林 阅读(45) 评论(0) 推荐(0)
摘要:1.sudo命令,以root身份运行命令 2.Linux下的用户组织 3.用户管理命令 阅读全文
posted @ 2022-05-01 09:06 李林林 阅读(49) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-30 11:24 李林林 阅读(100) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-30 11:03 李林林 阅读(59) 评论(0) 推荐(0)