how can I get username of network user lic?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
dayu lai
el 15 de Dic. de 2021
Respondida: Walter Roberson
el 15 de Dic. de 2021
I installed matlab on linux. And I have a network user lic. On lic server's mlm.opt file, I need to specify the username of client.
My question is how can I get the user name?
I know on windows, the user name can be get by type 'set' in cmd.
What can I do on linux?
0 comentarios
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 15 de Dic. de 2021
On Mac and Linux:
getenv("USER")
!whoami
See also https://www.javelin-tech.com/blog/2019/04/solidworks-solidnetwork-license-manager-options-file-case-insensitive-setting/ for how to make the test case insensitive
0 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!