Archive for November, 2007

Linux shell restricting access

More »

See which files has a process open

Command: lsof -p processID
Example: lsof -p 4048
More info, source: http://forum.ensim.com/showthread.php?t=18798

More »