From 7526e567cd80ceec483ce3546f6fe9897e6ffd48 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 6 Apr 2016 20:40:45 -0400 Subject: --cpu.print --- src/man/firejail.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'src/man') diff --git a/src/man/firejail.txt b/src/man/firejail.txt index 509461f0d..54d2b1e73 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -220,6 +220,34 @@ Example: .br $ firejail \-\-cpu=0,1 handbrake +.TP +\fB\-\-cpu.print=name +Print the CPU cores in use by the sandbox identified by name. +.br + +.br +Example: +.br +$ firejail \-\-name=mygame \-\-caps.drop=all warzone2100 & +.br +[...] +.br +$ firejail \-\-cpu.print=mygame + +.TP +\fB\-\-caps.print=pid +Print the CPU cores in use by the sandbox identified by PID. +.br + +.br +Example: +.br +$ firejail \-\-list +.br +3272:netblue:firejail \-\-private firefox +.br +$ firejail \-\-cpu.print=3272 + .TP \fB\-\-csh Use /bin/csh as default user shell. -- cgit v1.2.3-54-g00ecf