fileset
A fileset is a packaging unit used by some UNIX-like operating systems to group related files as a single installable unit. In Solaris and related environments, a software package is composed of one or more filesets. Each fileset represents a logical collection of files that share a common purpose, such as a core system component, a library, or a set of utilities. Filesets carry metadata that describes their identity, version, description, installation attributes, and target location in the file system. A package may contain multiple filesets, and deployment can be selective so that only certain filesets are installed or upgraded.
Management and lifecycle of filesets are handled by packaging tools such as those associated with Solaris
Context and scope. The concept of a fileset is characteristic of specific packaging ecosystems and is not
See also. Package management, Solaris operating system, AIX packaging (where similar concepts exist).