Westez
asked on
Aix 5.2 - How to print out the user characteristics?
I'm asking if there is a way you can print all of the user characteristics from the command line? I could capture screen prints but I'd rather not. I've googled for a solution but I'm not finding an answer.
Thanks
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks for the detailed explanation.
lsuser -c ALL | sed -e "s/:/ /g" | lpr -P[queue]
See the respective man pages for options.