Changeset 10727 in hybrid
- Timestamp:
- May 8, 2012, 6:20:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/files/usr/local/www/wlweb/index.cgi
r10724 r10727 22 22 23 23 def processList(): 24 return("<em>ps -a ux</em><br /><pre>%s</pre>" % Popen(["/bin/ps", "-a", "-u", "-x"], stdout=PIPE, shell=False).communicate()[0])24 return("<em>ps -ax</em><br /><pre>%s</pre>" % Popen(["/bin/ps", "-a", "-x"], stdout=PIPE, shell=False).communicate()[0]) 25 25 26 26 def interfaceList():
Note:
See TracChangeset
for help on using the changeset viewer.