Define UnixWare
UnixWare manages resources at the process level. Each resource allocated to the application is actually allocated to the process representing the application. Child processes may inherit data and attributes from the parent process pertaining to system and application settings.IDs, signals, masks, resource limits, nice value, class, and priority for scheduling are among some of the many attributes the child and parent share. In addition, directory information such as root and current working are inherited by the child process.