]> err.no Git - util-linux/commitdiff
ionice: add a note about permissions to ionice.1
authorKarel Zak <kzak@redhat.com>
Thu, 20 Sep 2007 12:33:31 +0000 (14:33 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 20 Sep 2007 12:33:31 +0000 (14:33 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/ionice.1

index 4697ff1789a4f6add3d79136c71380582609cd75..8203a5eb41767cf0f997778fbdb8f1b9e593c8cc 100644 (file)
@@ -13,7 +13,8 @@ this writing, Linux supports 3 scheduling classes:
 A program running with idle io priority will only get disk time when no other
 program has asked for disk io for a defined grace period. The impact of idle
 io processes on normal system activity should be zero. This scheduling
-class does not take a priority argument.
+class does not take a priority argument. This scheduling class is not
+permitted for an ordinary (i.e., non-root) user.
 
 \fBBest effort\fR.
 This is the default scheduling class for any process that hasn't asked for
@@ -27,7 +28,8 @@ The RT scheduling class is given first access to the disk, regardless of
 what else is going on in the system. Thus the RT class needs to be used with
 some care, as it can starve other processes. As with the best effort class,
 8 priority levels are defined denoting how big a time slice a given process
-will receive on each scheduling window.
+will receive on each scheduling window. This scheduling class is not
+permitted for an ordinary (i.e., non-root) user.
 
 If no arguments or just \fI-p\fR is given, \fIionice\fR will query the
 current io scheduling class and priority for that process.