answersLogoWhite

0


Best Answer

The whoami command.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which Linux command displays your login name?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by date command in Linux?

Exactly what the name says: It displays and sets the date on a Linux system.


What command displays the command list?

In Linux, command typed at a command prompt displays a list of commands that would likely contain the command you desire. For example, to find all of the commands that have word flush in their name or descriptions type the following: man -k flush


Usually displays only the name of the command?

Screen Tip


What command prints the full name of the current day in Linux?

date -u +%A


What command would you use to test Dns name resolution at a Windows command prompt?

nslookup if it was a linux machine nslookup works too, but dig -x on a linux machine will get more info for you


What is the Linux command for installing an application?

At a terminal prompt: sudo apt-get install <application-name>


What is an office feature that displays a list of potential results instead of just the command name?

Gallery


How do you get device drivers' name in Linux?

To get a list of every driver your system is using (except those that are compiled into the Linux kernel) type lsmod at the command line.


What command is used to remove an RPM package from Linux?

yum remove -y (specific package name)


What is the Linux command to find whether a particular software such as gromacs is installed in the system?

whereis [name of program]


Do word displays the file name of the document only on the title bar at the top of the screen?

command box


What is the Unix command to display your login name on the screen?

There are many ways to do this: whoami id echo $USER echo $LOGNAME