摘要:
scp -r local_folder_name remote_ip:/remote_folder 阅读全文
posted @ 2013-10-08 13:38
阳光温暖了心情
阅读(530)
评论(1)
推荐(0)
摘要:
修改/etc/security/limits.conf
添加如下一行:* - nofile 1006154
修改/etc/pam.d/login
添加如下一行session required /lib/security/pam_limits.so
退出shell登陆,重新登陆一次即生效(运行ulimit -n 检查) 阅读全文
posted @ 2013-10-08 13:25
阳光温暖了心情
阅读(7089)
评论(0)
推荐(0)