Hi I would like to limit number of logins for each user to once. I have a command that only allows me to see the number of logins, (finger -fq username), but i need to actually execute something, perhaps in etc/profile that prevents multiple login sessions by the same user (except for exempted ones). Can anybody help me with this?