2024-07-06, 02:37 AM
I see. But, the getent command does not work on my terminal (I use MacOS Terminal).
So I asked ChatGPT for an alternative.
Please see the history of commands :
-------
XXXXX@Serveur_Mehdi$ getent group render
-sh: getent: command not found
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
XXXXX@Serveur_Mehdi$ cat /etc/group
...
Python2:x:236506:
QuickConnect:x:177017:
root:x:0:root
rpc:x:32:
...
StorageManager:x:112790:
SynoFinder:x:195341:
SynologyApplicationService:x:130369:
SynologyDrive:x:153742:
SynoOnlinePack_v2:x:225936:
synopkgs:x:999torageManager,Python2,QuickConnect,FileStation,SynoOnlinePack_v2,OAuthService,SynoFinder,SecureSignIn,PlexMediaServer,SynologyApplicationService,SynologyDrive,USBCopy
synoplugind:x:941:
SynoRsyncd:x:873:
synotss:x:942:
system:x:1:system
taskmgr:x:939:
tokenmgr:x:938:
USBCopy:x:123545:
users:x
videodriver:x:937:PlexMediaServer
vmcomm:x:936:
wheel:x:10:
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
XXXXX@Serveur_Mehdi$ sudo synogroup --add render
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
Password:
Group Name: [render]
Group Type: [AUTH_LOCAL]
Group ID: [65538]
Group Members:
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
render:x:65538:
-------
you can see there was no render group initially before I create one.
Why do you recommend ?
thank you for your time and reactivity. I really appreciate
So I asked ChatGPT for an alternative.
Please see the history of commands :
-------
XXXXX@Serveur_Mehdi$ getent group render
-sh: getent: command not found
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
XXXXX@Serveur_Mehdi$ cat /etc/group
...
Python2:x:236506:
QuickConnect:x:177017:
root:x:0:root
rpc:x:32:
...
StorageManager:x:112790:
SynoFinder:x:195341:
SynologyApplicationService:x:130369:
SynologyDrive:x:153742:
SynoOnlinePack_v2:x:225936:
synopkgs:x:999torageManager,Python2,QuickConnect,FileStation,SynoOnlinePack_v2,OAuthService,SynoFinder,SecureSignIn,PlexMediaServer,SynologyApplicationService,SynologyDrive,USBCopy
synoplugind:x:941:
SynoRsyncd:x:873:
synotss:x:942:
system:x:1:system
taskmgr:x:939:
tokenmgr:x:938:
USBCopy:x:123545:
users:x
videodriver:x:937:PlexMediaServer
vmcomm:x:936:
wheel:x:10:
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
XXXXX@Serveur_Mehdi$ sudo synogroup --add render
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
Password:
Group Name: [render]
Group Type: [AUTH_LOCAL]
Group ID: [65538]
Group Members:
XXXXX@Serveur_Mehdi$ cat /etc/group | grep render
render:x:65538:
-------
you can see there was no render group initially before I create one.
Why do you recommend ?
thank you for your time and reactivity. I really appreciate