
LBI-39040 COMMANDS AND SYNTAX
54
NOTES:
cp refuses to copy a file onto itself.
The wildcard character "*" is not supported.
EXAMPLE:
pSH+> cp aug03.exp /temp
pSH+>
pSH+> cp -i aug03.exp /temp
overwrite /temp/aug03.exp? y
pSH+>
The following example copies a log file to a floppy disk.
pSH+> pcmount 1.1
pSH+> cp aug 31.log 1.1/aug31.log
pSH+> umount 1.1
6.2.6. df
df -- displays file system usage
USAGE:
df
DESCRIPTION:
df displays the amount of disk space occupied by currently mounted file systems, the amount of used and available space,
and the amount of the file system's total capacity that has been used.
OPTIONS:
None.
EXAMPLE:
pSH+> pcmount 1.1
pSH+> df
Filesystem kbytes used avail capacity Mounted on
01.01 1440 1244 196 86.389% 01.01/
01.02 1211728 7133 1204595 0.589% /
Kommentare zu diesen Handbüchern