QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Way to find out which files were open for write when a machine shuts downx0dx0airregularly |
Ref. No. |
QNX.000009339 |
Category(ies) |
Filesystem |
Issue |
How do I tell which files were open for write when my machine shuts down irregularly?
|
Solution |
The files should be marked as busy. command: files +busy
To unbusy the file <filename> chattr <filename> -b |
|