如何检查当前版本:codenameDebianUbuntu系统当前时间系统当前时间+时区 如何检查当前版本:codenamelsb_release -a ip查询 ip address 快速到行首 # 大写AA 快速到第一行 gg 快速到行首 # home 键Home 版本号查看 ```bash Debiancat /etc/issue cat /etc/debian_version Ubuntucat /etc/issue uname -a - 源位置```bashcd /etc/apt/source.list 系统时间 ```bash系统当前时间date 系统当前时间+时区date -R ```