diff options
| -rwxr-xr-x | sysdump.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -137,6 +137,8 @@ sysdump() { dump "free" safecmd free -h dump "df" safecmd df -h dump "boot_folder" safecmd ls -R /boot/ + dump "lib_folder" safecmd ls -R /lib/ + dump "lib64_folder" safecmd ls -R /lib64/ for hp in "${USER_DIRS[@]}"; do dump "home_${hp}" safecmd ls -al ${hp}; done for hp in "${USER_DIRS[@]}"; do user=$(basename "${hp}"); dump "crontab_${user}" safecmd crontab -u "${user}" -l; done dump "root_folder" safecmd ls -al / |
