Misc

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
Revision as of 10:50, 29 April 2016 by Anthoanthop (talk | contribs)
Jump to navigation Jump to search

How do I find how long ago a Linux system was installed ?

# tune2fs -l /dev/dm-0  | grep 'Filesystem created:'
Filesystem created:       Thu Feb  4 05:46:35 2016

Sort files/directories by size

du -skh * | sort -rn