linux32
sets the architecture execution domain to 32-bit and runs the specified program
TLDR
This command is an alias of setarch
$ tldr setarch
SYNOPSIS
linux32 [options] [program [arguments]]
DESCRIPTION
linux32 sets the architecture execution domain to 32-bit and runs the specified program. It is equivalent to `setarch linux32` and is used to run 32-bit programs on 64-bit systems with modified personality flags.
