mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
prctl: add French translation (#9392)
This commit is contained in:
parent
042195f754
commit
0e163b1d5e
3 changed files with 22 additions and 6 deletions
16
pages.fr/sunos/prctl.md
Normal file
16
pages.fr/sunos/prctl.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# prctl
|
||||||
|
|
||||||
|
> Obtenir ou définir les contrôles de ressources des processus, tâches et projets en cours d'exécution.
|
||||||
|
> Plus d'information : <https://www.unix.com/man-page/sunos/1/prctl>.
|
||||||
|
|
||||||
|
- Examiner les limites et les autorisations des processus :
|
||||||
|
|
||||||
|
`prctl {{pid}}`
|
||||||
|
|
||||||
|
- Examiner les limites et les autorisations de processus dans un format analysable par machine :
|
||||||
|
|
||||||
|
`prctl -P {{pid}}`
|
||||||
|
|
||||||
|
- Obtenir une limite spécifique pour un processus en cours d'exécution :
|
||||||
|
|
||||||
|
`prctl -n process.max-file-descriptor {{pid}}`
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
- செயல்முறை வரம்புகள் மற்றும் அனுமதிகளை ஆய்வு செய்:
|
- செயல்முறை வரம்புகள் மற்றும் அனுமதிகளை ஆய்வு செய்:
|
||||||
|
|
||||||
`prctl {{PID}}`
|
`prctl {{pid}}`
|
||||||
|
|
||||||
- இயந்திர பாகுபடுத்தக்கூடிய வடிவத்தில் செயல்முறை வரம்புகள் மற்றும் அனுமதிகளை ஆய்வு செய்:
|
- இயந்திர பாகுபடுத்தக்கூடிய வடிவத்தில் செயல்முறை வரம்புகள் மற்றும் அனுமதிகளை ஆய்வு செய்:
|
||||||
|
|
||||||
`prctl -P {{PID}}`
|
`prctl -P {{pid}}`
|
||||||
|
|
||||||
- இயங்கும் செயல்முறைக்கான குறிப்பிட்ட வரம்பைப் பெறுங்கள்:
|
- இயங்கும் செயல்முறைக்கான குறிப்பிட்ட வரம்பைப் பெறுங்கள்:
|
||||||
|
|
||||||
`prctl -n process.max-file-descriptor {{PID}}`
|
`prctl -n process.max-file-descriptor {{pid}}`
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
- Examine process limits and permissions:
|
- Examine process limits and permissions:
|
||||||
|
|
||||||
`prctl {{PID}}`
|
`prctl {{pid}}`
|
||||||
|
|
||||||
- Examine process limits and permissions in machine parsable format:
|
- Examine process limits and permissions in machine parsable format:
|
||||||
|
|
||||||
`prctl -P {{PID}}`
|
`prctl -P {{pid}}`
|
||||||
|
|
||||||
- Get specific limit for a running process:
|
- Get specific limit for a running process:
|
||||||
|
|
||||||
`prctl -n process.max-file-descriptor {{PID}}`
|
`prctl -n process.max-file-descriptor {{pid}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue