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 Feb 9 5:53:24 2012 from 38.107.179.228
[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 hdparm en anglaisMan  en français Man hdparm en français
Man  en anglais Man gettid en anglaisMan  en français Man gettid en français
Man  en anglais Man syslog en anglaisMan  en français Man syslog en français
Man  en anglais Man ferror en anglaisMan  en français Man ferror en français
Man  en anglais Man getgid en anglaisMan  en français Man getgid en français
Man  en anglais Man perror en anglaisMan  en français Man perror en français
Man  en anglais Man getuid en anglaisMan  en français Man getuid en français
Man  en anglais Man memcpy en anglaisMan  en français Man memcpy en français
Man  en anglais Man setpci en anglaisMan  en français Man setpci en français
Man  en anglais Man pstree en anglaisMan  en français Man pstree en français
Man  en anglais Man getegid en anglaisMan  en français Man getegid en français
Man  en anglais Man setgid en anglaisMan  en français Man setgid en français
Man  en anglais Man execve en anglaisMan  en français Man execve en français
Man  en anglais Man gunzip en anglaisMan  en français Man gunzip 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