wok
annotate coreutils-file-special/description.txt @ rev 24731
updated libdvdread and libdvdread-dev (6.0.2 -> 6.1.2)
author |
Hans-G?nter Theisgen |
date |
Tue Mar 15 17:30:53 2022 +0100 (2022-03-15) |
parents |
|
children |
|
rev |
line source |
al@19215
|
1 Coreutils: Core GNU (file, text, shell) utilities.
|
al@19215
|
2
|
al@19215
|
3 * link: call the link function to create a link to a file
|
al@19215
|
4 * ln: make links between files
|
al@19215
|
5 * mkdir: make directories
|
al@19215
|
6 * mkfifo: make FIFOs (named pipes)
|
al@19215
|
7 * mknod: make block or character special files
|
al@19215
|
8 * mktemp: create a temporary file or directory
|
al@19215
|
9 * readlink: print resolved symbolic links or canonical file names
|
al@19215
|
10 * realpath: print the resolved path
|
al@19215
|
11 * rmdir: remove empty directories
|
al@19215
|
12 * unlink: call the unlink function to remove the specified file
|