summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/dtracetoolkit/Examples/uname-a_example.txt
blob: 281033dc8721b8ff273f10921920577d6590ac95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The following is a demonstration of the uname.d script,


Here we run the usual "uname -a" command and compare the output to that
given by the uname.d script,

   # uname -a
   SunOS jupiter 5.10 Generic i86pc i386 i86pc
   
   # ./uname-a.d
   SunOS jupiter 5.10 Generic i86pc i386 i86pc

The output is the same. uname-a.d is intended as a demonstration script,
and as a starting point for other scripts.

OpenPOWER on IntegriCloud