1826414 Members
4042 Online
109692 Solutions
New Discussion

Re: smbnull

 
SOLVED
Go to solution
A.G.M. Velthof
Valued Contributor

smbnull

Hello to all,

on ux11.x systems there is a default grou smbnull with groupid 101.

I need that number for nfs.

Is there a good reason for not removing this group (smbnull), except using samba?

regards, Alfons
4 REPLIES 4
Rainer von Bongartz
Honored Contributor
Solution

Re: smbnull

If not using samba you are free to remove this group.

If using samba, you can change the GID to any other value.


Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
A.G.M. Velthof
Valued Contributor

Re: smbnull

Ok, thanks Rainer
Arunvijai_4
Honored Contributor

Re: smbnull

You can change the UID of smbnull, it wont affect anyother stuffs.
"A ship in the harbor is safe, but that is not what ships are built for"
Stephen Keane
Honored Contributor

Re: smbnull

Just to be safe, check if there are any files on your system that have group ID of smbnull.

find / -group smbnull -print

Should you find any (and you probably won't) don't forget to change their group-id to smbnull after you have changed the group number of smbnull from 101 to your new value, otherwise they'll belong to whatever group name you associate with 101.