man-page-whitespace-20051220
[openafs.git] / doc / man-pages / pod1 / sys.pod
1 =head1 NAME
2
3 sys - Reports the CPU/operating system type
4
5 =head1 SYNOPSIS
6
7 sys
8
9 =head1 DESCRIPTION
10
11 The B<sys> command displays the string stored in kernel memory that
12 indicates the local machine's CPU/operating system (OS) type. The Cache
13 Manager substitutes the string for the I<@sys> variable which can occur in
14 AFS pathnames; the I<IBM AFS Quick Beginnings> and I<IBM AFS
15 Administration Guide> explain how using I<@sys> can simplify cell
16 configuration.
17
18 The command always reports the value for the local machine only. To set a
19 new value in kernel memory, use the B<fs sysname> command, which like this
20 command can also be used to display the current value.
21
22 =head1 OUTPUT
23
24 The machine's system type appears as a text string:
25
26    I<system_type>
27
28 =head1 EXAMPLES
29
30 The following example shows the output produced on a Sun SPARCStation
31 running Solaris 5.7:
32
33    % sys
34    sun4x_57
35
36 =head1 PRIVILEGE REQUIRED
37
38 None
39
40 =head1 SEE ALSO
41
42 L<fs_sysname(1)>
43
44 I<IBM AFS Quick Beginnings>
45
46 I<IBM AFS Administration Guide>
47
48 =head1 COPYRIGHT
49
50 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
51
52 This documentation is covered by the IBM Public License Version 1.0.  It was
53 converted from HTML to POD by software written by Chas Williams and Russ
54 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.