Displaying 1 result from an estimated 1 matches for "760094o".
Did you mean:
760094
2002 Dec 10
4
process owner
...via samba
for example if I have the following file which is a outlook file and it open by a user in my network
prompt> ls -l outlook.pst
-rw-rw---- 1 aaa mannet 1130496 Mar 21 2002
when I use fuser
prompt> fuser -fu outlook.pst
I get the following process
outlook.pst: 760094o(root)
then when I try to grep the above process
prompt> ps -ef |grep 760094
I get the following
root 760094 530920 0.0 Dec 09 ?? 0:22.33 sbin/smbd -D
which owned by the root
regards
Alaa