Question on process

Linux specific forum
Armoured
Enthusiast
Enthusiast
Posts: 365
Joined: Mon Jan 26, 2004 11:39 am
Location: ITALY
Contact:

Question on process

Post by Armoured »

Hi :)
I' need to have running only one istance of a program in my PC.
On windows there are "Mutex" and on Linux?


Thanks
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

You put a lock file in /tmp. Or check the output of ps. Or maybe something else.
Post Reply