31 May 2012

Find out the installation time of a Linux System ext3/ext4

tune2fs -l $(df -P / | awk 'NR==2 {print $1}') | sed -n 's/^.*created: *//p'

eg: Tue May 24 16:25:59 2011


SRC


biOos

No comments: