|
|
 |
Re: FN-FORUM Users on FreeBSD
date posted 1st February 2003 00:26
What version of BSD?
Depending on the versions of BSD it may be different, and I dont know the
best way to do this tbh, but to list *ALL* users you can do
cat /etc/passwd
and if you have given them all bash shells, the easiest way to filter out
teh crap ones is:
cat /etc/passwd |grep bash
or replace bash with whatever their shell is.
HTH,
Ben
--
Ben Waters
ChunkySystems
http://www.chunkysystems.co.uk
----- Original Message -----
From: "John Wards" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, January 31, 2003 7:14 PM
Subject: FN-FORUM Users on FreeBSD
> Hi folks,
>
> Quick question, any ideas how to list users on FreeBSD and find out about
what
> rights they have on a system etc?
>
> Cheers
> John
> ========
> Freelancers and Freelance Jobs: http://www.freelancers.net
>
> Advertise with Freelancers.net http://www.freelancers.net/advert.php
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
>
|
 |
|