Show the processes for all users (a), displaying the process's user/ownser (u), and the processes that are not attached to a terminal (x):
$ ps auxDisplay the full listing of all processes (useful for finding underisable processes):
$ ps efDisplay a specific pricess in more details, by displaying the files and ports associated with that process.
$ lsof -pDisplay processes running form or acessing files that have been unlinked:
$ lsof +L1$ find / -uid 0Display all MAC to IP address mapping of the system (useful for finding addresses of systems that are not part of the network.
$ arp -aOthers: uptime, free, df.
$ strings /tmp/mem.dump | grep BOOT_
$ BOOT_IMAGE=/vmlinuz-3.5.0-23-genericTools to test a PDF file:
- pdfid
- pdf-parser