A utility is called large file aware if it can process large files in the same manner as it does small files. A utility that is large file aware is able to handle large files as input and generate as output large files that are being processed. The exception is where additional
files are used as system configuration files or support files that can augment the processing. For example, the file utility supports the -m option for an alternative "magic" file and the -f option for a support file that can contain a list of file names.
It is unspecified whether a utility that is large file aware will accept configuration or support files that are large files. If a large file aware utility does not accept configuration or support files that are large files, it will cause no data loss or corruption upon encountering such files and will
return an appropriate error.
The following /usr/bin utilities are large file aware:
adb | awk | bdiff | cat | chgrp |
chmod | chown | cksum | cmp | compress |
cp | csh | csplit | cut | dd |
dircmp | du | egrep | fgrep | file |
find | ftp | getconf | grep | head |
join | jsh | ksh | ln | ls |
mdb | mkdir | mkfifo | more | mv |
nawk | page | paste | pathchk | pg |
rcp | remsh | rksh | rm | rmdir |
rsh | sed | sh | sort | split |
sum | tail | tar | tee | test |
touch | tr | uncompress | uudecode | uuencode |
wc | zcat | | | |
The following /usr/xpg4/bin utilities are large file aware:
awk | cp | du | egrep | fgrep |
grep | ln | ls | more | mv |
rm | sed | sh | sort | tail |
tr | | | | |
The following /usr/sbin utilities are large file aware:
install | mkfile | mknod | mvdir | swap |
See the USAGE section of the swap(1M) manual page for limitations of swap on block devices greater than 2 Gbyte on a 32-bit
operating system.
The following /usr/ucb utilities are large file aware:
chown | from | ln | ls | sed |
sum | touch | | | |
The /usr/bin/cpio and /usr/bin/pax utilities are large file aware, but cannot archive a file whose size exceeds 8 Gbyte - 1 byte.
The /usr/sbin/crash and /usr/bin/truss utilities have been modified to read a dump file and display information relevant to large files, such as offsets.
|