/ Published in: Bash

little memory joggers
Expand |
Embed | Plain Text
man -t *command* | open -f -a Preview # make pdf from man page chmdump *filename.chm* *directory* # convert winhelp into a folder of html renice 20 -g *pgid* # subordinate process group number sudo lsof | grep *key* # view open files of any process ps -axjclwwww | sort # enhanced process disclosure
You need to login to post a comment.