现在的位置: 首页 > 综合 > 正文

几个Linux命令:df、du、locate/find、ln

2018年10月07日 ⁄ 综合 ⁄ 共 187字 ⁄ 字号 评论关闭

查看文件大小:

   df -h

   ll -h

查看文件夹大小: 

   du -sh *     

   du -sb *

查找文件a.out:

   locate a.out;

   find / -name a.out

linux创建快捷方式:

   ln -s /opt/eclipse/eclipse /root/Desktop/eclipse

软件安装需要动态库:
./configure --enable-elf-shlibs

抱歉!评论已关闭.