On 02/03/2021 17:29, Francisco Tissera wrote:
How do I add the brlapi entry to /etc/group? i opened it in Nano, but i don't understand the sintacs.

Well....

You can add the line....

brlapi:x:975:

to the file.

But, just make sure that 975 is unique.

Or, you can use the "groupadd" command.

To add your your user to the group you can just append your username to the end of the line.

brlapi:x:975:yourusername

Use the "groups" command to see what groups you currently belong to.  It may be best to
logout/login to make sure your now a part of that group.


-- 
People who believe they don't make mistakes have already made one.