Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rmbowie

    limit number of logins per user

    A brief version of the example from "The AIX Survival Guide" by Andreas Siegert, pub. Addison-Wesley might clear this up: Add a script to /etc/security, myscript ----------------- #!/usr/bin/ksh trap "" 1 3 4 6 8 13 15 17 21 22 30 31 PATH=/usr/bin MAX=2 NUM_LOGS=`who|egrep...

Part and Inventory Search

Back
Top