Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 46 lignes de commande disponibles
login as: root
root@213.186.33.18's password:
Last login: Thu Mar 11 1:06:45 2010 from 38.107.191.115
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Sysctl en anglais

SYSCTL(8) SYSCTL(8)
 
NAME


sysctl - configure kernel parameters at runtime
 
SYNOPSIS


sysctl [-n] [-e] variable ... sysctl [-n] [-e] [-q] -w variable=value ... sysctl [-n] [-e] [-q] -p [filename] sysctl [-n] [-e] -a sysctl [-n] [-e] -A
 
DESCRIPTION


sysctl is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/. Procfs is required for sysctl support in Linux. You can use sysctl to both read and write sysctl data.
 
PARAMETERS


variable The name of a key to read from. An example is kernel.ostype. The '/' separator is also accepted in place of a '.'. variable=value To set a key, use the form variable=value where variable is the key and value is the value to set it to. If the value contains quotes or characters which are parsed by the shell, you may need to enclose the value in double quotes. This requires the -w parameter to use. -n Use this option to disable printing of the key name when print- ing values. -e Use this option to ignore errors about unknown keys. -N Use this option to only print the names. It may be useful with shells that have programmable completion. -q Use this option to not display the values set to stdout. -w Use this option when you want to change a sysctl setting. -p Load in sysctl settings from the file specified or /etc/sysctl.conf if none given. Specifying - as filename means reading data from standard input. -a Display all values currently available. -A Display all values currently available in table form.
 
EXAMPLES


/sbin/sysctl -a /sbin/sysctl -n kernel.hostname /sbin/sysctl -w kernel.domainname="example.com" /sbin/sysctl -p /etc/sysctl.conf
 
FILES


/proc/sys /etc/sysctl.conf
 
SEE ALSO


sysctl.conf(5)
 
BUGS


The -A parameter behaves just as -a does.
 
AUTHOR


George Staikos, 21 Sep 1999 SYSCTL(8)


 Dernières recherches
Man  en anglais Man sysctl en anglaisMan  en français Man sysctl en français
Man  en anglais Man execlp en anglaisMan  en français Man execlp en français
Man  en anglais Man inet_addr en anglaisMan  en français Man inet_addr en français
Man  en anglais Man cut en anglaisMan  en français Man cut en français
Man  en anglais Man sscanf en anglaisMan  en français Man sscanf en français
Man  en anglais Man strstr en anglaisMan  en français Man strstr en français
Man  en anglais Man time en anglaisMan  en français Man time en français
Man  en anglais Man rpc en anglaisMan  en français Man rpc en français
Man  en anglais Man timezone en anglaisMan  en français Man timezone en français
Man  en anglais Man select en anglaisMan  en français Man select en français
Man  en anglais Man proc en anglaisMan  en français Man proc en français
Man  en anglais Man times en anglaisMan  en français Man times en français
Man  en anglais Man execvp en anglaisMan  en français Man execvp en français
Man  en anglais Man pts en anglaisMan  en français Man pts en français
Man  en anglais Man bootparam en anglaisMan  en français Man bootparam 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