Create a new user with specified home directory and shell. Bash: useraddCreate a new group with optional GID and system group flag. Bash: groupaddModify user properties including username and home directory. Bash: usermodLock or unlock a user account. Bash: passwd -l/-uConfigure password aging policy. Bash: chageAdd user to group with option to set as primary group. Bash: usermodRemove a user from a group. Bash: gpasswdList users with filtering options. Bash: getent passwdList groups with filtering options. Bash: getent groupFormat a partition with a specific filesystem type. Bash: mkfsMount a filesystem and optionally add to /etc/fstab. Bash: mountGrow or shrink an existing filesystem. Bash: resize2fs/xfs_growfsShow block device information. Bash: lsblkPartition a disk with parted. Bash: partedCreate a physical volume and volume group. Bash: pvcreate/vgcreateExtend a volume group with a new physical volume. Bash: vgextendCreate a symbolic link. Bash: ln -sAnalyze disk usage with specified depth. Bash: duBackup files using various methods. Bash: rsync/tar/ddInstall a package with optional version. Bash: dnf installRemove a package. Bash: dnf removeUpdate or upgrade packages. Bash: dnf upgradeSearch for a package in repositories. Bash: dnf searchAdd a repository via .repo or subscription-manager. Bash: dnf config-managerList installed or upgradable packages. Bash: dnf listClean package metadata or old kernels. Bash: dnf cleanPrevent or allow package upgrades. Bash: dnf versionlockManage systemd services. Bash: systemctlCreate a new systemd service unit. Bash: systemd unit fileSchedule a cron job. Bash: crontabCheck system resource usage. Bash: mpstat/free/dfMonitor running processes. Bash: psSend signal to a process. Bash: killConfigure a network interface using nmcli. Bash: nmcliManage firewall rules with firewall-cmd. Bash: firewall-cmdShow all network interfaces. Bash: ipPing a host to test connectivity. Bash: pingChange the SELinux runtime mode. Bash: setenforceManage SELinux file context entries. Bash: semanageRestore SELinux file contexts. Bash: restoreconCheck current SELinux status. Bash: getenforceModify SSHD configuration. Bash: sshd_configEnable two-factor authentication. Bash: Google Authenticator/DuoConfigure sudo permissions. Bash: visudoRun a basic or full audit. Bash: ausearchRetrieve system information. Bash: uname/hostnamectl