Marco Bertorello <[EMAIL PROTECTED]> writes:

> On Fri, 31 Mar 2006 15:04:13 +0200
> Alessandro Ciorcalo <[EMAIL PROTECTED]> wrote:
>
>> Buongiorno a tutti, perdonate la domanda forse banale ma... se con il
>> comando "users" ottengo l'elenco degli utenti correntemente "loggati",
>> come faccio a visualizzare, piuttosto, l'elenco degli utenti
>> correntemente "configurati" nel sistema? Ed eventualmente qual'รจ il
>> corrispondente comando per i gruppi?
>
> per utenti: cat /etc/passwd | awk -F: {'print $1'}
> per gruppi: cat /etc/group | awk -F: {'print $1'}

Grazie Marco!

-- 
 


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a