21 Nov 11

Usage examples for the lsof command. lsof stand for list open files.

by lamnatos 14 years ago saved 2 times

10 Oct 11

Getting familiar with common uses of lsof

by mlb 14 years ago saved 2 times

I needed to list all files in a directory, but ls, find, and os.listdir all hung. This is my story. TLDR: Write a C program that calls the syscall getdents directly, with a large buffer size, ignore entries with inode == 0.

by mlb 14 years ago

28 Sep 11

Interactive Vim Tutorial

by rogeruiz 14 years ago saved 2 times

20 Sep 11

commandlinefu.com is the place to record those command-line gems that you return to again and again.

by lamnatos 14 years ago saved 2 times