📄 fitset.8
字号:
.TH fitset 8.SH Namefitset \- determine if subset fits on a system.SH Syntax.B fitset [.B \-d][.I root-path].SH Description.NX R "setld" "subset fits on a system".NX R "kits" "subset fits on a system"The.PN fitsetutility is used to determine if the files in a softwaresubset will fit on a system..PPSubset inventory records areread from the standard input. For each record, the space requiredto installthe file described in that record is deducted from the availablefree space on the file system to which it would be installed.Only currently mounted UFS file systems are used in thecomputations. Space requirements for files already on thedisk will be modified to account for the size of the resident copy.After all records have been read, the free space computedfor all file systems is checked. If the space requiredto install the files would cause any file system to be morethan 90% full, .PN fitset returns an exit status of \-1..PPThe.PN setld utility uses.PN fitsetto size all subsets before attempting to install them.The.I root-pathargument is the pathname of the top directory for the hierarchy intowhich the files are going to be installed. If no.I root-pathis specified, the directory '/' is assumed..SH Options.TP.B \-dEnable debugging. This will make.PN fitsetprint voluminous status information on standard output. Thisinformation is the initial file system statistics, thefile system location of the file from each input record andthe statistics for the file system after the space required toinstall the file has been deducted..SH RestrictionsNFS mounts are ignored. If software would be installed toan NFS mounted directory, it is sized against the file systemcontaining the NFS mount point..PPThe program does not detect the use of symbolic links inpaths to.I root-pathor any of the mount points. This can cause.PN fitsetto size a subset incorrectly if.I root-pathis a symbolic link ora symbolic link exists in the path of any of the pathnamesused with the.PN mountcommand to mount local file systems..SH ExamplesTo determine if a particular subset will fit on the system,redirect the contents of the subset inventory file into.PN fitset . For example:.EX fitset < /usr/etc/subsets/ULTUUCP400.inv.EE.PPTo determine if the same subset will fit in a hierarchyrooted at .PN /var/tmp/root , the command would be:.EX fitset /var/tmp/root < /usr/etc/subsets/ULTUUCP400.inv.EE.SH Diagnostics.B "fitset: root path must be absolute".brA relative pathname was specified for.I root-path.This path must be absolute..PP.B "fitset: cannot stat".I root-path (error message).brThe.I root-pathcannot be accessed. The error message provides more information..PP.B fitset:.I root-path.B is not a directory..brEither.I root-pathis not a directory or it is a symbolic link to somethingwhich is not a directory..SH Files.TP 20.PN /usr/etc/subsets/*.invSubset inventory files.SH See Alsostl_inv(5), setld(8).br.I "Guide to Preparing Software for Distribution on ULTRIX Systems"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -