随笔分类 -  Linux System

摘要:1. /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf 此配置文件中包含库的路径, include指定了其它配置文件的路径,如上 2. 故如果添加库路径,直接在/etc/ld.so.conf中新建一行,添加路径 或cd /etc/ld.so.conf. 阅读全文
posted @ 2019-04-02 11:09 HenryLiuY 阅读(450) 评论(0) 推荐(0)
摘要:ls -lht 查看当前文件总大小和单个文件的大小 du -sh 当前文件以及文件夹的大小 df -hl 查看各磁盘占比大小 阅读全文
posted @ 2018-07-10 10:48 HenryLiuY 阅读(104) 评论(0) 推荐(0)
摘要:终端打印进程ID 阅读全文
posted @ 2018-06-27 23:05 HenryLiuY 阅读(805) 评论(0) 推荐(1)