# Print system information uname # Print all system information it can find uname -a
# print current kernel version uname -rs
# Displays the machine's architecture uname -m