
How can I list all user names and/or home directories?
Dec 7, 2017 · 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 machine). How can I generalize it?
How can I find out which users are in a group within Linux?
Nov 6, 2015 · Modern Linux installations have multiple sources for user/group information - not just local /etc/passwd and /etc/group - e.g. nsswitch or sssd. Use getent passwd for user info & getent group …
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?
How can get a list of all scheduled cron jobs on my machine? - linux
Feb 7, 2011 · My sysadmin has set up a bunch of cron jobs on my machine. I'd like to know exactly what is scheduled for what time. How can I get that list?
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?
List all connected SSH sessions? - Unix & Linux Stack Exchange
Sep 26, 2013 · This will display information for the currently active session — the one you're typing into. But the question asks how to list all the currently connected sessions.
How do I know a specified user's permissions on Linux with root access ...
I have root access to my local server. Some days ago, my colleague created a user on that server, giving me the username and password, but the user has minimized permissions. For instance, the …
Linux: How to show a list of running processes with PID, user, group ...
I want to list all running processes. Each process should be listed with: PID user name group name Also, the parent/child hierarchy of the processes should be displayed.
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 processes …
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 does it us...