Tagged Questions
1
vote
2answers
186 views
Get a list of users with access to the host
I tried to go into /home and list all the subdirectories but it seems that all dirs that are not mine are hidden. I also tried cat /etc/passwd but that didn't list my very own ID I was logged in ...
0
votes
3answers
5k views
How can I list all user names on Solaris 10?
I forgot a user that I created on solaris 10, so now I would like to list all user names on my server.
Is it possible (I am root user)? What command I should use if possible?
Somewhere on the net ...
3
votes
2answers
127 views
Execute command on shared account login
At work our team uses a shared account "appadmin" to administer our application. At login, each one of us sources an "aliasrc" file containing his or her preferences. (aliases, display, prompt, ...).
...
3
votes
3answers
2k views
How to find the machine from which a user logged into current machine using ssh?
In a multi server architecture, is it possible to find out from which machine a user logged into current machine using ssh?
For example, user1 logged into host1. From there, the user logged into ...
3
votes
2answers
694 views
How to trace a process to original user?
Say, on a Solaris server, user1 logs in, switches to someother user, say sruser, using su - and then starts a process of id X. And then another user user2 logs in, switches to sruser the same way and ...
