You can modify a user account with passmgmt. In this example, I'm modifying the comment field. Here's a before and after look.
# more /etc/passwd | grep esofthub
esofthub:x:1006:10:esofthub account:/export/home/esofthub:/bin/csh
# passmgmt -m -c "My SysAd Blog" esofthub
# more /etc/passwd | grep esofthub
esofthub:x:1006:10:My SysAd Blog:/export/home/esofthub:/bin/csh
This blog covers Unix system administration HOWTO tips for using inline for loops, find command, Unix scripting, configuration, SQL, various Unix-based tools, and command line interface syntax. The Unix OS supports tasks such as running hardware, device drivers, peripherals and third party applications. Share tips/comments. Read the comments. But most importantly: Read Disclaimer - Read Disclaimer.
0 comments:
Post a Comment