File size: 3,164 Bytes
8ecd256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
                               ==Phrack Inc.==

                     Volume Two, Issue Ten, Phile #4 of 9

                            A Beginner's Guide to:
                                The IBM VM/370
                    (or what to do once you've gotten in)

                        A monograph by Elric of Imrryr
                     Presented by Lunatic Labs UnLimted.

                              KopyRite (K) 1986
                            RePrint what you like
                  Note: This file is formatted for printing
                       on a 80 Column, 55 line printer.






























        PREFACE: What this guide is about.
This was written to help Hackers learn to basics of how to function on an
IBM VM/370. Not as a guide on how to get in, but on how to use it one
you have gotten in.
Comments on this are welcome at RIPCO 312-528-5020.
Note: To VM/370 Hackers, feel free to add to this file, just give myself
& Lunatic Labs credit for our parts.








































        PART 1: Logging in & out
When you connect to a VM/370 system hit RETURN till you see:

VM/370
!

To logon you type:
logon userid ('logon' may be abbreviated to 'l')
If you enter an invalid userid, It will respond with a message:
'userid not in cp directory'.
If it is valid you with get:
ENTER PASSWORD:
Enter your password, then your in, hopefully....

Logging Out:
Type:
log

        PART 2: Loading CMS & Getting set up
When you logon, if you do not see the message 'VM/SP CMS - (date) (time)
you will need to load 'CMS' (CMS in a command interpreter).
Type:
cp ipl cms
You should then see something like this:
R; T=0.01/0.01 08:05:50

Now you will be able to use both CP & CMS commands...
Some system my think you are using an IBM 3270 Terminal, if you can
emulate a 3270 (for example with Crosstalk) do so, if not type:
set terminal typewriter or set terminal dumb

        PART 3: Files
You can list your files by typing:
filelist

Wildcards can be used, so:
filelist t*
list all files beginning with a 't'.
Filenames are made up of a FILENAME and FILETYPE

You can list a file by typing:
listfile filename filetype

Other file commands are: copyfile, erase, and rename, they all work with
FILENAME FILETYPE.

        PART 4: Editing your files
I'm going to keep this down to the basics and only discuss one editor
XEDIT. To use XEDIT type:
xedit filename filetype
Once in XEDIT, enter the command 'input' to enter text, hit a RETURN on
a blank line to return to command mode, then enter the command 'FILE' to
save your file.

        PART 5: Communicating with others on the system
Sending & receiving 'NOTES':
To send a 'NOTE' to another user type:
note userid

You will then be in the XEDIT subsystem, see PART 4.
Once you are done writing your NOTE, save the file and type:
send note

This will send the NOTE to userid.
You can also use the SEND command to send other files by typing:
send filename filetype userid.

Sending messages:
You can use the TELL command to communicate with a user who is current
logged on, type:
tell userid Help me!

        PART 6: Getting Help
Type:
help

        That's it, good luck.