Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 1998 10:10:13 -0400
From:      FreeBSD.lists@symmetron.com (FreeBSD Mailing Lists)
To:        "Michael Brown" <brownm@netscope.net>, "q's" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: SU -K
Message-ID:  <008001bdfdc5$b01913a0$02baefce@mail.symmetron.com>
In-Reply-To: <36308CAD.2BEBAF65@netscope.net>

next in thread | previous in thread | raw e-mail | index | archive | help
you could alias su to include the -K argument.

try:

alias su	su -K -m

in your .cshrc (if you use csh as your shell)

or

alias su='su -K -m'

in your .shrc (if you use sh as your shell)

-john
---------------
John A. Shue
4000 Legato Road, Suite 600
Fairfax, VA 22033
(703) 591-5559
(703) 591-6337 FAX

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael Brown
Sent: Friday, October 23, 1998 10:04 AM
To: q's
Subject: SU -K


The su -K worked.  How do I fix this problem so that I can type su
without typing su -K.

I understand some about kerberos but not a lot.

Michael Brown


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008001bdfdc5$b01913a0$02baefce>