UNIX Commands Quick Reference
UNIX Commands Quick Reference
User Management
useradd -: Adds a new user.
passwd -: Changes a user's password.
usermod -: Modifies a user account.
userdel -: Deletes a user.
groupadd -: Creates a new group.
Miscellaneous
echo -: Displays a line of text.
history -: Shows command history.
clear -: Clears the terminal screen.
alias -: Creates shortcuts for commands.
man -: Shows the manual of a command.
exit -: Exits the terminal session.