当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > 关于redhat 9.0 打开进程打开最大文件数

Unix/Linux
LINUX下简单命令
初装ubuntu
Redhat AS 3的LANG的设置
Debian版本小知识
2003服务器,安装了IIS6架设网站问题
前几天最严重的一次错误,导致重装
[vsftpd] 只能上传不能下载
修改了usb_linux的do_mount.c的代码
Fedora Core3上ClamAntiVirus的安装
关于我们的BEIYU
html跳转语句
adobe reader for linux 7
中国黑客精英浮出江湖
Linux必学的系统安全命令
发现很多论坛存在注册ID的BUG
了解Linux的时钟
text
Linux下挂载windows硬盘
致像我一样的Linux初学者
现在开始学习openBSD了

Unix/Linux 中的 关于redhat 9.0 打开进程打开最大文件数


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 89 ::
收藏到网摘: n/a


达人,求助 关于redhat 9.0 打开进程打开最大文件数
我是这样设定的,vi /etc/security/limits.conf ,添加两行
* soft 2000
* hard 2000
但是重新启动后,ulimit -n的结果还是1024 ,后来我写成脚本放在rc.local运行,也不行,达人,帮帮忙!
apile 回复于:2003-08-20 08:11:40 * soft nofile 2000
* hard nofile 2000
lack one parameter....
david_cha 回复于:2003-12-24 17:08:19 You can use the following command to set the max connections: ulimit -n 2000 Hope it a little help for you all.