MultiMedia-Producer.biz How To Pages
Some Common Linux Command Line Commands
To see web server details: $httpd -V
To give users and groups access to the "sudo" command run "visudo"
to edit the "/etc/sudoers" file
To start editing in vi: press Insert key
To quit vi: Esc, :q!
To save and exit vi: Esc, :wq!
To see what groups a Linux user is a member of
$groups (username)
To add the user to new groups, also put in the groups that they are already
a member of or those old groups will be
dropped:
$usermod -G group1,group2,group3 (username)
E-mail us for details.
info@MultiMedia-Producer.biz