Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 1997 16:52:42 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        RGireyev@BellInd.com
Cc:        questions@freebsd.org
Subject:   RE: Post installation stuff
Message-ID:  <Pine.UW2.3.95.970304164406.12026B-100000@cedb>
In-Reply-To: <c=US%a=_%p=BellInd%l=CDCEXCHANGE-970305003301Z-1673@cdcexchange.bellind.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Mar 1997 RGireyev@BellInd.com wrote:
> Sorry completely forgot to tell you. After getting your mail I went home
> and did the following:
> 1. Logged in as root.
> 2. which su (gave me the path something like /sbin/su or whatever)
> 3. the permissions looked as follows -r-sr-xr-x

Those are correct

> 4. I type chmod 455 /sbin/su
> 5. did ll, it then looked like: -r--r-xr-x

Uh uh.  They were correct, now they are not.  To restore correct permissions

	chmod 4555 /usr/bin/su		# or /sbin/su if that's where your's is

> Still no go, not for a user in group wheel or group bin.

Edit /etc/groups and add your user's login to the group list for wheel

	wheel:*:0:root,user

Dan
-- 
 Dan Busarow                                                  714 443 4172
 DPC Systems / Beach.Net                                    dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.UW2.3.95.970304164406.12026B-100000>