Red Hat Linux

Introduction

Red Hat Enterprise Linux (often abbreviated to RHEL) is a Linux distribution produced by Red Hat and targeted toward the commercial market, including mainframes.

Notes

Process Management

  1. Kill all processes by userid:
    % sudo kill -9 `ps -u <userid> -o "pid="`
    
  2. Kill all processes by processname:
    % sudo kill -9 `ps -C <processname> -o "pid="`
    

References

  1. http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux
  2. http://www.redhat.com/rhel/
  3. http://www.redhat.com/
  4. https://www.redhat.com/docs/manuals/enterprise/
  5. http://kbase.redhat.com/faq/
  6. Rosanna Yuen, "Integrating your applications into the desktop, Part 1". Red Hat Magazine, October 12, 2005. http://www.redhat.com/magazine/012oct05/features/freedesktop/ (accessed July 8, 2008)
  7. Rosanna Yuen, "Integrating applications into the desktop, part 2". Red Hat Magazine, November 13, 2005. http://www.redhat.com/magazine/013nov05/features/freedesktop/ (accessed July 8, 2008)
  8. http://www.whylinuxisbetter.net/