1、请问:+20000000 代表多大的文件? -size n[c] True if the file is n blocks long (512 bytes per block). If n is followed by a c, the size is in bytes. 根据上面的规定,大于2G的文件是:+20000000吗?我怎么算着不对呢? 2、 -xdev Same as the -mount primary. -mount Always true; restricts the search to the file system containing the directory specified. Does n...
本人有一台机器,硬盘是120G 安装两个系统,第一个是WINXP分区是90G,另外的30G给linux。版本是Red Hat linux 10。 在图形界面下点关闭系统。最后出现POWER DOWN 。 为什么不能直接关机。还要按下开关键才能关机。是什么问题??? 还有在上网时,打开中文网页,字体模糊,分辨率是1027*768 75HZ 请问是怎么回事? 请回答。 感谢 或发EMAIL: wwhyxl@sina.com :
各位高手, 这两天被linux的block size搞的糊里糊涂. 网上的资料十分有限, 搜了这里的历史贴也无救. 一直以位是512 bytes, 似乎没有啥命令可以看disk的block size (not file system), fdisk时候是 unit size / 1024 = block size, unit size=sector * 512 * number of sector per track, 不知道fdisk -l 这里这个block size是不是一般所讲的block size?? 例如raid里面的block size???. (cat /proc/mdstat). please help.
我用find . 的显示结果是:./15091/cwd ./15091/root ./15091/exe ./15091/mounts ./15092 ./15092/fd ./15092/fd/0 ./15092/fd/1 ./15092/fd/2 ./15092/fd/255我需要怎样带find参数将结果变为15091/cwd 15091/root 15091/exe 15091/mounts 15092 15092/fd 15092/fd/0 15092/fd/1 15092/fd/2 15092/fd/255去掉前面的"./"呢,谢谢各位
find . -size +10000 -exec ls -l {} \; 我在faq里知道了这句话是什么意思,但是具体为什么就不知道了。 我看到有很多命令用到了{} \ -exec 还有些别的,请问这是什么意思呢? 那位dx能给解答一下,谢谢!!!
Anybody can tell me how to find the "MAX_IO_size" in AIX? thanks!
find /tmp -size +2000k | rm -fr 为什么不执行啊 [root@localhost tmp]# find /tmp -size +2000k -exec rm {}; find: missing argument to `-exec' [root@localhost tmp]#