Bash Reference Sheet February 19, 2019 Bash is one of the most recent and powerful of the major UNIX shells. There are two ways to use bash: as a user…
blkid Command Reference February 26, 2019 The blkid program is the command-line interface to working with the libblkid library. It can determine the type of content (e.g. filesystem or swap)…
Grep Command Reference March 8, 2019 Grep is one among the system administrator’s “Swiss Army knife” set of tools, and is extremely useful to search for strings and patterns in…
lsblk Command Reference March 3, 2019 Description lsblk lists information about all or the specified block devices. The lsblk command reads the sysfs filesystem to gather information. The command prints…
Wget Command Reference February 24, 2019 GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies. Wget is…