expire on mammoth
for a in $(ls /home) ; do echo $a; chage -l $a | grep 2007 ; done
And then change the end date of some of them using
usermod -e 2008-02-20 ttngu35
distribute_passwd+group+shadow+gshadow
scuba and unix/linux/solaris/sl Mix of work and hobby
for a in $(ls /home) ; do echo $a; chage -l $a | grep 2007 ; done
And then change the end date of some of them using
usermod -e 2008-02-20 ttngu35
distribute_passwd+group+shadow+gshadow
Posted by deepdan 0 comments
Labels: linux
Why Oh Why?
redhat 9 system - swap partition on /dev/sda1 is commented out in /etc/fstab.
After major power fail, boot fails unless i is pressed for Interactive startup.
It hangs after enabling local filesystem quotas ...OK.
Which should have 'enabling swap space' as the next line showing on the console in a successful boot sequence.
So: is it related to having no swap partition/file?
Is it something else entirely?
sun cobalt lx50
Posted by deepdan 0 comments