From ab6f1859dd20771fcf1a6b62ecd2fd8819666c26 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 11 Aug 2003 22:49:50 +0000 Subject: 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 --- appendixa/coreutils-desc.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'appendixa/coreutils-desc.xml') 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 @@ Descriptions -Not yet fully checked. - Program file descriptions basename @@ -123,6 +121,9 @@ standard output. hostid prints the numeric identifier (in hexadecimal) for the current host. +hostname +hostname reports or sets the name of the current host. + id id prints the effective user and group IDs of the current user or a given user. @@ -134,6 +135,9 @@ their owner and group. join join joins lines of two files on a common field. +kill +kill terminates the given process. + ln ln makes hard or soft (symbolic) links between files. @@ -210,6 +214,9 @@ function). seq prints numbers in a certain range with a certain increment. +sha1sum +sha1sum prints or checks 160-bit SHA1checksums. + shred shred deletes a file securely, overwriting it first so that its contents can't be recovered. -- cgit v1.2.3-54-g00ecf