Some Linux Commands Tue Sep 11 2018 12345678910# Show memory information.free -h# Show which shell is used.echo $0# Show storage information.df -Th# Show CPU information.cat /proc/cpuinfo# Use non default private key file in "ssh" command.ssh -i ./another_id_rsa a.server.domain.name