会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HenryLiuY
博客园
首页
新随笔
联系
管理
随笔分类 -
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)
linux 基本命令
摘要:ls -lht 查看当前文件总大小和单个文件的大小 du -sh 当前文件以及文件夹的大小 df -hl 查看各磁盘占比大小
阅读全文
posted @
2018-07-10 10:48
HenryLiuY
阅读(104)
评论(0)
推荐(0)
nohup & 及端口查看
摘要:终端打印进程ID
阅读全文
posted @
2018-06-27 23:05
HenryLiuY
阅读(805)
评论(0)
推荐(1)