answersLogoWhite

0

For local (non-network) accounts, look at the /etc/passwd file. It contains all of the local users on that system. You can use many different commands such as less, more, cat, etc., to see the contents.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which command displays the users who are currently logged into the Linux system?

There are a series of commands, depending on what and how much information you want on logged in users. The commands are: who w users finger (if installed)


How do I find out how many different login shells are used in my Linux?

The command "finger" can tell you how many active shells are used, the users logged in, and where they logged in.


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


WHAT does dzdo mean in Linux?

In Linux, dzdo is a command used to execute a command with elevated privileges, similar to sudo. It is typically part of the "do-as" (dzdo) utility, which allows users to run commands as another user, usually the superuser, while providing a more straightforward configuration than sudo. It is often used in environments where users need temporary elevated permissions without requiring full administrative rights.


What command is used to open VI in Linux?

vi


What command is used to print the date and time in Linux?

date


What command would be used to get information on the options used by a Linux command?

To get information on the options used by a Linux command, you can use the man command followed by the command name, like this: man [command]. This will display the manual page for the command, detailing its options and usage. Alternatively, you can often use the --help option with the command (e.g., [command] --help) to get a brief summary of options and usage.


Which command is used to gets help about Linux?

The 'man' or the 'info' command have documentation about utilities and commands in the system.


What key is used in command completion in Red Hat Enterprise Linux?

$


Which command can be used to standardize configuration files across Linux?

NIS


What are the two most commonly used command in Linux?

cd ls


What is the significance of the keyword 'mv' in the context of the Linux command 'mv r'?

In the context of the Linux command 'mv r', the keyword 'mv' stands for 'move', indicating that the command is used to move or rename files or directories.