Strange folder @ /tmp (hb.3500)

Hi!

Today I noticed that under /tmp
there is a strange folder "/tmp/hb.3500"

Belongs to what?

Hello!
These commands might help to investigate your case:
ls -l /tmp/hb.350 command helps to find out file's owner
lsof command helps to find out process which keeps the file open
ps -ef command helps to find out which process runs under which account

2 Likes