simon 1 month ago
parent
commit
fe6a84531c
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      1.1_SystemInfo.sh

+ 3
- 4
1.1_SystemInfo.sh View File

#!/bin/bash #!/bin/bash
. ./inc/utils.sh . ./inc/utils.sh


mkdir -p sys-info mkdir -p sys-info

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

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

Loading…
Cancel
Save