This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jongheeda
/
TTA-Cert
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
w
master
simon
1 month ago
parent
429504eea0
commit
fe6a84531c
1 changed files
with
3 additions
and
4 deletions
Split View
Show Diff Stats
3
4
1.1_SystemInfo.sh
+ 3
- 4
1.1_SystemInfo.sh
View File
@@ -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 폴더에 정보를 저장했습니다..."
Write
Preview
Loading…
Cancel
Save