[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: segmentation fault on exit
- From: E Nigma <enigma os2 ami com au>
- To: enigma-list redhat com
- Subject: Re: segmentation fault on exit
- Date: Tue, 1 Jan 2002 07:31:04 +0800
On Tuesday 01 January 2002 05:27, you wrote:
> hey
> is anyone else getting an occasional segmentation fault message in their
> shell when they're exiting from superuser? ?or more importantly, does anyone
> know what it means and how to make it go away?
I don't use the su command; I find ssh more convenient. Add this to ~/.bashrc
and configure your keys properly.
function root()
{
RH=$1
shift
[ -z "$RH" ] && RH=$HOSTNAME
ssh -t -l root $RH $@
return $?
}
--
Please, no off-list mail
Note: mail delivered to me is deemed to be intended for me, for my
disposition.
Happy new year all.
Issued at 9:05pm WST on Monday the 31st of December 2001 for Tuesday
Fine, partly cloudy. SE winds and a fresh afternoon sea breeze.
TEMPERATURES: Minimum: 15 Maximum: 30
UV INDEX: 12 [EXTREME]
FIRE DANGER: Coastal Plain: VERY HIGH
Hills: HIGH
Wednesday : Fine. Partly cloudy. Min: 18 Max: 31
Thursday : Fine. Min: 18 Max: 31
Friday : Fine. Cooler. Min: 18 Max: 27
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]