How do I rename a user name from ‘tom’ to ‘jerry’ under Ubuntu Linux?
{ 3 comments }
How do I restrict access to a given command for instance /opt/apps/start, to authorized users only under Linux / UNIX / BSD operating system?
{ 4 comments }
I‘m CentOS Linux version 5.x user and I’d like to restrict execution of /usr/sbin/userhelper to console users only in xusers group?
{ 0 comments }
Q. How can I force my Linux users to change their passwords upon the first login under CentOS / Debian Linux?
{ 5 comments }
How do I add a user to a group under Sun Solaris UNIX operating system from a shell prompt or command line?
{ 20 comments }
Q. User tom is a member of a group called sales and printer. I’d like to remove tom from a group called printer without editing any user configuration text files stored at /etc/ directory?
{ 17 comments }
Q. How do I deny or block user login for user id tom? I’m using CentOS 5 Linux server OS. A.. You need to use passwd command. Deny user login by locking out account Pass -l option to passwd command. It is used to lock the specified account and it is available to root only. [...]
{ 0 comments }