-
[macOS] uname 명령어 사용법/mac OS 🖥 2023. 8. 13. 21:52반응형
uname 명령어는 시스템 정보를 출력해줍니다. 주로 시스템과 리눅스 커널에 관련된 정보를 확인할 수 있습니다.
uname은 리눅스뿐만 아니라 맥OS 등에서도 사용할 수 있습니다.
현재 시스템의 시스템 아키텍처나 커널 버전을 확인할 때 특히 유용합니다.
옵션 없이 uname을 실행한 결과는 다음과 같습니다.
$ ~ uname Darwin
Print certain system information. With no OPTION, same as -s. usage: uname [-amnoprsv] // print all information $ ~ uname -a // print the machine hardware name $ ~ uname -m arm64 // print the network node hostname $ ~ uname -n name.local // print the operating system $ ~ uname -o Darwin // print the processor type (non-portable) $ ~ uname -p arm // print the kernel release $ ~ uname -r 22.5.0 // print the kernel name $ ~ uname -s Darwin // print the kernel version uname -v
' > mac OS 🖥' 카테고리의 다른 글
CPU 온도 확인해보기 (1) 2023.11.02 [문제해결] xcrun: error: invalid active developer path (0) 2023.11.02 [macOS] Darwin은 무엇일까 ? (0) 2023.08.13 [macOS] macOS의 뿌리는 어디일까 ? (0) 2023.08.13 [문제해결] M1 맥북 프로 발열 문제 - Xcode(debugserver) (0) 2022.03.24