Re: changing erase key?

2002-12-16 Thread Cheng-Jih Chen
- Original Message - From: "christopher j bottaro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 12:33 AM Subject: changing erase key? > the question is, how can i get backspace to act like it acts on my redhat 8.0 > system? Type "stty erase", then control

Re: How to limit user access in ssh?

2003-01-10 Thread Cheng-Jih Chen
- Original Message - From: "David H" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 2:38 PM Subject: How to limit user access in ssh? > I would like to have "no login" for some users in ssh, > how do I do it? Create a group in /etc/group called "badusers" and

ypserv 2.5-2.7x issues?

2002-11-06 Thread Cheng-Jih Chen
We upgraded to the recent ypserv-2.5-2.7x on our RedHat 7.3 box over the weekend. Since then, we've had automounter issues. The most serious one is with Solaris 2.8 and 2.9 clients, where NIS user information is sent correctly, but autofs on the client boxes don't seem to do anything. In the log

Re: File Spliting and mergeing

2002-11-07 Thread Cheng-Jih Chen
To split things: man split e.g., split -b 1m inputfile outputfile_prefix To merge them: cat outputfile_prefix* > remerged_file - Original Message - From: "RH" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 5:01 AM Subject: File Spliting and mergeing H

Re: How to increase /usr partition size

2002-11-10 Thread Cheng-Jih Chen
- Original Message - From: "ORACLE ADMINISTRATOR" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 12:38 PM Subject: How to increase /usr partition size > Hi, > > I have installed red-hat 7.1 with /usr of 1gb space.. > My disk have 10gb unpartioned sapce. > Ho