> Note that creating multiple users with root privileges is generally a
> very bad idea... If you need to give root access to multiple people,
> the best way to do this is to use the sudo utility. It allows you to
> control what they can and can't run as root, and logs its usage in the
> system l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 15 Jan 2003, Jay Crews wrote:
> The AWK programmers are going to flame me for this, but.. AWK and
> sed go real hand-in-hand in writing scripts. However, since Perl came
> along, it has combined the two along with LOTS of other neat toys
Jim Christiansen writes
>
>
> Thank you to everyone with replies to my question about listing users on a
> box. I even got a lesson on awk! (I say to myself "Jim, you ought to look
> at awk sometime soon and figure out how it always seems to be so useful for
> people..." and then before
Thank you to everyone with replies to my question about listing users on a
box. I even got a lesson on awk! (I say to myself "Jim, you ought to look
at awk sometime soon and figure out how it always seems to be so useful for
people..." and then before I know it, I get a crash course!)
And al
On Wed, 2003-01-15 at 17:50, Derek Martin wrote:
> On Wed, Jan 15, 2003 at 05:40:20PM +, Rui Miguel Seabra wrote:
> > or, if you want only the 'normal' users:
^ ^
> > awk 'BEGIN {FS=":"} $3>=500 {print $1}' < /etc/passwd
> There are only two kinds of use
gt;
> On Wed, Jan 15, 2003 at 10:15:21AM -0700, Jim Christiansen wrote:
> > Delivered-To: [EMAIL PROTECTED]
> > Delivered-To: [EMAIL PROTECTED]
> > X-Originating-IP: [24.70.120.26]
> > From: "Jim Christiansen" <[EMAIL PROTECTED]>
> > To: [EMAIL P
cat /etc/passwd
On Wed, Jan 15, 2003 at 10:15:21AM -0700, Jim Christiansen wrote:
> Delivered-To: [EMAIL PROTECTED]
> Delivered-To: [EMAIL PROTECTED]
> X-Originating-IP: [24.70.120.26]
> From: "Jim Christiansen" <[EMAIL PROTECTED]>
> To: [EMAIL PROTE
Hello,
I've been using RHat since 6.0, but only for certain tasks such as nating,
and proxying. I have only used it for about 1.5 years as regular desktop
replacement to Windows. Before I get flamed- let me say I've tried to use
the faqs and several good books, but none explain how to, withou