search for: 02tax

Displaying 1 result from an estimated 1 matches for "02tax".

Did you mean: 02lx
2003 Mar 30
0
why do file locks revert to root ( fairly long)
...ng that occurs for a period of time that allows the user to reattach to the smbd process or what? What is the best way to nicely clean up these processes? Any insight appreciated. Bret here is some info Inorder to track this down I use the following script #!/bin/bash DIR="/apps/Lacerte/02tax/" #DIR="/var" echo "All users with locks in $DIR" declare -a PIDS lsof +D $DIR |awk '{print $2 " " $3}'|sort -nu echo "netstat connections for root owned pids" PIDS=($(lsof +D $DIR |awk '/root/ {print $2}' |sort -u)) for pid in ${PIDS[*...