wok-next view coreutils/description.coreutils-file-special.txt @ rev 19893

Up: gpicview, harfbuzz, libfm-extra, libfm, libwmf, libxklavier, libxml++, libzip, lxappearance, lxlauncher, lxrandr, lxtask, pcmanfm, xarchiver; add: lxhotkey, webkit2gtk, webkitgtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 11 21:43:20 2017 +0300 (2017-10-11)
parents 1d0123efe74c
children
line source
1 Coreutils: Core GNU (file, text, shell) utilities.
3 * link: call the link function to create a link to a file
4 * ln: make links between files
5 * mkdir: make directories
6 * mkfifo: make FIFOs (named pipes)
7 * mknod: make block or character special files
8 * mktemp: create a temporary file or directory
9 * readlink: print resolved symbolic links or canonical file names
10 * realpath: print the resolved path
11 * rmdir: remove empty directories
12 * unlink: call the unlink function to remove the specified file