Changeset 058bc6b in clfs-sysroot for BOOK/final-system
- Timestamp:
- Mar 15, 2009, 4:12:27 PM (16 years ago)
- Branches:
- master
- Children:
- 38e8068
- Parents:
- 203d4f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r203d4f2 r058bc6b 99 99 100 100 <seglistitem> 101 <seg>[, base64, basename, cat, ch grp, chmod, chown, chroot, cksum,102 c omm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du,101 <seg>[, base64, basename, cat, chcon, chgrp, chmod, chown, chroot, 102 cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, 103 103 echo, env, expand, expr, factor, false, fmt, fold, groups, head, 104 104 hostid, hostname, id, install, join, link, ln, logname, ls, md5sum, 105 mkdir, mkfifo, mknod, m v, nice, nl, nohup, od, paste, pathchk, pinky,106 p r, printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum,107 sha 224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort,108 s plit, stat, stty, sum, sync, tac, tail, tee, test, touch, tr, true,109 t sort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who,110 whoami, and yes</seg>105 mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, od, paste, pathchk, 106 pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq, 107 sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, 108 sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test, 109 timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, 110 unlink, users, vdir, wc, who, whoami, and yes</seg> 111 111 </seglistitem> 112 112 </segmentedlist> … … 143 143 <indexterm zone="ch-system-coreutils cat"> 144 144 <primary sortas="b-cat">cat</primary> 145 </indexterm> 146 </listitem> 147 </varlistentry> 148 149 <varlistentry id="chcon"> 150 <term><command>chcon</command></term> 151 <listitem> 152 <para>Changes security context for files and directories</para> 153 <indexterm zone="ch-system-coreutils chcon"> 154 <primary sortas="b-chcon">chcon</primary> 145 155 </indexterm> 146 156 </listitem> … … 562 572 </varlistentry> 563 573 574 <varlistentry id="mktemp"> 575 <term><command>mktemp</command></term> 576 <listitem> 577 <para>Creates temporary files in a secure manner; it is used in 578 scripts</para> 579 <indexterm zone="ch-system-coreutils mktemp"> 580 <primary sortas="b-mktemp">mktemp</primary> 581 </indexterm> 582 </listitem> 583 </varlistentry> 584 564 585 <varlistentry id="mv"> 565 586 <term><command>mv</command></term> … … 727 748 </varlistentry> 728 749 750 <varlistentry id="runcon"> 751 <term><command>runcon</command></term> 752 <listitem> 753 <para>Runs a command with specified security context</para> 754 <indexterm zone="ch-system-coreutils runcon"> 755 <primary sortas="b-runcon">runcon</primary> 756 </indexterm> 757 </listitem> 758 </varlistentry> 759 729 760 <varlistentry id="seq"> 730 761 <term><command>seq</command></term> … … 920 951 <indexterm zone="ch-system-coreutils test"> 921 952 <primary sortas="b-test">test</primary> 953 </indexterm> 954 </listitem> 955 </varlistentry> 956 957 <varlistentry id="timeout"> 958 <term><command>timeout</command></term> 959 <listitem> 960 <para>Runs a command with a time limit</para> 961 <indexterm zone="ch-system-coreutils timeout"> 962 <primary sortas="b-timeout">timeout</primary> 922 963 </indexterm> 923 964 </listitem> … … 958 999 </varlistentry> 959 1000 1001 <varlistentry id="truncate"> 1002 <term><command>truncate</command></term> 1003 <listitem> 1004 <para>Shrinks or expands a file to the specified size</para> 1005 <indexterm zone="ch-system-coreutils truncate"> 1006 <primary sortas="b-truncate">truncate</primary> 1007 </indexterm> 1008 </listitem> 1009 </varlistentry> 1010 960 1011 <varlistentry id="tsort"> 961 1012 <term><command>tsort</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.