Search Results

Search: Posts Made By: yprudent
Forum: Ubuntu 01-18-2012
3,227
Posted By craigp84
#!/bin/sh ALL_USERS=$( getent passwd | cut...
#!/bin/sh

ALL_USERS=$( getent passwd | cut -f1 -d':' )
for user in $ALL_USERS; do
echo $user
chage -l $user
sleep 1
done
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy