mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 09:35:44 +02:00
setarch: add Dutch translation (#16605)
* setarch: add Dutch translation * Update pages.nl/linux/setarch.md Co-authored-by: Leon <leonvsc@users.noreply.github.com> --------- Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
parent
5a68ad339d
commit
22dc0f8f71
1 changed files with 25 additions and 0 deletions
25
pages.nl/linux/setarch.md
Normal file
25
pages.nl/linux/setarch.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# setarch
|
||||
|
||||
> Verander de gerapporteerde architectuur voor de uitvoering van een programma, voornamelijk gebruikt om aan te passen hoe programma's zich gedragen op basis van de systeemarchitectuur.
|
||||
> Nuttig voor het testen van compatibiliteit of het draaien van oudere toepassingen.
|
||||
> Meer informatie: <https://manned.org/setarch.8>.
|
||||
|
||||
- Voer een commando uit alsof de machine-architectuur `i686` is (handig voor het draaien van 32-bit applicaties op een 64-bit kernel):
|
||||
|
||||
`setarch i686 {{opdracht}}`
|
||||
|
||||
- Een shell uitvoeren met de `x86_64` architectuur:
|
||||
|
||||
`setarch x86_64 {{bash}}`
|
||||
|
||||
- Schakel de willekeurigheid van de virtuele adresruimte uit:
|
||||
|
||||
`setarch {{linux32}} {{[-R|--addr-no-randomize]}} {{command}}`
|
||||
|
||||
- Toon ondersteunde architecturen:
|
||||
|
||||
`setarch --list`
|
||||
|
||||
- Toon help:
|
||||
|
||||
`setarch {{[-h|--help]}}`
|
Loading…
Add table
Reference in a new issue