Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by settler

  1. settler

    FTP problem on AIX 5.1

    It looks like user resource limit. You may see it using command: ulimit -a | grep file or in file /etc/security/limits. The default value for "fsize" is 2097151 of 512 bytes bloks (approximately 1GB). You may change this value by using command like: ulimit -f 4194302
  2. settler

    SSH Question

    You can change port in /etc/ssh/ssh_config and run sshd as daemon. And you can run few copies of sshd with its own configuration file. For example # sshd -f /etc/ssh/ssh_config # sshd -f /etc/ssh/ssh_config_1

Part and Inventory Search

Back
Top