3rd Chimp 3rd Chimp
3rd Chimp
3rd Chimp
3rd Chimp

Home

Chimplife
Writing
Stories
Places
Music
Tech
Got Mail
Doom

Pages
BCSC
Tascha
Footy
Fat Club
Squash

Trash
Origins
Ripples
Gimp

Am I Valid

Get Firefox!

Tech Pages

Some technology related info - things I may need to remember for future use. In general this page is probably not very interesting.

Unix Notes


In this section are various notes/examples relating to Unix (primarily AIX).

Filesystems

Performance

Miscellaneous


Oracle Notes


In this section are various notes/examples relating to Oracle

View Users Using A Filesystem (fuser)


You can check who is using a Unix filesystem with the fuser command:

root@tpo >fuser -cu /u01
/u01:  9069196c(oracle)  492388c(oracle)
root@tpo >ps -fp 9069196
     UID     PID    PPID   C    STIME    TTY  TIME CMD
  oracle 9069196  541114   0 14:59:47      -  0:00 ftpd

These sessions could also be killed using the -k switch:

root@tpo >fuser -kcu /u01
/u01:   267212(oracle)
root@tpo >fuser -cu /u01 
/u01: 
root@top >unmount /u01
	 

 

© Third Chimpanzee Net 2001 - 2005. All persons mentioned on this site are non-ficticious. Lawsuits are futile as funds are lacking.