Unix and Linux Discussions Tagged with sparc |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
15,540 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
25,529 |
Solaris |
|
|
|
3 |
11,800 |
UNIX for Beginners Questions & Answers |
|
|
|
18 |
12,185 |
UNIX for Beginners Questions & Answers |
|
|
|
29 |
18,003 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
6,746 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,476 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,719 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,363 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,756 |
Solaris |
|
|
|
4 |
12,551 |
Red Hat |
|
|
|
33 |
36,648 |
Solaris |
|
|
|
1 |
1,908 |
Shell Programming and Scripting |
|
|
|
16 |
7,496 |
Solaris |
|
|
|
0 |
5,973 |
Solaris |
|
|
|
11 |
6,268 |
Solaris |
|
|
|
1 |
2,174 |
Solaris |
|
|
|
3 |
6,202 |
Solaris |
|
|
|
3 |
10,800 |
Solaris |
|
|
|
9 |
7,660 |
Solaris |
|
|
|
10 |
5,562 |
Shell Programming and Scripting |
|
|
|
9 |
11,736 |
Solaris |
|
|
|
2 |
13,347 |
Solaris |
|
|
|
10 |
5,431 |
Solaris |
|
|
|
4 |
3,541 |
Solaris |
|
|
|
9 |
9,828 |
Solaris |
|
|
|
21 |
16,702 |
Solaris |
|
|
|
4 |
3,983 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
5,294 |
Solaris |
|
|
|
10 |
7,973 |
Solaris |
|
|
|
13 |
19,414 |
Solaris |
|
|
|
8 |
10,203 |
Debian |
|
|
|
17 |
13,593 |
Solaris |
|
|
|
10 |
7,640 |
Solaris |
|
|
|
1 |
4,750 |
BSD |
|
|
|
0 |
7,417 |
Linux |
|
|
|
2 |
4,137 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,130 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
11,074 |
UNIX Desktop Questions & Answers |
|
|
|
5 |
5,036 |
UNIX Desktop Questions & Answers |
machid(1) User Commands machid(1)
NAME
machid, sun, iAPX286, i286, i386, i486, i860, pdp11, sparc, u3b, u3b2, u3b5, u3b15, vax, u370 - get processor type truth value
SYNOPSIS
sun
iAPX286
i386
pdp11
sparc
u3b
u3b2
u3b5
u3b15
vax
u370
DESCRIPTION
The following commands will return a true value (exit code of 0) if you are using an instruction set that the command name indicates.
sun True if you are on a Sun system.
iAPX286 True if you are on a computer using an iAPX286 processor.
i386 True if you are on a computer using an iAPX386 processor.
pdp11 True if you are on a PDP-11/45tm or PDP-11/70tm.
sparc True if you are on a computer using a SPARC-family processor.
u3b True if you are on a 3B20 computer.
u3b2 True if you are on a 3B2 computer.
u3b5 True if you are on a 3B5 computer.
u3b15 True if you are on a 3B15 computer.
vax True if you are on a VAX-11/750tm or VAX-11/780tm.
u370 True if you are on an IBM(R) System/370tm computer.
The commands that do not apply will return a false (non-zero) value. These commands are often used within makefiles (see make(1S)) and
shell scripts (see sh(1)) to increase portability.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO
make(1S), sh(1), test(1), true(1), uname(1), attributes(5)
NOTES
The machid family of commands is obsolete. Use uname -p and uname -m instead.
SunOS 5.11 5 Jul 1990 machid(1)