LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

linux64

alias for setarch linux64, which runs a program with a modified

TLDR

Run command in 64-bit personality
$ linux64 command
copy
Run command with uname emulation
$ linux64 --uname-2.6 command
copy
Run command with verbose output
$ linux64 -v command
copy

SYNOPSIS

linux64 [options] [program [arguments]]

DESCRIPTION

linux64 is an alias for setarch linux64, which runs a program with a modified architecture domain and process personality flags. It is primarily used to set the reported architecture for uname calls and control process execution environment.

PARAMETERS

-v, --verbose

Verbose mode
--uname-2.6
Report kernel version as 2.6.x
-3, --3gb
Limit address space to 3GB (for 32-bit programs)
--addr-no-randomize
Disable address space randomization
--short-inode
Enable short inode mode

INSTALL

sudo apt install util-linux
copy
sudo dnf install util-linux
copy
sudo pacman -S util-linux
copy
sudo apk add util-linux-misc
copy
sudo zypper install util-linux
copy
brew install util-linux
copy
nix profile install nixpkgs#util-linux
copy

CAVEATS

This command is typically used for compatibility purposes when running programs that check the system architecture. It does not actually change the underlying architecture.

HISTORY

linux64 is part of the util-linux package, providing architecture personality modification utilities. The companion command linux32 sets 32-bit personality.

SEE ALSO

setarch(8), linux32(8), uname(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid