Information About

Linuxism




In some cases, Linuxisms could be considered poor Practice — like any technique that makes unreasonable assumptions about the capabilities provided by the operating system, it leads to reduced Portability .


EXAMPLE


The killall utility on Linux systems has the semantics of Kill ing all processes by name, while Solaris killall kills ''all'' processes currently running.