linux查看分区,文件夹,文件大小
接触linux时间还不是很长,很多命令记不住,呵呵,拿到新服务器看下硬盘分区 $df –lh 文件系统 容量 已用 可用 已用% 挂载点
/dev/sda1 2.0G 547M 1.3G 30% /
/dev/sda6 541G 14G 500G 3% /home
none 2.0G 0 2.0G 0% /dev/shm
/dev/sda2 3.9G 2.4G 1.4G 65% /usr
/dev/sda5 2.0G 1.9G 0 100% /var 看下/usr里面目录和文件都多大 du –sh /usr/* 106M /usr/bin
4.0K /usr/dict
4.0K /usr/etc
4.0K /usr/games
21M /usr/include
94M /usr/java
4.2M /usr/kerberos
625M /usr/lib
2.5M /usr/libexec
198M /usr/local
16K /usr/lost+found
214M /usr/openv
18M /usr/sbin
785M /usr/share
212M /usr/src
0 /usr/tmp
98M /usr/X11R6 或者ls -sh
相关文档:
Get Redhat Enterprise 3.0 from:
Your local RedHat rep�
Get Veritas’ VCS and VM products from:
ftp://ftp.veritas.com/pub/products/fst_ha.lxrt2.2.redhatlinux.tar.gz
ftp://ftp.veritas.com/pub/products/fst_ha.lxrt2.2MP1.redhatlinux.tar.gz
You will need a temporary key to complete this ......
本文摘自 http://hi.baidu.com/yuhongchun027/blog/item/2ac559517ec1f5898c543002.html
Linux中tty pty pts 概念区别
基本概念:
1> tty(终端设备的统称):
tty一词源于Teletypes,或者teletypewriters,原来指的是电传打字机,是通过串行线用打印机键盘通过阅读和发送信息的东西,后来这东西被键盘与显示器取代,所 ......
由于本人太好折腾系统,即使像linux这样稳定的系统也难免被整的乱七八糟,如果能像用ghost备份windows系统一样备份linux系统,那就方便多了。
google一下,有不少方法,最像ghost的当然是ghost for linux了。网上有一些使用的方法,我懒的打字了,直接从别处拷贝一份过来算了,如下:
1、下载G4L的iso文件刻成盘,从光 ......
1、简单的查找并替换为新的字符串
:%s/查找的字符串/新的字符串/g
eg:查找“liliang” 并将其替换为“liangli”
:%s/liliang/liangli/g
其中“\”为转义符
eg:查找“li/liang” 并将其替换为“liliang”(即把被查找字符串中的斜杠去掉)
:%s/li\/liang/liliang ......
VMware中的RedHat Eneterprise
Linux 5系统时间总比主机的Windows XP慢。即使用date命令设置Linux时间与Windows XP时间一致,Linux的时间仍会逐渐的慢下来。这是很头痛的问题,如果不能解决,当在两个系统间交换文件时,可能会导致编译出现异常。电脑所使用的CPU是Intel Core2 Duo T7250,主频2.0G;而 ......