[R12:Form] how to define a form by lsof command?
Hi, experts
lsof -R / | head -1 && lsof -R / | grep deleted
<snip>
frmweb 20877 17185 user 82u REG 8,3 140443648 688245 /tmp/file7tPWO1.TMP (deleted)
frmweb 22315 17185 user 61u REG 8,3 673648 688263 /tmp/fileMi17IX.TMP (deleted)
frmweb 24907 17185 user 52u REG 8,3 195472 688247 /tmp/fileGHQp5a.TMP (deleted)
frmweb 31181 17185 user 108u REG 8,3 614016 688248 /tmp/fileVhQkaT.TMP (deleted)
<snip>
due to the above output, is there a method that we could know the information of which form, which user, & other informations?
the PID above some times not work with SQL command,
and sometimes the pid could define PID.
Best Regards