This website requires JavaScript.
Explore
Help
Register
Sign In
MonHun
/
Obsidian
Watch
1
Star
0
Fork
You've already forked Obsidian
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d45a1ffc8e
Obsidian
/
Recognition
/
Programing
/
Linux
/
Linux 명령어
/
리눅스 OS 버전확인.md
13 lines
108 B
Markdown
Raw
Blame
History
```Shell
# 커널 확인
uname -a
# OS 버전확인
cat /etc/issue
# bit수 확인
getconf LONG_BIT
```
Reference in New Issue
View Git Blame
Copy Permalink