Posted by Hans-Henry Jakobsen
This command shows the result of a mount command in a nice table layout
# mount | column -t
Result
/dev/sda1 on / type ext4 (rw,errors=remount-ro) /dev/sda2 on /home type ext4 (rw)
Tags: column, mount
Comments are closed.