|
@@ -127,15 +127,15 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
|
|
<segtitle>Installed programs</segtitle>
|
|
|
|
|
|
<seglistitem>
|
|
|
- <seg>basename, cat, chgrp, chmod, chown, chroot, cksum, comm, cp,
|
|
|
- csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
|
|
|
- expand, expr, factor, false, fmt, fold, groups, head, hostid,
|
|
|
- hostname, id, install, join, link, ln, logname, ls, md5sum, mkdir,
|
|
|
- mkfifo, mknod, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr,
|
|
|
- printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum, shred,
|
|
|
- sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test,
|
|
|
- touch, tr, true, tsort, tty, uname, unexpand, uniq, unlink, users,
|
|
|
- vdir, wc, who, whoami, and yes</seg>
|
|
|
+ <seg>base64, basename, cat, chgrp, chmod, chown, chroot, cksum, comm,
|
|
|
+ cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env,
|
|
|
+ expand, expr, factor, false, fmt, fold, groups, head, hostid, hostname,
|
|
|
+ id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod,
|
|
|
+ mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf,
|
|
|
+ ptx, pwd, readlink, rm, rmdir, seq, sha1sum, sha224sum, sha256sum,
|
|
|
+ sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stty, sum,
|
|
|
+ sync, tac, tail, tee, test, touch, tr, true, tsort, tty, uname,
|
|
|
+ unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg>
|
|
|
</seglistitem>
|
|
|
</segmentedlist>
|
|
|
|
|
@@ -144,6 +144,17 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
+ <varlistentry id="base64">
|
|
|
+ <term><command>base64</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Encodes and decodes data according to the base64 (RFC 3548)
|
|
|
+ specification</para>
|
|
|
+ <indexterm zone="ch-system-coreutils base64">
|
|
|
+ <primary sortas="b-base64">basename</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="basename">
|
|
|
<term><command>basename</command></term>
|
|
|
<listitem>
|
|
@@ -766,6 +777,46 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry id="sha224sum">
|
|
|
+ <term><command>sha224sum</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Prints or checks 224-bit Secure Hash Algorithm checksums</para>
|
|
|
+ <indexterm zone="ch-system-coreutils sha224sum">
|
|
|
+ <primary sortas="b-sha224sum">sha224sum</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry id="sha256sum">
|
|
|
+ <term><command>sha256sum</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Prints or checks 256-bit Secure Hash Algorithm checksums</para>
|
|
|
+ <indexterm zone="ch-system-coreutils sha256sum">
|
|
|
+ <primary sortas="b-sha256sum">sha256sum</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry id="sha384sum">
|
|
|
+ <term><command>sha384sum</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Prints or checks 384-bit Secure Hash Algorithm checksums</para>
|
|
|
+ <indexterm zone="ch-system-coreutils sha384sum">
|
|
|
+ <primary sortas="b-sha384sum">sha384sum</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry id="sha512sum">
|
|
|
+ <term><command>sha512sum</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Prints or checks 512-bit Secure Hash Algorithm checksums</para>
|
|
|
+ <indexterm zone="ch-system-coreutils sha512sum">
|
|
|
+ <primary sortas="b-sha512sum">sha512sum</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="shred">
|
|
|
<term><command>shred</command></term>
|
|
|
<listitem>
|
|
@@ -777,6 +828,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry id="shuf">
|
|
|
+ <term><command>shuf</command></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Shuffles lines of text</para>
|
|
|
+ <indexterm zone="ch-system-coreutils shuf">
|
|
|
+ <primary sortas="b-shuf">shuf</primary>
|
|
|
+ </indexterm>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry id="sleep">
|
|
|
<term><command>sleep</command></term>
|
|
|
<listitem>
|