Search Results

Search: Posts Made By: niral
Forum: Linux 03-27-2008
27,270
Posted By niral
Hi, Use Normal ps command. # ps aux |...
Hi,

Use Normal ps command.

# ps aux | awk '{ print $8 " " $2 }' | grep -w Z

Z 4104
Z 5320
Z 2945

To kill a zombie

# kill -9 4104

Sometimes zombie cannot be killed so the...
Forum: Linux 03-27-2008
7,187
Posted By niral
Go for etheros based chipset if you are planning...
Go for etheros based chipset if you are planning to buy a new one.
Forum: Linux 03-27-2008
7,187
Posted By niral
Hi, Now what you need to do is just find out...
Hi,

Now what you need to do is just find out the chipset of your WiFi card. Not every version of Linux supports all the cards, so you need to explicitly download the driver and install the same.
...
Forum: AIX 03-27-2008
22,411
Posted By niral
Well you can try the commands to get the output...
Well you can try the commands to get the output of Nmon tool,

The following command captures the data every 30 secs for an hour and stores output into the file.

nmon -f -s 30 -c 120

Above...
Showing results 1 to 4 of 4

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