Search Results

Search: Posts Made By: kailash19
1,921
Posted By kailash19
Thanks Michael. It works :b: :). but...
Thanks Michael.

It works :b: :).

but for : who -a | awk '$6!="."{print}'

it should be : who -a | awk '$5!="."{print}'

Also i have thought of this one:
WHO=`who -um`;who -u | grep -v...
1,921
Posted By kailash19
Here is the output i get: who -u kailash ...
Here is the output i get:

who -u
kailash pts/0 2011-07-04 10:41 . 8336 (172.31.169.1)
kailash pts/1 2011-07-04 10:41 03:13 8442 (172.31.169.1)
kailash pts/3 ...
1,921
Posted By kailash19
Thanks pludi. but the problem is : like...
Thanks pludi.

but the problem is :

like the user "root" is being used by many users to login and i want to find that apart from me(current user ) who else have logged in with root.So just...
1,921
Posted By kailash19
Find who logged in system apart from myself
Hi,

I need to find the users logged in the system beside me.
as

uname -u

gives all the user and

uname -um
gives the current user on system.

How can i get result of uname -u minus...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 06:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy