=head1 NAME sys - Reports the compile-time CPU/operating system type =head1 SYNOPSIS =for html
B =for html
=head1 DESCRIPTION The B command displays the string set at compile time that indicates the local machine's CPU/operating system (OS) type, conventionally called the I. This string is the default for the value stored in kernel memory. The Cache Manager substitutes this string for the I<@sys> variable which can occur in AFS pathnames; the I and I explain how using I<@sys> can simplify cell configuration. To set a new value in kernel memory, use the B command. To view the current value set in the kernel, use either B or B. =head1 CAUTIONS You almost always want to use B rather than this command. The B command displays a single value hard-coded at compile time. It does not query the Cache Manager for the current value and it does not report sysname lists. If you have changed the local system type with B, or if you run a version of B compiled differently than the Cache Manager running on the system, the value returned will not match the behavior of the Cache Manager. The only reason to use B is that B wasn't available in older versions of AFS. =head1 OUTPUT The machine's system type appears as a text string: I =head1 EXAMPLES The following example shows the output produced on a Sun Netra T1 running Solaris 10: % sys sun4x_510 =head1 PRIVILEGE REQUIRED None =head1 SEE ALSO L, L The I at L. The I at L. =head1 COPYRIGHT IBM Corporation 2000. All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.