Originally posted by: SystemAdmin
Holgervk,
Since the command is (presumably) in kernel mode and is in hung state, and I presume that it is hung either on
open() or
read() system call because commands like
cat (I will verify though - if possible for me) will do nothing but dump the contents on screen, can we deduce that this is some issue with the kernel?
Also, regarding file being deleted before being closed:
Will
ls command be able to show that file still? I am not too sure about that. Because as per my understanding the entry of file gets removed from its Directory file as soon as we delete the file. However data can still be accessed by a process through its inode number. Please correct me if I am wrong.
Also note that the file I am talking about, is not a normal file but a file at the location
/proc/335942/fd/3 and thus a file descriptor.
I really appreciate your input, thanks.
#AIX-Forum