Linux Terminal Command to Find User Name & Primary Group

March 25, 2017 | By the+gnu+linux+evangelist.

Getting-Started with Terminal Commands on Linux




Hi! The Tip shows you How to Find your’s Username and Primary Group on Linux Terminal/Console.

The Commands are Intended for Execution on the Bash Shell but Most should Works also for the Bourne, C, TC and Korn Shells…

Linux Command to Find Username & Primary Group - Featured

How to Quick Start with Command Line on Linux

Linux Console Quick Start
  • To Find your’s Username.

    whoami



  • To Find your’s User Primary Group.

    id -g -n $LOGNAME

    And for Another User:

    id -g -n [userName]

QuickChic Theme • Powered by WordPress