🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

FLEXlm: Is it OK to run lmgrd as 'root' (Unix only)?

27-Nov-2024

It is not prudent to run any command, particularly a daemon, as root on Unix, as it may pose a security risk to the Operating System.

Therefore, it is recommended that lmgrd is run as a non-privileged user (not 'root'). If you are starting lmgrd from a boot script, we recommend that you use the following command to run lmgrd as a non-privileged user.

su username -c"umask 022; lmgrd..."


More resources

Was this answer helpful?