User Tools

Site Tools


vps_-_plan9front_-_broke_and_slay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
vps_-_plan9front_-_broke_and_slay [2022/02/19 19:39] hc9vps_-_plan9front_-_broke_and_slay [2022/02/21 19:16] – [broke] hc9
Line 1: Line 1:
-===== Slay =====+===== slay =====
  
 The "webfs" process is used to illustrate the "slay" command. The "ps" (''% ps | grep webfs'') command will show the processes. The "webfs" process is used to illustrate the "slay" command. The "ps" (''% ps | grep webfs'') command will show the processes.
Line 18: Line 18:
 |[[http://doc.cat-v.org/plan_9/2nd_edition/README.html|README (slightly outdated)]] //If you think of it as UNIX, you'll often be frustrated because something doesn't exist or works differently//.| |[[http://doc.cat-v.org/plan_9/2nd_edition/README.html|README (slightly outdated)]] //If you think of it as UNIX, you'll often be frustrated because something doesn't exist or works differently//.|
  
 +===== ps =====
 +
 +<code>
 +
 +  %cpu ps -a|grep webfs
 +
 +</code>
 +
 +===== ns =====
 +
 +''ns -r [ ] [ pid ]''
 +
 +<code>
 +
 +  cpu% ns -r 195
 +
 +</code>
 +
 +===== broke =====
 +
 +<code>
 +
 +  %cpu ps -a|grep Broken
 +
 +</code>
 +
 +''broke [ user ]''
 +
 +<code>
 +
 +  %cpu broke
 +
 +</code>