svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
space(5)
space(5) File Formats space(5)
NAME
space - SVR4 package disk space requirement file
DESCRIPTION
space is an ASCII file that gives information about disk space require‐
ments for the target environment. The space file defines space needed
beyond what is used by objects defined in the prototype(5) file for a
given SVR4 package; for example, files which will be installed with the
installf(8) command. The space file should define the maximum amount of
additional space that a SVR4 package will require.
The generic format of a line in this file is:
pathname blocks inodes
Definitions for the fields are as follows:
pathname Specify a directory name which may or may not be the mount
point for a filesystem. Names that do not begin with a
slash ('/') indicate relocatable directories.
blocks Define the number of disk blocks required for installation
of the files and directory entries contained in the path‐
name (using a 512-byte block size).
inodes Define the number of inodes required for installation of
the files and directory entries contained in the pathname.
EXAMPLES
Example 1 A sample space file.
# extra space required by config data which is
# dynamically loaded onto the system
data 500 1
USAGE
The space file is used when installing legacy SVR4 packages created for
older Solaris releases. Packages designed for Solaris 11 and later re‐
leases use the IPS package system instead, and are installed and man‐
aged using the pkg(1) command. There is no direct equivalent to space
files in IPS, as all files to be installed by an IPS package must be
listed in the package manifest, and installation scripts are not sup‐
ported.
SEE ALSO
prototype(5), installf(8)
Oracle Solaris 11.4 3 Jan 2025 space(5)