tty – Displays the filename of the terminal device connected to the current standard input The tty command in Linux displays the filename of the terminal device connected to the current standard input.…
mke2fs – Create an “ETC2/ETC3” Filesystem on a Disk Partition The mke2fs command is used to create a new “ext2/ext3” filesystem on a disk partition. This command is…
lvextend – Extend Logical Volume Space The lvextend command is used to extend the size of a logical volume in Linux. Logical Volumes (LVs)…
e2label – Set the Volume Label for the Second Extended File System The e2label command is used to set or change the volume label for the second extended file system…
lsb_release – Display release information The lsb_release command is used to display certain information about the Linux distribution that is currently running on…
yum – RPM-Based Package Manager YUM (Yellowdog Updater, Modified) is a command-line package management utility for RPM-based Linux systems. It is used to…
cut – Concatenate files and print to standard output The cut command is a text utility tool used to extract sections from each line of a file…
ifcfg – Set network interface parameters The ifcfg command is used to set network interface parameters in Linux. It is used to configure network…
ipstate – Display the working status of iptables The iptstate command is a Linux utility that displays the current working status of the iptables firewall. It…
lvscan – Scan Logical Volumes The lvscan command is used to scan all the available logical volumes in the system. Logical volumes are…
seq – Prints numbers from first to last in specified increments The seq command is used to print a sequence of numbers from a starting point to an ending…
more – Display the file contents, one screen at a time The more command is used to display the contents of a file one screen at a time. It…