Linux i386 Command
In this tutorial we learn how to use i386 commmand in Linux. i386 command is
In this tutorial we learn how to use i386 command in Linux. i386 command is
We can use man
and info
command to see the manual page of i386 command.
i386 command also have --help
option to show list of options.
To open man page for i386 command we can use command below. To exit man or info page you can press q
.
man i386
To open info page for i386 command we can use command below.
info i386
To open help page from i386 command we can run command below.
i386 --help
You can find i386 command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
In this tutorial we learn how to use i386 in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.