Linux Commands

Linux Commands

Pull Harddrive Model and Vendor Info

cat /sys/class/block/sdc/device/{model,vendor}

Find a String within a file

grep 'string' /etc …
more ...