About 166,000 results
Open links in new tab
  1. How can I list all user names and/or home directories?

    Dec 7, 2017 · So I want to generalize it to ls -l ~. But it just lists my user’s home directory instead of all users’ home directories (basically I want to get a list of the users’ names on the …

  2. how to list users in linux?…local, remote, real and all users

    Feb 13, 2018 · How to list users in Linux? Specifically, local, remote, real and all users. I have multiple Linux servers in the same network. I want to list all the users listed in all the servers in …

  3. How can I find out which users are in a group within Linux?

    Nov 6, 2015 · I've recently been creating new users and assigning them to certain groups. I was wondering if there is a command that shows all the users assigned to a certain group? I have …

  4. View list of users - Unix & Linux Stack Exchange

    Jan 27, 2015 · I would like to see how many users are on my system. How could I view a list of all the users on the system?

  5. linux - How to list all the users that have access to a directory ...

    1 users is a group, so the members of that group and all of the other groups is available in /etc/group. The ArchWiki has an excellent page on file permissions and attributes.

  6. linux - How can I list all currently logged-in users? - Unix & Linux ...

    Nov 2, 2020 · So, repeating the question -- what is the definitive method to get a list of all logged in users (users who have authenticated via the normal mechanisms, and have interactive …

  7. How to see process created by specific user in Unix/linux

    Aug 4, 2013 · I want to see list of process created by specific user or group of user in Linux Can I do it using ps command or is there any other command to achieve this?

  8. How to get the primary group of a user? - Unix & Linux Stack …

    Dec 12, 2017 · The following command will list all of the groups of someUser (the primary group and the supplementary groups): groups someUser But is there a way to only get the primary …

  9. Getting a list of users by grepping /etc/passwd - Unix & Linux …

    For a homework assignment, I need to use grep to parse /etc/passwd and get a list of all users (their usernames only, nothing else). It should use a pipe, and the results should end up in the …

  10. How to view all currently logged in users on Alpine Linux?

    How to view all currently logged in users on Alpine Linux? It doesn't have who by default apk add who doesn't find any packages. Is there another package for Alpine that contains who? Or …