User Tools

Site Tools


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
plan9front_-_broke_and_slay [2024/08/06 05:21] – %cp hc9plan9front_-_broke_and_slay [2024/09/07 05:49] (current) – fs” ☺ hc9
Line 1: Line 1:
 +===== slay =====
 +
 +The “webfs” process is used to illustrate the “slay” command. The “ps” (''% ps | grep webfs'') command will show the processes.
 +
 +<code>
 +
 +  % webfs
 +  % webfs
 +
 +</code>
 +
 +{{:plan9-slay1.png?nolink|‘rio’ rc, press the middle mouse button to select “send”. Release the middle mouse button to complete the “send” to rc}}
 +
 +<code>
 +
 +  % slay webfs
 +
 +</code>
 +
 +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>