Effacer les filtres
Effacer les filtres

how can I get username of network user lic?

4 vues (au cours des 30 derniers jours)
dayu lai
dayu lai le 15 Déc 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?

Réponse acceptée

Chunru
Chunru le 15 Déc 2021
Modifié(e) : Chunru le 15 Déc 2021
You can try:
$ printenv
or
$ echo $USERNAME

Plus de réponses (1)

Walter Roberson
Walter Roberson le 15 Déc 2021
On Mac and Linux:
getenv("USER")
ans = 'mluser'
!whoami
mluser

Catégories

En savoir plus sur Install Products dans Help Center et File Exchange

Tags

Produits


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by