From owner-freebsd-bugs Sat Apr 21 7:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DF9437B43C for ; Sat, 21 Apr 2001 07:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LEo3P40839; Sat, 21 Apr 2001 07:50:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 07:50:03 -0700 (PDT) Message-Id: <200104211450.f3LEo3P40839@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: i386/26739: I can't seem to open files through console as a super user! Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/26739; it has been noted by GNATS. From: To: , Cc: Subject: Re: i386/26739: I can't seem to open files through console as a super user! Date: Sun, 22 Apr 2001 00:40:08 +1000 (EST) Instead of using su use su -m. This way X clients will use the authentication keys(?) of the original user rather than of root (who isn't allowed to connect). This also means that you keep your shell settings - great if you have multiple people who adminster a box. Thanks, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message