Linhelperz.txt Official

1. Purpose LinHelperZ simplifies repetitive Linux system tasks into single commands, reducing typos and saving time for junior admins or power users. 2. Installation # Clone or copy LinHelperZ.sh to /usr/local/bin/ sudo cp LinHelperZ.sh /usr/local/bin/LinHelperZ sudo chmod 755 /usr/local/bin/LinHelperZ Optional: alias it in ~/.bashrc :

alias lhz='LinHelperZ' User Management | Command | Action | |---------|--------| | LinHelperZ user-add <name> | Create user + default group + home | | LinHelperZ user-del <name> | Remove user & home (interactive) | | LinHelperZ sudo-add <name> | Add user to sudo/wheel group | | LinHelperZ pass-force <user> | Force password change on next login | File & Permission Fixes | Command | Action | |---------|--------| | LinHelperZ fix-home <user> | Reset home dir perms to 755/644 | | LinHelperZ world-writable | List world-writable files (security check) | | LinHelperZ large-files /path +100M | Find files >100MB | Process & Resource | Command | Action | |---------|--------| | LinHelperZ mem-hogs 10 | Top 10 memory-consuming processes | | LinHelperZ kill-user <user> | Kill all processes of a user | | LinHelperZ waiting-io | Show processes in D (uninterruptible sleep) | Backup & Archive | Command | Action | |---------|--------| | LinHelperZ backup /etc | Create timestamped tar.gz in /backups | | LinHelperZ backup-remote /home user@host:/backup | rsync with progress | Log Inspection | Command | Action | |---------|--------| | LinHelperZ log-errors | Grep /var/log/syslog for ERR/CRIT | | LinHelperZ log-tail secure | Tail + highlight failed SSH logins | 4. How to Extend LinHelperZ Edit the script. Each function uses a case statement: LinHelperZ.txt

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

If you do that will allow us to provide you with more and more FREE content.

There are a lot of expenses involved in running a free web and ads are a source to pay for those.

Please disable the ad blocker and refresh the page, thank you.