Linux for Enterprises
Monday, April 7, 2008
Force user to change password on login Linux
To force a user to change his password at login use
#chage -d 0 username
It is the same as
passwd -t
username in solaris.
Tuesday, April 1, 2008
How to find whether Solaris is 32 or 64 bit
Had to search for this today and found that
# isainfo -vk
will give you what you are looking for. The same information a linux machine can be obtained by the following command
$ uname -m
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)