02-06-2013
[Solved] How to remove listing of current user cmd from ps -ef listing?
Hi All,
Could you please help to resolve my following issues:
Problem Description:
Suppose my user name is "MI90".
i.e. $USER = MI90
when i run below command, i get all the processes running on the system containing name MQ.
ps -ef | grep MQ
But sometimes it lists "grep MQ" cmd also in its output, which is nothing but the above cmd which i executed to check all the running processes of system.
& sometimes not.
NEED:
My need is that it should always avoid listing "grep MQ", which has been started just now by the current user i.e. MI90
Examples:
when i run $ ps -ef | gre MQ
i got :
MI90 36241614 36110452 0 05:41:31 pts/2 0:00 grep MQ
tibco 38535330 1 0 02:05:18 - 0:11 /appl/tibco/adapter/admqs/6 .2/bin/admqs --pid --run --propFile /appl/tibco/tra/domain/PR/application/MQAdap ter/MQAdapter-ABNAMROMQAdapter.tra --innerProcess
tibco 38797444 1 1 02:05:18 - 0:11 /appl/tibco/adapter/admqs/6 .2/bin/admqs --pid --run --propFile /appl/tibco/tra/domain/PR/application/MQAdap terNew/MQAdapterNew-ABNAMROMQAdapterNew.tra --innerProcess
but i always need only below:
tibco 38535330 1 0 02:05:18 - 0:11 /appl/tibco/adapter/admqs/6 .2/bin/admqs --pid --run --propFile /appl/tibco/tra/domain/PR/application/MQAdap ter/MQAdapter-ABNAMROMQAdapter.tra --innerProcess
tibco 38797444 1 1 02:05:18 - 0:11 /appl/tibco/adapter/admqs/6 .2/bin/admqs --pid --run --propFile /appl/tibco/tra/domain/PR/application/MQAdap terNew/MQAdapterNew-ABNAMROMQAdapterNew.tra --innerProcess
So please help me in getting such o/p....
Thanks in advance!
Regards,
KD
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Does any one know how to get a recursive directory listing in long format (showing owner, group, permission etc) without listing the files contained in the directories.
The following command also shows the files but I only want to see the directories.
ls -lrtR * (4 Replies)
Discussion started by: psingh
4 Replies
2. UNIX for Dummies Questions & Answers
need help with this ...
Find files older than 5 days and remove tem after listing
list "test" file older than 5 days and then remove them (1 Reply)
Discussion started by: ypatel6871
1 Replies
3. Shell Programming and Scripting
How do we list all the file names in a directory that does not belong to current date. (1 Reply)
Discussion started by: esh.mohan
1 Replies
4. UNIX for Dummies Questions & Answers
How do we list all the file names in a directory that does not belong to current date. (3 Replies)
Discussion started by: esh.mohan
3 Replies
5. UNIX for Dummies Questions & Answers
Hello All, I am trying to list only directories in my current directory using the command "ls -d". But the output only contains the default directory "." and doesn't list the rest of the directories in the working directory. Can anyone explain why this is happening (2 Replies)
Discussion started by: igandu
2 Replies
6. UNIX for Dummies Questions & Answers
Hi
I am trying to display the home directory of another user. I dont have the permissions to change into their directory and wonder is it possible to display their directory
eg I cant change directory to john but I am trying to display something like /home/John.
If anyone can help I would... (3 Replies)
Discussion started by: mmg2711
3 Replies
7. UNIX for Dummies Questions & Answers
Hello,
In my directory i have got a list of files like below
unix1a.csv
unix1b.csv
unix1c.csv
unix1d.csv
unix1y.csv
I have done ls -lrt unix1.csv, how can i get my unix1y.csv also get listed along with this.. (5 Replies)
Discussion started by: sathyaonnuix
5 Replies
8. UNIX for Dummies Questions & Answers
listing based on user.
I have files in some folder that come from many user
-rwxrwxr-x 1 ratih pbank 4827112 Jun 8 08:37 S92TA-8.sgy
-rwxrwxr-x 1 ratih pbank 4724568 Jun 8 08:37 S92TA-6.sgy
-rwxrwxr-x 1 ratih pbank 4929656 Jun 8 08:37 S92TA-19.sgy
-rwxrwxr-x 1 ratih ... (4 Replies)
Discussion started by: muhnandap
4 Replies
9. UNIX for Dummies Questions & Answers
Hello,
I need some help.
How can I list files starting with p or f and with the exact length of 3 characters? (2 Replies)
Discussion started by: airbebe
2 Replies
10. Shell Programming and Scripting
i have multiple files like
how to do list files from new_30 to new_50
i have tried this command but it wont work
dir new*{30-50}.txt
my exact requirement is to get line count of these files
the command which work is
FOR %i IN (new*.txt) DO find %i /c /v ""
but at the... (1 Reply)
Discussion started by: sagar_1986
1 Replies
MCA(4) BSD Kernel Interfaces Manual MCA(4)
NAME
mca -- introduction to machine-independent MCA bus support and drivers
SYNOPSIS
mca0 at mainbus?
options MCAVERBOSE
Machine-dependent; depends on the bus topology and MCA bus interface of your system. Typical MCA buses are connected directly to the main
system bus.
DESCRIPTION
NetBSD includes a machine-independent MCA bus subsystem and several machine-independent MCA device drivers.
HARDWARE
NetBSD includes machine-independent MCA drivers, sorted by device type and driver name:
SCSI controllers
aha Adaptec AHA-1640 SCSI interface
esp NCR 53C90 SCSI Adapter
Disk and tape controllers
edc IBM ESDI Fixed Disk Controller
Serial interfaces
com NS8250-, NS16450-, and NS16550-based serial cards.
Network interfaces
tr TROPIC based token ring interfaces
ate Allied-Telesis 1720 Ethernet interface cards
we WD/SMC WD80x3x Ethernet interface cards and clones
le SKNET Personal and MC+ Ethernet interface cards
elmc 3Com EtherLink/MC (3c523) Ethernet interface
ep 3Com EtherLink III 3c529 Ethernet interface
tra Tiara LANCard/E and Standard MicroSystems 3016/MC Ethernet interface
SEE ALSO
aha(4), ate(4), com(4), edc(4), elmc(4), ep(4), esp(4), le(4), ne(4), tr(4), tra(4), we(4)
HISTORY
The machine-independent MCA subsystem appeared in NetBSD 1.5.
BSD
March 3, 2005 BSD