diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-11 22:49:50 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-11 22:49:50 +0000 |
commit | ab6f1859dd20771fcf1a6b62ecd2fd8819666c26 (patch) | |
tree | 3e9bc15124c8f4d56b5459d70a27f86dda7b2364 /appendixa/coreutils-desc.xml | |
parent | 775a2682d0633c2777b93207bd495708f9724258 (diff) |
small things around coreutils and bugs #518 and #520
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/coreutils-desc.xml')
-rw-r--r-- | appendixa/coreutils-desc.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/appendixa/coreutils-desc.xml b/appendixa/coreutils-desc.xml index 3381ca2ff..27d89d8c9 100644 --- a/appendixa/coreutils-desc.xml +++ b/appendixa/coreutils-desc.xml @@ -2,8 +2,6 @@ <sect2><title>Descriptions</title> -<para>Not yet fully checked.</para> - <sect3><title>Program file descriptions</title> <sect4><title>basename</title> @@ -123,6 +121,9 @@ standard output.</para></sect4> <para>hostid prints the numeric identifier (in hexadecimal) for the current host.</para></sect4> +<sect4><title>hostname</title> +<para>hostname reports or sets the name of the current host.</para></sect4> + <sect4><title>id</title> <para>id prints the effective user and group IDs of the current user or a given user.</para></sect4> @@ -134,6 +135,9 @@ their owner and group.</para></sect4> <sect4><title>join</title> <para>join joins lines of two files on a common field.</para></sect4> +<sect4><title>kill</title> +<para>kill terminates the given process.</para></sect4> + <sect4><title>ln</title> <para>ln makes hard or soft (symbolic) links between files.</para></sect4> @@ -210,6 +214,9 @@ function).</para></sect4> <para>seq prints numbers in a certain range with a certain increment.</para></sect4> +<sect4><title>sha1sum</title> +<para>sha1sum prints or checks 160-bit SHA1checksums.</para></sect4> + <sect4><title>shred</title> <para>shred deletes a file securely, overwriting it first so that its contents can't be recovered.</para></sect4> |