x86_64
Run programs in x86_64 architecture mode
TLDR
TLDR
This command is an alias for setarch x86_64.
View documentation for the original command
$ tldr setarch
SYNOPSIS
x86_64 [options] [program [arguments]]
DESCRIPTION
x86_64 is a symlink to setarch that runs a program with the reported architecture set to x8664. It is equivalent to running **setarch x8664**.
This is typically used on 64-bit systems to ensure programs detect and run in 64-bit mode, though on native x86_64 systems this is usually the default behavior.
