map of lve_id to username

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wowon01
    Junior Member
    Forum Explorer
    • Mar 2021
    • 18

    #1

    map of lve_id to username

    Dear all.

    The first coloumn of /var/lve/info and /proc/lve/list is lve id, right ?

    If so, How to get username from that lve id ?

    Sincerely
    -bino-
  • ighertesco
    Senior Member
    • Nov 2016
    • 184

    #2
    Hello,

    You can use "id" command: # id UID

    Or # grep ID /etc/passwd

    Comment

    • wowon01
      Junior Member
      Forum Explorer
      • Mar 2021
      • 18

      #3
      Thankyou for your response.

      it work.

      Sincerely
      -bino-

      Comment

      Working...