Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Thu May 24 23:10:11 2012 from 38.107.179.226
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Chrt en anglais

CHRT(1) Linux User's Manual CHRT(1)
 
NAME


chrt - manipulate real-time attributes of a process
 
SYNOPSIS


chrt [options] prio command [arg]... chrt [options] -p [prio] pid
 
DESCRIPTION


chrt(1) sets or retrieves the real-time scheduling attributes of an existing PID or runs COMMAND with the given attributes. Both policy (one of SCHED_OTHER, SCHED_FIFO, SCHED_RR, or SCHED_BATCH) and priority can be set and retrieved. The SCHED_BATCH policy is supported since Linux 2.6.16.
 
OPTIONS


-p, --pid operate on an existing PID and do not launch a new task -b, --batch set scheduling policy to SCHED_BATCH -f, --fifo set scheduling policy to SCHED_FIFO -m, --max show minimum and maximum valid priorities, then exit -o, --other set policy scheduling policy to SCHED_OTHER -r, --rr set scheduling policy to SCHED_RR (the default) -h, --help display usage information and exit -v, --version output version information and exit
 
USAGE


The default behavior is to run a new command:: chrt prio command [arguments] You can also retrieve the real-time attributes of an existing task: chrt -p pid Or set them: chrt -p prio pid
 
PERMISSIONS


A user must possess CAP_SYS_NICE to change the scheduling attributes of a process. Any user can retrieve the scheduling information.
 
AUTHOR


Written by Robert M. Love.
 
COPYRIGHT


Copyright (C) 2004 Robert M. Love This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
SEE ALSO


taskset(1), nice(1), renice(1) See sched_setscheduler(2) for a description of the Linux scheduling scheme.
 
AVAILABILITY


The chrt command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. schedutils Apr 2003 CHRT(1)


 Dernières recherches
Man  en anglais Man chrt en anglaisMan  en français Man chrt en français
Man  en anglais Man cpio en anglaisMan  en français Man cpio en français
Man  en anglais Man chgrp en anglaisMan  en français Man chgrp en français
Man  en anglais Man chfn en anglaisMan  en français Man chfn en français
Man  en anglais Man chcon en anglaisMan  en français Man chcon en français
Man  en anglais Man charsets en anglaisMan  en français Man charsets en français
Man  en anglais Man charmap en anglaisMan  en français Man charmap en français
Man  en anglais Man chage en anglaisMan  en français Man chage en français
Man  en anglais Man cfsetospeed en anglaisMan  en français Man cfsetospeed en français
Man  en anglais Man cfsetispeed en anglaisMan  en français Man cfsetispeed en français
Man  en anglais Man cfmakeraw en anglaisMan  en français Man cfmakeraw en français
Man  en anglais Man cfdisk en anglaisMan  en français Man cfdisk en français
Man  en anglais Man llseek en anglaisMan  en français Man llseek en français
Man  en anglais Man cexp en anglaisMan  en français Man cexp en français
Man  en anglais Man ceil en anglaisMan  en français Man ceil en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher