Using
system documentation resources99
sg_reset (8) - sends SCSI device, target, bus or host reset; or checks reset statesg_rtpg (8) - send SCSI REPORT TARGET PORT GROUPS commandsg_start (8) - send SCSI START STOP UNIT command start, stop, load or eject mediumsg_stpg (8) - send SCSI SET TARGET PORT GROUPS commandsystemd-notify (1) - Notify service manager about startup completion and other daemon status c...systemd-rc-local-generator (8) - Compatibility generator for starting /etc/rc.local and /usr/sbin...systemd.target (5) - Target unit configurationtar (1) - an archiving utilitytar (5) - format of tape archive filesunicode_start (1) - put keyboard and console in unicode modeAs you can see, it matches not only tar but also start. This isn’t perfect, but it can provide helpful
information related to tar, such as gpgtar.
man pages have sections. As you can see in the previous example, for tar, there are manual pages in two sections, one for the command-line utility (section 1), and one for the archiving format (section 5):
tar (1) - an archiving utilitytar (5) - format of tape archive filesWe can access the page in section 5 to understand the format by running the following command:
[root@rhel-instance
]# man 5 tarNow, we can seethe tar format page:
TAR(5) BSD File Formats Manual TAR(5)NAME tar — format of tape archive filesDESCRIPTION The tar archive format collects any number of files, Share with your friends: