Ubuntu下系统常用的查看系统状态指令
echo -e "\nuname -a"
uname -a
echo -e "\nlsb_release -a"
lsb_release -a
echo -e "\ncat /etc/nv_tegra_release"
cat /etc/nv_tegra_release
echo -e "\ncat /etc/lsb-release"
cat /etc/lsb-release
echo -e "\nlscpu # 查看CPU"
lscpu
echo -e "\nfree -m # 查看内存"
free -m
echo -e "\nparted -l # 查看分区" # sudo fdisk -l
parted -l