simon 1 개월 전
부모
커밋
fe6a84531c
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3
    4
      1.1_SystemInfo.sh

+ 3
- 4
1.1_SystemInfo.sh 파일 보기

@@ -1,11 +1,10 @@
#!/bin/bash
. ./inc/utils.sh


mkdir -p sys-info

cat /proc/cpuinfo > sys-info/cpu.txt
cat /proc/cpuinfo
free -h > sys-info/mem.txt
df -h > sys-info/disk.txt

free -h
df -h
echo "sys-info 폴더에 정보를 저장했습니다..."

Loading…
취소
저장