This is a discussion on unix unlinked file - Aix ; Hi All One of application , Progress database generated unlinked file. Like below output How to display file name detail ? Now, get file size displayed. lsof +L1 |egrep "COMMAND|/phx/data" | sort -n -r -k 7 result as below _progres ...
Hi All
One of application , Progress database generated unlinked file.
Like below output How to display file name detail ? Now, get file size
displayed.
lsof +L1 |egrep "COMMAND|/phx/data" | sort -n -r -k 7 result as below
_progres 5460026 dic 5u VREG 47,5 159597517 0
243 /phx/data)
_progres 2179326 pho 112u VREG 47,5 124687360 0
2033 /phx/data
moonhkt