"The only way of finding the limits of the possible is by going beyond them into the impossible." -
Arthur C. Clarke

Archive for November, 2007

Linux shell restricting access

Wednesday, November 14th, 2007

Read the rest of this entry »

See which files has a process open

Tuesday, November 13th, 2007

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

Read the rest of this entry »