Obsidian/Recognition/Programing/Linux/Ubuntu/Ubuntu 버전 확인.md

11 lines
79 B
Markdown
Raw Permalink Normal View History

2024-03-08 09:25:42 +00:00
```shell
lsb_release -a
cat /etc/issue
cat /etc/os-release
hostnamectl
```