osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
20
pages.ko/osx/system_profiler.md
Normal file
20
pages.ko/osx/system_profiler.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# system_profiler
|
||||
|
||||
> 시스템 하드웨어 및 소프트웨어 구성 보고.
|
||||
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/system_profiler.8.html>.
|
||||
|
||||
- 특정 세부 수준(최소 [개인 정보 없음], 기본 또는 전체)으로 보고서 표시:
|
||||
|
||||
`system_profiler -detailLevel {{수준}}`
|
||||
|
||||
- `System Profiler.app`에서 열 수 있는 전체 시스템 프로파일러 보고서 표시:
|
||||
|
||||
`system_profiler -xml > MyReport.spx`
|
||||
|
||||
- 하드웨어 개요(모델, CPU, 메모리, 시리얼 등) 및 소프트웨어 데이터(시스템, 커널, 이름, 가동 시간 등) 표시:
|
||||
|
||||
`system_profiler SPHardwareDataType SPSoftwareDataType`
|
||||
|
||||
- 시스템 시리얼 번호 출력:
|
||||
|
||||
`system_profiler SPHardwareDataType|grep "Serial Number (system)" | awk '{ print $4 }'`
|
Reference in New Issue
Block a user