ChinaUnix.net
相关文章推荐:

linux find size

apache+php, 大约5000用户,请问怎样定义linux需要多少memory, cpu,..? thx!

by dewflower - 服务器应用 - 2005-11-25 14:16:26 阅读(678) 回复(1)

相关讨论

linux每次磁盘IO的大小是多少K呀? 我发现在linux下往磁盘上读写的时候,不论写多大的数据块,都会被系统分成很多的小块往磁盘上写,能不能修改这个值呀?

by WhyLockMe - Linux论坛 - 2005-09-16 18:40:28 阅读(567) 回复(0)

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...

by jndu - Solaris - 2005-01-25 13:10:03 阅读(792) 回复(3)

本人有一台机器,硬盘是120G 安装两个系统,第一个是WINXP分区是90G,另外的30G给linux。版本是Red Hat linux 10。 在图形界面下点关闭系统。最后出现POWER DOWN 。 为什么不能直接关机。还要按下开关键才能关机。是什么问题??? 还有在上网时,打开中文网页,字体模糊,分辨率是1027*768 75HZ 请问是怎么回事? 请回答。 感谢 或发EMAIL: wwhyxl@sina.com :

by wwhyxl - Linux论坛 - 2005-07-16 08:43:28 阅读(456) 回复(5)

怎么判断像20060909或是060909的长度。

by yangfuquan - Shell - 2006-05-25 15:55:52 阅读(608) 回复(1)

各位高手, 这两天被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.

by giantpanda77 - Linux论坛 - 2004-01-10 21:20:37 阅读(558) 回复(2)

我用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去掉前面的"./"呢,谢谢各位

by fefe - 系统管理 - 2006-04-05 17:21:54 阅读(1090) 回复(6)

关键这一项看不懂:“-exec rm {} \ ” 谢谢!!

by cq20081127 - 系统管理 - 2006-08-29 17:13:07 阅读(1852) 回复(9)

find . -size +10000 -exec ls -l {} \; 我在faq里知道了这句话是什么意思,但是具体为什么就不知道了。 我看到有很多命令用到了{} \ -exec 还有些别的,请问这是什么意思呢? 那位dx能给解答一下,谢谢!!!

by leexxbb - AIX - 2004-02-20 22:37:15 阅读(4194) 回复(6)

Anybody can tell me how to find the "MAX_IO_size" in AIX? thanks!

by ocp8i - AIX - 2003-09-02 20:24:50 阅读(3515) 回复(6)

find /tmp -size +2000k | rm -fr 为什么不执行啊 [root@localhost tmp]# find /tmp -size +2000k -exec rm {}; find: missing argument to `-exec' [root@localhost tmp]#

by xingkong555 - Shell - 2003-08-04 23:46:05 阅读(1417) 回复(3)