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

Next revision
Previous revision
Last revisionBoth sides next revision
vps_-_plan9front_-_broke_and_slay [2022/02/19 17:17] – created 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 15: Line 15:
  
 Press the left mouse button to highlight (grey) the "slay" output text. Press the middle mouse button to select "send". Release the middle mouse button to complete the "send" to rc (''% slay webfs | rc''). Press the left mouse button to highlight (grey) the "slay" output text. Press the middle mouse button to select "send". Release the middle mouse button to complete the "send" to rc (''% slay webfs | rc'').
 +
 +|[[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>