Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT: fuser know how
Command fuser identifies the processes using a file or a file structure. You have to provide the file or file structure name as an argument. Following is an example that shows my shell (ksh) is using my home directory (from AIX system).
ked /home/ked => fuser /home/ked
/home/ked: 51816c
ked /home/ked => ps -ef | grep 51816
ked 51816 25710 1 08:46:23 pts/1 0:00 -ksh ked 67482 51816 8 08:47:02 pts/1 0:00 ps -ef ked 71864 51816 0 08:47:02 pts/1 0:00 grep 51816
HTH, Regards,
> -----Original Message-----
> From: Viraj Luthra [SMTP:viraj999_at_lycos.com]
> Sent: Tuesday, July 17, 2001 4:41 AM
> To: Multiple recipients of list ORACLE-L
> Subject: OT: fuser know how
>
> Hello all,
>
> Could any one please tell me how fuser works on unix? Does fuser provide
> information on each and every file system being used for a partcular file
> or process?
>
> I have looked at the man for fuser but dont understand how to use this.
>
> say eg I want to know what file systems does a particular process use will
> I use fuser for this and if yes then what exact command do i say?
>
> tia
>
> raja
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deshpande, Kirti INET: kirti.deshpande_at_verizon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jul 17 2001 - 09:08:50 CDT
![]() |
![]() |