注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Coreutils"
Jump to navigation
Jump to search
(Changed the format from a bulleted list to a table with the name of the binaries and a description of their function.) |
(Began adding descriptions of some of the binaries. I do not know the functions of all of these -- if someone else could add some descriptions that would be great!) |
||
Line 9: | Line 9: | ||
<tr class="info"><th>Binary name</th><th>Binary function</th></tr> | <tr class="info"><th>Binary name</th><th>Binary function</th></tr> | ||
<tr><td>/bin/basename</td><td>Remove leading directory components from a given directory listing.</td></tr> | <tr><td>/bin/basename</td><td>Remove leading directory components from a given directory listing.</td></tr> | ||
<tr><td>/bin/cat</td><td> | <tr><td>/bin/cat</td><td>Used to concatenate files and print them to stdout.</td></tr> | ||
<tr><td>/bin/chgrp</td><td> | <tr><td>/bin/chgrp</td><td>Used to change group ownership</td></tr> | ||
<tr><td>/bin/chmod</td><td>TODO</td></tr> | <tr><td>/bin/chmod</td><td>TODO</td></tr> | ||
<tr><td>/bin/chown</td><td> | <tr><td>/bin/chown</td><td>Change file ownership and group membership</td></tr> | ||
<tr><td>[[Package:Coreutils/chroot | /bin/chroot]]</td><td>TODO</td></tr> | <tr><td>[[Package:Coreutils/chroot | /bin/chroot]]</td><td>TODO</td></tr> | ||
<tr><td>/bin/cp</td><td>TODO</td></tr> | <tr><td>/bin/cp</td><td>TODO</td></tr> | ||
Line 27: | Line 27: | ||
<tr><td>/bin/false</td><td>TODO</td></tr> | <tr><td>/bin/false</td><td>TODO</td></tr> | ||
<tr><td>/bin/head</td><td>TODO</td></tr> | <tr><td>/bin/head</td><td>TODO</td></tr> | ||
<tr><td>/bin/ln</td><td> | <tr><td>/bin/ln</td><td>Create hard and symbolic links between different files.</td></tr> | ||
<tr><td>/bin/ls</td><td> | <tr><td>/bin/ls</td><td>List files and directories on the filesystem</td></tr> | ||
<tr><td>/bin/mkdir</td><td> | <tr><td>/bin/mkdir</td><td>Create a new, empty directory</td></tr> | ||
<tr><td>/bin/mkfifo</td><td>TODO</td></tr> | <tr><td>/bin/mkfifo</td><td>TODO</td></tr> | ||
<tr><td>/bin/mknod</td><td>TODO</td></tr> | <tr><td>/bin/mknod</td><td>TODO</td></tr> | ||
<tr><td>/bin/mktemp</td><td>TODO</td></tr> | <tr><td>/bin/mktemp</td><td>TODO</td></tr> | ||
<tr><td>/bin/mv</td><td> | <tr><td>/bin/mv</td><td>Move a file to a different location on the filesystem.</td></tr> | ||
<tr><td>/bin/pwd</td><td> | <tr><td>/bin/pwd</td><td>Output the Present Working Directory.</td></tr> | ||
<tr><td>/bin/readlink</td><td>TODO</td></tr> | <tr><td>/bin/readlink</td><td>TODO</td></tr> | ||
<tr><td>/bin/rm</td><td> | <tr><td>/bin/rm</td><td>Remove a file, directory, etc. from the filesystem.</td></tr> | ||
<tr><td>/bin/rmdir</td><td> | <tr><td>/bin/rmdir</td><td>Remove a directory from the filesystem.</td></tr> | ||
<tr><td>/bin/seq</td><td>TODO</td></tr> | <tr><td>/bin/seq</td><td>TODO</td></tr> | ||
<tr><td>/bin/sleep</td><td>TODO</td></tr> | <tr><td>/bin/sleep</td><td>TODO</td></tr> | ||
Line 44: | Line 44: | ||
<tr><td>/bin/sync</td><td>TODO</td></tr> | <tr><td>/bin/sync</td><td>TODO</td></tr> | ||
<tr><td>/bin/tail</td><td>TODO</td></tr> | <tr><td>/bin/tail</td><td>TODO</td></tr> | ||
<tr><td>/bin/touch</td><td> | <tr><td>/bin/touch</td><td>Create an empty file on the filesystem.</td></tr> | ||
<tr><td>/bin/tr</td><td>TODO</td></tr> | <tr><td>/bin/tr</td><td>TODO</td></tr> | ||
<tr><td>/bin/true</td><td>TODO</td></tr> | <tr><td>/bin/true</td><td>TODO</td></tr> |
Revision as of 14:21, May 31, 2015
Coreutils
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
The core utils package provides many essential linux binaries:
Binary name | Binary function |
---|---|
/bin/basename | Remove leading directory components from a given directory listing. |
/bin/cat | Used to concatenate files and print them to stdout. |
/bin/chgrp | Used to change group ownership |
/bin/chmod | TODO |
/bin/chown | Change file ownership and group membership |
/bin/chroot | TODO |
/bin/cp | TODO |
/bin/cut | TODO |
/bin/date | TODO |
/bin/dd | TODO |
/bin/df | TODO |
/bin/dir | TODO |
/bin/dirname | TODO |
/bin/du | TODO |
/bin/echo | TODO |
/bin/env | TODO |
/bin/expr | TODO |
/bin/false | TODO |
/bin/head | TODO |
/bin/ln | Create hard and symbolic links between different files. |
/bin/ls | List files and directories on the filesystem |
/bin/mkdir | Create a new, empty directory |
/bin/mkfifo | TODO |
/bin/mknod | TODO |
/bin/mktemp | TODO |
/bin/mv | Move a file to a different location on the filesystem. |
/bin/pwd | Output the Present Working Directory. |
/bin/readlink | TODO |
/bin/rm | Remove a file, directory, etc. from the filesystem. |
/bin/rmdir | Remove a directory from the filesystem. |
/bin/seq | TODO |
/bin/sleep | TODO |
/bin/sort | TODO |
/bin/stty | TODO |
/bin/sync | TODO |
/bin/tail | TODO |
/bin/touch | Create an empty file on the filesystem. |
/bin/tr | TODO |
/bin/true | TODO |
/bin/tty | TODO |
/bin/uname | TODO |
/bin/vdir | TODO |
/bin/wc | TODO |
/bin/yes | TODO |