Obsidian/Recognition/Programing/Linux/Linux 명령어/리눅스 OS 버전확인.md

13 lines
108 B
Markdown

```Shell
# 커널 확인
uname -a
# OS 버전확인
cat /etc/issue
# bit수 확인
getconf LONG_BIT
```