My RHEL Notes

From Got Opinion Wiki
Revision as of 08:34, 28 September 2011 by Paul (talk | contribs) (Created page with "== general notes == $ cmd [-opt] [arguments] cmd uses $PATH and arguments uses $PWD. Arguments are local to current working directory Press TAB TAB to list available commands ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

general notes

$ cmd [-opt] [arguments]

cmd uses $PATH and arguments uses $PWD. Arguments are local to current working directory

Press TAB TAB to list available commands in $PATH or list available arguments in $PWD.

managing system resources

Ctrl+Z
jobs
fg %[job #]
ps [-fax]

Process Status can be suspended (S+PROCESS STATE CODES in $ ps man page to view), stopped (T), running (R+), zombie

running process is flagged to be scheduled in CPU cycles

  1. ps -ax

Command column square brackets [ ] mean kernel started process.