marcos_antonio_ps wrote: > > > > Code: > usermod : unable to lock password file > > > > How can I solve this? > > Marcos -> You need root privileges for adding users to group. -> You can use the sudo command for executing a command with root privileges: Code: sudo usermod -a -G lp marcos I hope this helps, Jay