注意:
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
(Removed colors and key from page and added link to basename page.) |
(copypasta descriptions from manpages) |
||
Line 11: | Line 11: | ||
<tr><td>/bin/cat</td><td>Used to concatenate files and print them to stdout.</td></tr> | <tr><td>/bin/cat</td><td>Used to concatenate files and print them to stdout.</td></tr> | ||
<tr><td>/bin/chgrp</td><td>Used to change group ownership</td></tr> | <tr><td>/bin/chgrp</td><td>Used to change group ownership</td></tr> | ||
<tr><td>/bin/chmod</td><td> | <tr><td>/bin/chmod</td><td>change file mode bits</td></tr> | ||
<tr><td>/bin/chown</td><td>Change file ownership and group membership</td></tr> | <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> | <tr><td>/bin/cp</td><td>copy files and directories</td></tr> | ||
<tr><td>/bin/cut</td><td> | <tr><td>/bin/cut</td><td>remove sections from each line of files</td></tr> | ||
<tr><td>/bin/date</td><td> | <tr><td>/bin/date</td><td>print or set the system date and time</td></tr> | ||
<tr><td>/bin/dd</td><td> | <tr><td>/bin/dd</td><td>convert and copy a file</td></tr> | ||
<tr><td>/bin/df</td><td> | <tr><td>/bin/df</td><td>report file system space usage</td></tr> | ||
<tr><td>/bin/dir</td><td> | <tr><td>/bin/dir</td><td>strip last component from file name</td></tr> | ||
<tr><td>/bin/dirname</td><td> | <tr><td>/bin/dirname</td><td>strip last component from file name</td></tr> | ||
<tr><td>/bin/du</td><td> | <tr><td>/bin/du</td><td>estimate file space usage</td></tr> | ||
<tr><td>/bin/echo</td><td> | <tr><td>/bin/echo</td><td>display a line of text</td></tr> | ||
<tr><td>/bin/env</td><td> | <tr><td>/bin/env</td><td>run a program in a modified environment</td></tr> | ||
<tr><td>/bin/expr</td><td> | <tr><td>/bin/expr</td><td>evaluate expressions</td></tr> | ||
<tr><td>/bin/false</td><td> | <tr><td>/bin/false</td><td>do nothing, unsuccessfully</td></tr> | ||
<tr><td>/bin/head</td><td> | <tr><td>/bin/head</td><td>output the first part of files</td></tr> | ||
<tr><td>/bin/ln</td><td>Create hard and symbolic links between different files.</td></tr> | <tr><td>/bin/ln</td><td>Create hard and symbolic links between different files.</td></tr> | ||
<tr><td>/bin/ls</td><td>List files and directories on the filesystem</td></tr> | <tr><td>/bin/ls</td><td>List files and directories on the filesystem</td></tr> | ||
<tr><td>/bin/mkdir</td><td>Create a new, empty directory</td></tr> | <tr><td>/bin/mkdir</td><td>Create a new, empty directory</td></tr> | ||
<tr><td>/bin/mkfifo</td><td> | <tr><td>/bin/mkfifo</td><td>make FIFOs (named pipes)</td></tr> | ||
<tr><td>/bin/mknod</td><td> | <tr><td>/bin/mknod</td><td>make block or character special files</td></tr> | ||
<tr><td>/bin/mktemp</td><td> | <tr><td>/bin/mktemp</td><td>create a temporary file or directory</td></tr> | ||
<tr><td>/bin/mv</td><td>Move a file to a different location on the filesystem.</td></tr> | <tr><td>/bin/mv</td><td>Move a file to a different location on the filesystem.</td></tr> | ||
<tr><td>/bin/pwd</td><td>Output the Present Working Directory.</td></tr> | <tr><td>/bin/pwd</td><td>Output the Present Working Directory.</td></tr> | ||
<tr><td>/bin/readlink</td><td> | <tr><td>/bin/readlink</td><td>print resolved symbolic links or canonical file names</td></tr> | ||
<tr><td>/bin/rm</td><td>Remove a file, directory, etc. from the filesystem.</td></tr> | <tr><td>/bin/rm</td><td>Remove a file, directory, etc. from the filesystem.</td></tr> | ||
<tr><td>/bin/rmdir</td><td>Remove a directory from the filesystem.</td></tr> | <tr><td>/bin/rmdir</td><td>Remove a directory from the filesystem.</td></tr> | ||
<tr><td>/bin/seq</td><td> | <tr><td>/bin/seq</td><td>print a sequence of numbers</td></tr> | ||
<tr><td>/bin/sleep</td><td> | <tr><td>/bin/sleep</td><td>delay for a specified amount of time</td></tr> | ||
<tr><td>/bin/sort</td><td> | <tr><td>/bin/sort</td><td>sort lines of text files</td></tr> | ||
<tr><td>/bin/stty</td><td> | <tr><td>/bin/stty</td><td>change and print terminal line settings</td></tr> | ||
<tr><td>/bin/sync</td><td> | <tr><td>/bin/sync</td><td>Synchronize cached writes to persistent storage</td></tr> | ||
<tr><td>/bin/tail</td><td> | <tr><td>/bin/tail</td><td>output the last part of files</td></tr> | ||
<tr><td>/bin/touch</td><td>Create an empty file on the filesystem.</td></tr> | <tr><td>/bin/touch</td><td>Create an empty file on the filesystem.</td></tr> | ||
<tr><td>/bin/tr</td><td> | <tr><td>/bin/tr</td><td>translate or delete characters</td></tr> | ||
<tr><td>/bin/true</td><td> | <tr><td>/bin/true</td><td>do nothing, successfully</td></tr> | ||
<tr><td>/bin/tty</td><td> | <tr><td>/bin/tty</td><td>print the file name of the terminal connected to standard input</td></tr> | ||
<tr><td>/bin/uname</td><td> | <tr><td>/bin/uname</td><td>print system information</td></tr> | ||
<tr><td>/bin/vdir</td><td> | <tr><td>/bin/vdir</td><td>list directory contents</td></tr> | ||
<tr><td>/bin/wc</td><td> | <tr><td>/bin/wc</td><td>print newline, word, and byte counts for each file</td></tr> | ||
<tr><td>/bin/yes</td><td> | <tr><td>/bin/yes</td><td>output a string repeatedly until killed</td></tr> | ||
{{TableEnd}} | {{TableEnd}} | ||
{{PageNeedsUpdates}} | {{PageNeedsUpdates}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 07:21, December 4, 2022
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 | change file mode bits |
/bin/chown | Change file ownership and group membership |
/bin/chroot | TODO |
/bin/cp | copy files and directories |
/bin/cut | remove sections from each line of files |
/bin/date | print or set the system date and time |
/bin/dd | convert and copy a file |
/bin/df | report file system space usage |
/bin/dir | strip last component from file name |
/bin/dirname | strip last component from file name |
/bin/du | estimate file space usage |
/bin/echo | display a line of text |
/bin/env | run a program in a modified environment |
/bin/expr | evaluate expressions |
/bin/false | do nothing, unsuccessfully |
/bin/head | output the first part of files |
/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 | make FIFOs (named pipes) |
/bin/mknod | make block or character special files |
/bin/mktemp | create a temporary file or directory |
/bin/mv | Move a file to a different location on the filesystem. |
/bin/pwd | Output the Present Working Directory. |
/bin/readlink | print resolved symbolic links or canonical file names |
/bin/rm | Remove a file, directory, etc. from the filesystem. |
/bin/rmdir | Remove a directory from the filesystem. |
/bin/seq | print a sequence of numbers |
/bin/sleep | delay for a specified amount of time |
/bin/sort | sort lines of text files |
/bin/stty | change and print terminal line settings |
/bin/sync | Synchronize cached writes to persistent storage |
/bin/tail | output the last part of files |
/bin/touch | Create an empty file on the filesystem. |
/bin/tr | translate or delete characters |
/bin/true | do nothing, successfully |
/bin/tty | print the file name of the terminal connected to standard input |
/bin/uname | print system information |
/bin/vdir | list directory contents |
/bin/wc | print newline, word, and byte counts for each file |
/bin/yes | output a string repeatedly until killed |