home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / phrk3 / phrack35.8 < prev    next >
Text File  |  1992-09-26  |  73KB  |  1,929 lines

  1.  
  2.  
  3.                                 ==Phrack Inc.==
  4.  
  5.                 Volume Three, Issue Thirty-five, File 8 of 13
  6.  
  7.  
  8. +=========================================================================+
  9.                                                                            
  10.  
  11.                    A Beginners Guide to Novell Netware 386                 
  12.  
  13.                                                                            
  14.  
  15.                              Brought to you by:                            
  16.  
  17.                                                                            
  18.  
  19.                                  The Butler                                
  20.  
  21.  
  22. +=========================================================================+
  23.  
  24. As most of you know NOVELL is the most popular PC network software around,with
  25. that being the case I decided to put together a little file on just what you
  26. can do with a NOVELL network.
  27.  
  28. * The information in this file is primarily for NOVELL NETWARE 386 networks!!!
  29. If you have NOVELL NETWARE 286 some of this information may not be correct.
  30.  
  31. When the word "Network" is mentioned in this file I am referring to a PC-based
  32. network or LAN (Local Area Network).
  33.  
  34. If you are not familiar with the concept of a "Network" I would suggest you
  35. first get acquainted with it by either picking up a good book or if you have
  36. access to one, go exploring.
  37.  
  38. This file is for those who have some experience with networks and or the
  39. concept of a network.
  40.  
  41. (----------------------------------------------------------------------------)
  42.  
  43. Variations in Setups:
  44.  
  45. Every network is setup differently is some way.  Even within the same company
  46. two different networks may be setup different.  The differences may be slight
  47. or major and can consist of everything from menus to naming conventions.
  48.  
  49. Companies that install networks as a business are inconsistent with their
  50. setups also because every network technician does things differently and every
  51. customer wants things to be a certain way.
  52.  
  53. Keep this idea in mind when exploring different networks because most likely
  54. the setup will be different from network to network.
  55.  
  56. (----------------------------------------------------------------------------)
  57.  
  58. Terminology:
  59.  
  60.  Bindery-- A database that contains definitions of entities such as users
  61.            groups, and workgroups.  The bindery is comprised of three
  62.            components: objects, properties, and property data sets.
  63.  
  64.  Console-- The monitor and keyboard at which you actually control fileserver
  65.            activity.
  66.  
  67.  File Server-- The Computer that the Network software, applications, and some
  68.                data reside on.  (Usually a very powerful one, i.e. Compaq 486
  69.                with 1 gigabyte of storage).
  70.  
  71.  Groups-- A means of dealing with users collectively rather than individually.
  72.           i.e. Word Processing, Accounting.
  73.  
  74.  LAN-- Local Area Network
  75.  
  76.  Login Script-- Similar to autoexec.bat, contains commands that initialize
  77.                 environmental variables, map network drives, and control the
  78.                 user's program execution.
  79.  
  80.  Netware-- Novell's Network Operating System.
  81.  
  82.  Netwire-- Novell's on-line information service, accessible via Compuserve.
  83.  
  84.  Network-- A group of computers that can communicate with each other.
  85.  
  86.  NIC-- Network Interface Card
  87.  
  88.  Novell-- Software Manufacturer
  89.  
  90.  Objects-- any physical or logical entities, including users, user groups,
  91.            workgroups, file servers, print servers, or any other entity that
  92.            has been given a name.
  93.  
  94.  Print Server-- A computer dedicated to controlling all jobs for a specified
  95.                 printer.
  96.  
  97.  Properties-- the characteristics of each bindery object.  Passwords, account
  98.               restrictions, account balances, internetwork addresses, list of
  99.               authorized clients, and group members are all properties.
  100.  
  101.  Property Data Sets-- the values assigned to an entity's bindery properties.
  102.  
  103.  Rights-- Rights control which directories and files a user or group can
  104.           access and what the user or group is allowed to do with those
  105.           directories and files.
  106.  
  107.  User-- Any person allowed to work on the network.
  108.  
  109.  WAN-- Wide Area Network
  110.  
  111.  Workstation-- Any usable computer connected to a network.
  112.  
  113. (----------------------------------------------------------------------------)
  114.  
  115. Netware Environment:
  116.  
  117. The SYS:SYSTEM directory is used for system administration and contains
  118. operating system files, NetWare utilities, and programs reserved for
  119. SUPERVISOR.
  120.  
  121. The SYS:PUBLIC directory is used for general access and contains NetWare
  122. utilities and programs for regular network users.
  123.  
  124. The SYS:LOGIN directory contains the programs necessary for logging in.
  125.  
  126. The SYS:MAIL directory is used by NetWare-compatible mail programs.  This
  127. directory also has and ID number subdirectory for each user that contains
  128. the user login script and print job configurations.
  129.  
  130. (----------------------------------------------------------------------------)
  131.  
  132. Breaches in Security:
  133.  
  134. Set Allow Unencrypted Passwords=on/off.
  135.  
  136. Enter this command from the "CONSOLE".
  137.  
  138. By changing this command you will disable the encryption scheme which will
  139. then allow you to sniff passwords from the cables between workstations and
  140. servers.
  141.  
  142. By default Netware comes with usernames GUEST and SUPERVISOR that have no
  143. passwords.
  144.  
  145. Also try names like TAPE, BACKUP, SERVER, REMOTE, CONNECT, NOVELL, etc...  If
  146. you have access to an existing account use SYSCON to get a list of all the user
  147. names, most likely there will be one or two accounts that don't have passwords.
  148.  
  149. Also on some of these accounts that do not have passwords, part of their logon
  150. process is the execution of a batch file that executes the individual software
  151. i.e. backup.  A batch file is a batch file so if its not disabled do the old
  152. CTRL-C to break out of the batch file and roam around.  Some accounts like the
  153. backup account must have supervisor rights so that everything can be backed up.
  154. So if you can break out of one of these you can roam the whole Network.
  155.  
  156. There are also a few neat little programs out there in cyberspace that will
  157. make your task of getting access a little easier:
  158.  
  159.         1.  THIEFNOV.ZIP ===> THIEFNOV is a TSR that will capture usernames
  160.                               and passwords from a workstation on Novell
  161.                               Networks. The Thief works by hiding in a user's
  162.                               autoexec.bat file, and executing every time
  163.                               someone tries to login to the network.  The Thief
  164.                               captures their username and password and saves
  165.                               them in a hidden file in the root directory of
  166.                               their C: drive.
  167.  
  168.         2.  TEMPSUP.ZIP ====> TEMPSUP is a utility that will create a user for
  169.                               you to play with.  TEMPSUP comes with two
  170.                               programs, an executable and a NLM module. The
  171.                               executable can be run by any user with access to
  172.                               DOS but only gives you the rights of that user.
  173.                               But, the NLM module can be loaded at the Console
  174.                               and will give you Supervisor Rights to the whole
  175.                               Network. The syntax is "Tempsup_username to be
  176.                               created" i.e. f:> tempsup hacker <return>.
  177.  
  178.         3.  NETCRACK.ZIP ===> NETCRACK is a brute force hacking program
  179.                               designed for Novell.  NETCRACK can be run with
  180.                               out login in to the network but by just loading
  181.                               ipx and netx.  NETCRACK starts with AAA and goes
  182.                               from there trying to guess the password for any
  183.                               user.  The syntax is "netcrack_username <return>.
  184.  
  185.  
  186. These are the only programs I know of made especially for Novell and I have
  187. personally tried them all out with excellent results.
  188.  
  189. If you do get access to a Novell Network and you are not sure what to do, then
  190. go to the F:\PUBLIC directory and type HELP.  Novell comes with an online help
  191. system that uses FOLIO Infobases.  The HELP system is very easy to navigate
  192. through and is better that the actual Novell Manuals.  You can even download
  193. the programs NFOLIO.COM & NFOLIO.EXE and the infobases *.NFO to your local PC
  194. to examine further.
  195.  
  196. If you are using the brute force hacking method Novell will stop you dead in
  197. your tracks if the Intruder Detection/Lockout option has been enabled because
  198. after 3 unsuccessful login attempts the account is locked until a supervisor
  199. resets it.
  200.  
  201. Intruder Detection/Lockout options are as follows:
  202.  
  203.         Detect Intruders:                       Yes/No
  204.         Intruder Detection Threshold
  205.         Incorrect Login Attempts:               #
  206.         Bad Login Count Retention Time:         # Days    # Hours   # Minutes
  207.  
  208.         Lock Account After Detection:           Yes/No
  209.                 Length of Account Lockout:      # Days    # Hours   # Minutes
  210.  
  211.  
  212. The following restrictions are optional for every user account:
  213.  
  214.         Account Disabled:                       Yes/No
  215.         Account Has Expiration Date:            Yes/No
  216.                 Date Account Expires:
  217.         Limit Concurrent Connections:           Yes/No
  218.                 Maximum Connections:
  219.         Allow User To Change Password           Yes/No
  220.         Require Password:                       Yes/No
  221.                 Minimum Password Length:
  222.         Force Periodic Password Changes:        Yes/No
  223.                 Days Between Forced Changes:
  224.                 Date Password Expires:
  225.                 Limit Grace Logins:             Yes/No
  226.                         Grace Logins Allowed:
  227.                         Remaining Grace Logins:
  228.         Require Unique Passwords:               Yes/No
  229.  
  230.  
  231. Novell can also be setup so that users can only logon during certain hours,
  232. i.e. 8 a.m. - 5 p.m. Monday thru Friday.
  233.  
  234. Trustee Assignments grant rights to specific users (or groups) that allow
  235. them to use a file or directory in particular ways (i.e., only for reading)
  236. The network supervisor can select the appropriate rights to assign to users
  237. or groups in each directory or file.
  238.  
  239. A trustee assignment automatically grants users the right to see to the root of
  240. a directory.  However, the users can't see any of the subdirectories unless
  241. they also have been granted rights in the subdirectories.
  242.  
  243. Inherited Rights Masks are given to each file and directory when they are
  244. created.  The default Inherited Rights Mask includes all rights. But this does
  245. not mean that users have all rights; users can only use rights that they been
  246. granted in trustee assignments.
  247.  
  248. If the Inherited Rights Mask is modified for a file or subdirectory below the
  249. original trustee assignment, the only rights the user can "inherit" for the
  250. file or subdirectory are rights that are allowed by the Inherited Rights Mask.
  251. For example, if a user is granted Read right with a directory trustee
  252. assignment, the right to read files in a subdirectory could be revoked by
  253. having the Read right removed from the subdirectory's Inherited Rights Mask.
  254.  
  255. Both trustee assignments and Inherited Rights Masks use the same eight trustee
  256. rights to control access to directories and file.
  257.  
  258. S -- Supervisory
  259.  
  260.         Supervisory right grants all rights to the directory or file.  At the
  261.         directory level, this right grants all rights to the directory and to
  262.         any files, subdirectories, or subdirectory files in that directory.
  263.         The Supervisory right overrides any restrictions placed on subdirs or
  264.         files with Inherited Rights Masks.  Users who have the Supervisory
  265.         right in a directory can grant other users Supervisory rights to the
  266.         directory, its files, and subdirectories.
  267.  
  268.         Once the Supervisory right has been granted, it can be revoked only
  269.         from the directory is was granted to.  It cannot be revoked in a
  270.         file or subdirectory.
  271.  
  272. R -- Read
  273.  
  274.         Read right allows users to open and read files.  At the directory
  275.         level this right allows users to open files in a directory and read
  276.         the contents or run the program.  At the file level, this right allows
  277.         users to open and read the file (even when the right has been revoked
  278.         at the directory level).
  279.  
  280. W -- Write
  281.  
  282.         Write right allows users to write to files.  At the directory level,
  283.         this right allows users to open and write to (modify the contents of)
  284.         file in the directory.  At the file level, this right allows users
  285.         to open and write to the file (even if the right has been revoked at
  286.         the directory level).
  287.  
  288. C -- Create
  289.  
  290.         Create right allows users to create directories and files.  At the
  291.         directory level, this right allows users to create files and
  292.         subdirectories in the directory.  At the file level, this right
  293.         allows users to salvage a file after it has been deleted.
  294.  
  295. E -- Erase
  296.  
  297.         Erase right allows users to delete directories and files.  At the
  298.         directory level, this right allows users to delete a directory as well
  299.         as any files, subdirectories, and subdirectory files in that
  300.         directory.  At the file level, this right allows users to delete the
  301.         file (even when the right has been revoked at the directory level).
  302.  
  303. M -- Modify
  304.  
  305.         Modify right allows users to change directory and file attribute sand
  306.         to rename subdirectories and files. At the directory level, this right
  307.         allows users to change the attributes of and rename any file, subdir,
  308.         or subdirectory file in that directory. At the file level, this right
  309.         allows users to change the file's attributes or to rename the file
  310.         (even when the right has been revoked at the directory level).
  311.  
  312. F -- File Scan
  313.  
  314.         File Scan right allows users to see files.  At the directory level,
  315.         this right allows users to see files and subdirectories in a
  316.         directory.  At the file level, this right allows users to see the file
  317.         (even when the right has been revoked at the directory level).
  318.  
  319. A -- Access Control
  320.  
  321.         Access Control right allows users to modify trustee assignments and
  322.         Inherited Rights Masks.
  323.  
  324. (----------------------------------------------------------------------------)
  325.  
  326. As a network user, you should be familiar with the operation of the personal
  327. computer you are using.  If you have an IBM PC-type workstation, you should
  328. also be familiar with basic Disk Operating System (DOS) commands.
  329.  
  330. User Basics is divided into the following ten sections.  The first section
  331. explains basic networking concepts and gives an overview of how a NetWare
  332. network operates.
  333.  
  334. The second section introduces the NetWare menu and command line utilities and
  335. explains how to use them.
  336.  
  337. The next seven sections explain some basic network tasks:
  338.  
  339. o   Booting up
  340. o   Logging in and out
  341. o   Creating your login script
  342. o   Mapping your drives
  343. o   Sending messages
  344. o   Managing files and directories
  345. o   Printing
  346.  
  347. Some basic troubleshooting hints are covered under "What If ..." at the end of
  348. each of these modules and are also listed in the index.
  349.  
  350. The last section lists some common error messages and how to respond to them.
  351.  
  352. This booklet does not explain how to perform every network task or how to use
  353. every available network command.  For complete explanations of all network
  354. tasks and commands, see NetWare v3.11 Utilities Reference.
  355.  
  356. INTRODUCTION TO NETWARE
  357.  
  358. If your personal computer is part of a NetWare network, it is connected to
  359. other computers and peripherals.  You can share files and resources and
  360. communicate with others in your workgroup, thus increasing productivity.
  361.  
  362. This introduction answers the following questions about using a NetWare
  363. network:
  364.  
  365. o   What is a NetWare network?
  366. o   How does a network operate?
  367. o   How are files stored on a network?
  368. o   Who can use the network?
  369. o   How is information protected on a network?
  370.  
  371. WHAT IS A NETWARE NETWORK?
  372.  
  373. A NetWare network is a group of computers (such as IBM PCs or Macintoshes)
  374. that are linked together so they can communicate and share resources.
  375.  
  376. Network users, each working on a different personal computer, can communicate
  377. with each other via the network.  They can also share network resources (hard
  378. disks on the file server, data, applications, and printers) and use any service
  379. the network provides (for example, access to a mainframe system).
  380.  
  381. HOW DOES A NETWORK OPERATE?
  382.  
  383. To understand how a network operates, you must know about the principal
  384. components of a network: the file server, the workstations, and the software
  385. that runs on each----NetWare and operating systems like DOS, OS/2, VMS, UNIX,
  386. and the Macintosh operating system.
  387.  
  388. Beyond these basic components, a NetWare network can incorporate mainframe
  389. computers, backup devices, modem pools, and different types of servers (such as
  390. file servers, print servers, or archive servers).
  391.  
  392. The Network Workstations and DOS
  393.  
  394. Workstations are the personal computers on which network users do their work.
  395. Workstations are used much like non-networked personal computers.  The only
  396. difference is that they can access files from more than just the local drives.
  397. Each workstation processes its own files and uses its own copy of DOS.
  398.  
  399. The Network File Server and NetWare
  400.  
  401. The file server is a personal computer that uses the NetWare operating system
  402. to control the network.  The file server coordinates all of the workstations
  403. and regulates the way they share network resources.  It regulates who can
  404. access which files, who can make changes to data, and who can use the printer
  405. first.
  406.  
  407. All network files are stored on a hard disk in or attached to the file server,
  408. instead of on diskettes or hard disks in individual workstations.
  409.  
  410. The NetWare Workstation
  411.  
  412. Workstations use two pieces of software to communicate with the file server,
  413. the shell and a protocol.  The shell must be loaded into each workstation
  414. before that workstation can function on the network.
  415.  
  416. The NetWare shell, either NET3 or NET4 (depending on whether you are using DOS
  417. 3.x or 4.x), directs workstation requests to DOS or NetWare.  When a
  418. workstation makes a request (asks to do a task), the shell decides if it is a
  419. workstation task (to be directed to DOS) or a network task (to be directed to
  420. NetWare).  If the request is a workstation task (such as using the DOS DIR
  421. command to list the files in a local directory), DOS should handle the request.
  422. If the request is a network task (such as printing a job on a network printer),
  423. NetWare should handle the request.  The shell sends the request to the
  424. appropriate operating system, somewhat like a railroad track switcher sends
  425. trains to the proper destination.
  426.  
  427. The workstation shell uses another file, IPX.COM, to send network messages to
  428. the file server and, in some cases, directly to other network stations.  This
  429. IPX protocol is the language the workstation uses to communicate with the file
  430. server.
  431.  
  432. HOW ARE FILES STORED ON A NETWORK?
  433.  
  434. All network information is stored on the file server's hard disk.  The system
  435. for storing that information is called the "directory structure."
  436.  
  437. The NetWare directory structure, or storage system, is organized into
  438.  
  439. o   File servers, which contain one or more
  440. o   Volumes, which can span several hard disks and are divided into
  441. o   Directories, which can contain other directories (subdirectories) and
  442. o   Files.
  443.  
  444. A directory structure can be compared to a filing cabinet system.
  445.  
  446. o   The file server corresponds to the filing cabinet.
  447.  
  448. o   The volumes correspond to the filing cabinet drawers.  Each file server
  449.     has at least one volume, the SYS volume, which is created when the server
  450.     is installed.  In NetWare v3.11, however, one volume can span several
  451.     hard disks.
  452.  
  453. o   The directories correspond to the hanging folders within the filing
  454.     cabinet drawers.  You can create and delete directories to suit your
  455.     organizational needs, much as you insert hanging folders into, and remove
  456.     them from, a filing cabinet.
  457.  
  458. o   Directories can contain other directories, which are sometimes referred
  459.     to as "subdirectories.  These directories within a directory then
  460.     correspond to the manila folders inside the hanging folders.  They divide
  461.     directories into smaller units, just as manila folders divide hanging
  462.     folders into smaller units.
  463.  
  464. o   And finally, directories contain actual files, just as manila folders
  465.     contain individual documents.  A file might be a letter or a list of
  466.     addresses.  When you save information in a file, you give the file a
  467.     unique name so you can retrieve it later.
  468.  
  469. WHO CAN USE THE NETWORK?
  470.  
  471. Before being able to work on the network, a person must be designated as a
  472. network user.  Network users can be assigned four levels of responsibility on
  473. the network.
  474.  
  475. o   Regular network users
  476.  
  477. o   Operators (file server console operators, print queue operators, print
  478.     server operators)
  479.  
  480. o   Managers (workgroup managers, user account managers)
  481.  
  482. o   Network supervisors
  483.  
  484. Regular network users are the people who work on the network.  They can run
  485. applications and work with files according to the rights assigned to them.
  486.  
  487. Operators are regular network users who have been assigned additional   
  488. privileges.  For example, a file server console operator is a network user
  489. who is given specific rights to use the FCONSOLE utility.
  490.  
  491. Managers are users who have been given responsibility for creating and/or
  492. managing other users.  Workgroup managers can create and manage users; user
  493. account managers can manage, but not create, users.  Managers function as
  494. supervisors over a particular group, but they do not have supervisor
  495. equivalence.
  496.  
  497. Network supervisors are responsible for the smooth operation of the whole
  498. network.  Network supervisors maintain the system, restructuring and updating
  499. it as needed.  Supervisors may also teach regular network users how to use the
  500. network.
  501.  
  502. HOW IS INFORMATION PROTECTED ON A NETWORK?
  503.  
  504. All information on a NetWare network is stored in a central location---the file
  505. server's hard disk.  However, all users should not be able to access all
  506. information (such as payroll files).  In addition, users should not always be
  507. able to access the same data file at the same time; otherwise, they may
  508. overwrite each other's work.
  509.  
  510. To prevent problems like these, NetWare provides an extensive security system
  511. to protect the data on the network.
  512.  
  513. NetWare security consists of a combination of the following:
  514.  
  515. o   Login security
  516.  
  517.     Login security includes creating usernames and passwords and imposing
  518.     station, time, and account restrictions on users.
  519.  
  520. o   Trustee rights (privileges) assigned to users
  521.  
  522.     Trustee rights control which directories and files a user can access and
  523.     what the user is allowed to do with those directories and files, such as
  524.     creating, reading, erasing, or writing to them.
  525.  
  526. o   Attributes assigned to directories and files
  527.  
  528.     Directory and file attributes determine whether that directory or file
  529.     can be deleted, copied, viewed, or written to.  Among other things, they
  530.     also mark a file as shareable or non-shareable.
  531.  
  532. These three levels of security work together to protect the network from
  533. unauthorized access.
  534.  
  535. REVIEW
  536.  
  537. This introduction explained the following:
  538.  
  539. o   A NetWare network links personal computers so users can communicate and
  540.     share resources.
  541.  
  542. o   A NetWare network consists of two or more workstations and at least one
  543.     file server.
  544.  
  545.     Workstations are personal computers on which network users do their work.
  546.     Workstations run their own native operating system (for example, DOS) and
  547.     process their own files.  They can access files, applications, and
  548.     resources through the file server.
  549.  
  550.     File servers are personal computers that use the NetWare operating system
  551.     to coordinate all network activities.
  552.  
  553. o   Workstations and the file server communicate via the NetWare shell, which
  554.     must be loaded into each workstation (just as DOS must be loaded into
  555.     each workstation).  NET3 or NET4 (the NetWare shells corresponding to DOS
  556.     3.x or 4.x) sends workstation requests to the proper operating system
  557.     (file server or workstation) for processing.
  558.  
  559. o   The shell uses a protocol, such as IPX, to send messages to the
  560.     appropriate network station.
  561.  
  562. o   Information is stored on the file server in a directory structure that is
  563.     made up of volumes, directories, and files.
  564.  
  565. o   There are four types of network users:  regular network users, network
  566.     operators, network managers, and network supervisors.  The type of user
  567.     you are is determined by your responsibilities.
  568.  
  569. o   NetWare's extensive security system prevents users from corrupting data
  570.     in network files and prevents unauthorized users from accessing
  571.     restricted files.
  572.  
  573. WHAT ARE MENU AND COMMAND LINE UTILITIES?
  574.  
  575. You use NetWare utilities to perform network tasks.  There are two types of
  576. utilities: menu utilities and command line utilities.  Menu utilities let you
  577. perform network tasks by choosing options from menus.  Command line utilities
  578. let you perform tasks by typing commands at the DOS command line.  This section
  579. explains how to execute both types of NetWare utilities.
  580.  
  581. WORK WITH MENU UTILITIES
  582.  
  583. Access a Menu Utility
  584.  
  585. To access a menu utility, such as FILER, type the utility's name
  586. at the DOS prompt and press <Enter>.  The utility's main menu
  587. is displayed along with a screen header showing the following:
  588.  
  589. o   The utility's full name
  590. o   The current date and time
  591. o   The directory path leading up to your current directory (some utilities)
  592. o   Your username on your file server (some utilities)
  593. o   Your connection number (some utilities)
  594.  
  595. Exit a Menu Utility
  596.  
  597. There are two ways to exit a menu utility:
  598.  
  599. o   Press <Escape> until an exit confirmation box appears.  Then highlight
  600.     "Yes" and press <Enter>.
  601.  
  602. o   Press the Exit key (usually <Alt><F10>).  Do not press the Exit key to exit
  603.     a menu utility if you have made changes within the utility; if you do, the
  604.     changes are not saved.  Exiting via the Escape key saves your changes.
  605.  
  606. Additional Information
  607.  
  608. Once you have accessed a menu utility and the main menu is displayed, you are
  609. ready to work.  Menu utilities use certain keys to perform special functions.
  610. The utilities also have certain standard components.  The keys, wildcards, and
  611. components are described below.
  612.  
  613. F1  (Help) Key.  Displays help screens.
  614.     If you press the help screen once, a help screen that applies to the task
  615.     you are currently working on appears.  The help screen describes all the
  616.     options on the screen.  To get help on a specific option, highlight the
  617.     option and press <Enter>.
  618.  
  619.     If you press the Help key twice, your computer's function key assignments
  620.     are listed.  There are three screens containing function key assignments.
  621.     Press the <PageDown> key to see subsequent screens.
  622.  
  623. F5  (Mark) Key.  Allows you to mark multiple items in a list so you can add or
  624.     delete several items at once.
  625.  
  626. Esc (Escape) Key.  Has three functions:
  627.  
  628.     1)   If you are on a menu screen, pressing <Escape> allows you to return to
  629.          a previous menu.
  630.  
  631.     2)   If you are at the main menu, pressing <Escape> causes an exit
  632.          confirmation box to appear.  By highlighting "Yes" and pressing
  633.          <Enter>, you exit the menu utility and return to the menu or command
  634.          line prompt.
  635.  
  636.     3)   If you are performing a process, pressing <Escape> allows you to
  637.          continue.
  638.  
  639. Wildcard characters (* and ?).  DOS and NetWare recognize these as universal
  640. replacements for any other character or set of characters.  Wildcards can be
  641. used to search for groups of volumes, directories, or files, or they can be
  642. used to search for a particular file when you are unsure of its complete
  643. name.
  644.  
  645. An asterisk (*) in a filename indicates that any character can occupy that
  646. position and all remaining positions in the filename.  For example, in the
  647. FILER utility, to copy all subdirectory's files with the extension .EXE to
  648. another directory, type "*.EXE" in the menu's entry box and press <Enter>.
  649.  
  650. In contrast, a question mark (?) in a filename indicates that any character can
  651. occupy that position, and that position only.  So, if you were to type
  652. "ACCOUNT?.NEW", you would copy files like ACCOUNT1.NEW, ACCOUNT2.NEW, and so
  653. on.
  654.  
  655. NetWare's use of wildcard characters differs from DOS's in one respect.  For
  656. example, to represent all files in a directory, DOS expects you to type "*.*",
  657. whereas NetWare only needs one asterisk (*).
  658.  
  659. For more information about wildcard characters (global filename characters),
  660. see your DOS manual.
  661.  
  662. Components.  When you first access a menu utility, the main menu is displayed.
  663. Menus contain options you can choose from.  Options can be selected one of two
  664. ways:
  665.  
  666. o   You can use the arrow keys to highlight the option you want. Then press
  667.     <Enter>.
  668.  
  669. o   You can type the first letter of an option to highlight that option.  If
  670.     more than one option in the menu starts with the same letter(s), type
  671.     enough additional letters to distinguish one option from the others.  (For
  672.     example, if both "Search" and "Select" were options, you would have to type
  673.     "Sel" to highlight "Select.")  Once the option you want is highlighted,
  674.     press <Enter>.
  675.  
  676. When you select an option from the main menu, additional menus and displays
  677. appear on the screen.  These displays include lists, entry boxes, insets,
  678. forms, and confirmation boxes.  Each type of screen display is explained
  679. below.
  680.  
  681. Lists               Lists are similar to menus, and items in the lists can be
  682.                     selected the same way menu options are.  However, you can
  683.                     also add to and delete items from some lists.  Lists may
  684.                     have more than one column, and they may extend below the
  685.                     screen display.  Press the Down-arrow key to see additional
  686.                     items.  Pressing <Ctrl><PageDown> takes you to the bottom
  687.                     of the list.  Pressing <Ctrl><PageUp> takes you to the top
  688.                     of the list.
  689.  
  690. Entry boxes         Entry boxes are boxes in which you can get information,
  691.                     such as a username or pathname.  The Delete, Backspace, and
  692.                     arrow keys work in these boxes.
  693.  
  694. Insets              Insets display information that cannot be edited (except by
  695.                     the network supervisor).  Regular users cannot add to or
  696.                     delete from the information in this window.
  697.  
  698. Forms               Forms are windows that contain fields.  You can move around
  699.                     in a form using the arrow keys or the Enter key.  (When you
  700.                     press <Enter>, the cursor moves to the next field in the
  701.                     form.)  You can change the information in the field by
  702.                     highlighting the field and pressing <Enter>.
  703.  
  704.                     What you do next depends on the type of field.  Some fields
  705.                     allow you to type in information; others display menu items
  706.                     to select.
  707.  
  708. Confirmation boxes  Confirmation boxes are displayed whenever you exit a menu
  709.                     utility or whenever you create or delete items (such as
  710.                     directories or files).  You can either confirm or cancel
  711.                     the action by selecting "Yes" or "No" and pressing <Enter>.
  712.  
  713. WORK WITH COMMAND LINE UTILITIES
  714.  
  715. Command Format
  716.  
  717. The command format displays the appropriate syntax for command line utilities.
  718. Command line utilities are typed in at the DOS prompt.
  719.  
  720. The following are examples of the command formats for the NPRINT and the TLIST
  721. utilities:
  722.  
  723.     NPRINT path [option...]  <Enter>
  724.  
  725.     TLIST [path [USERS | GROUPS]]  <Enter>
  726.  
  727. Conventions
  728.  
  729. The conventions for these example command formats are explained below:
  730.  
  731. NPRINT      Words that appear in all capital letters must be spelled exactly as
  732.             shown.  Although they appear in capital letters, they can be typed
  733.             in either upper or lower case.
  734.  
  735. path        Words that appear in lower case are variables.  They should be
  736.             replaced with the information pertinent to your task.  In this
  737.             case, "path" would be replaced with the path leading to and
  738.             including the file you want to indicate, and you would replace
  739.             "option" with any NPRINT options you want to specify.
  740.  
  741. [ ]         Square brackets indicate that the enclosed item is optional:  you
  742.             can enter a command with or without the enclosed item.  In this
  743.             case, "option" is optional.
  744.  
  745. ....        Ellipses indicate that more than one option can be used with the
  746.             command.  In this case, more than one NPRINT option can be entered
  747.             in the command.
  748.  
  749. <Enter>     The angle brackets indicate that you should press the key whose
  750.             name appears between them.
  751.  
  752.             Always press <Enter> after typing the command format for
  753. command
  754.             line utilities.
  755.  
  756. [[ ]]       Nested square brackets indicate that all enclosed items are
  757.             optional.  However, if you use the item(s) within the innermost
  758.             brackets, you must also use the item(s) within the outer brackets.
  759.  
  760. |           A vertical bar or "pipe" means "either, or."  You can use either
  761.             the item to the left of the vertical bar or the item to the right,
  762.             but not both.
  763.  
  764. Wildcard Characters
  765.  
  766. DOS and NetWare recognize wildcard characters (* and ?) as universal
  767. replacements for any other character or set of characters.  Wildcards can be
  768. used to search for groups of volumes, directories, or files, or to search for a
  769. particular file when you are unsure of its complete name.
  770.  
  771. An asterisk (*) in a filename indicates that any character can occupy that
  772. position and all remaining positions in the filename.  For example, to search
  773. for all filenames with the extension .EXE in your default directory, type "NDIR
  774. *.EXE" and press <Enter> to display the list.
  775.  
  776. In contrast, a question mark (?) in a filename indicates that any character can
  777. occupy that position, and that position only.  So, if you were to type "NDIR
  778. *.?", you would see a list of all files in your default directory with a
  779. single-character extension or no extension at all.
  780.  
  781. NetWare's use of wildcard characters differs from DOS's in one respect.  For
  782. example, to represent all files in a directory, DOS expects you to type "*.*",
  783. whereas NetWare only needs one asterisk (*).
  784.  
  785. For more information about wildcard characters (global filename characters),
  786. see your DOS manual.
  787.  
  788. GET HELP IN NETWARE
  789.  
  790. Use the NetWare HELP utility to view on-line information about NetWare
  791. utilities, NetWare system messages, and NetWare concepts.  NetWare HELP allows
  792. you to search for and retrieve information from infobases (information
  793. databases).  To access HELP, type
  794.  
  795.     HELP  <Enter>
  796.  
  797. Press <Enter> again to bring up the main menu.  For more information on how to
  798. use NetWare HELP, press the Tab key until you get to "How to use this
  799. reference."  Then press <Enter>.
  800.  
  801. BOOT UP
  802.  
  803. To "boot up" your workstation means to turn on your computer, load DOS, and
  804. then load the workstation shell.  You accomplish all of this with a boot
  805. diskette, or you can put the necessary boot files on your workstation's hard
  806. disk.  These boot files start up the workstation operating system, load the
  807. NetWare shell, and gain access to the network.
  808.  
  809. Create Boot Diskettes
  810.  
  811. 1.  Format a blank diskette as a boot diskette, using the DOS FORMAT command. 
  812.     Insert a diskette into drive A and type
  813.  
  814.         Format a: /s  <Enter>
  815.  
  816.     Follow the screen prompts.
  817.  
  818. 2.  Copy IPX.COM and the shell file (NETx.COM) onto the boot diskette or to the
  819.     root directory of your workstation's hard disk.
  820.  
  821.     If your workstation uses DOS 3.x, use NET3.COM.
  822.  
  823.     If your workstation uses DOS 4.x, use NET4.COM.
  824.  
  825. 3.  Copy these following additional boot files to the boot diskette or your
  826.     hard disk, if needed.  Your network supervisor can provide you with these
  827.     files:
  828.  
  829.     AUTOEXEC.BAT
  830.     CONFIG.SYS
  831.     SHELL.CFG
  832.  
  833.     See also "Boot files" in NetWare v3.11 Concepts and Appendix A in NetWare
  834.     v3.11 Installation.
  835.  
  836. 4.  Label the boot diskette.
  837.  
  838. Create an AUTOEXEC.BAT File
  839.  
  840. You can create an AUTOEXEC.BAT file that automatically loads the shell file
  841. each time you boot the workstation.  This AUTOEXEC.BAT file can also set your
  842. workstation to the first network drive (F), connect you (user MARIA) to a file
  843. server (WONDER), and set your DOS prompt to show your current directory (PROMPT
  844. $P$G).
  845.  
  846. Follow these steps to create your AUTOEXEC.BAT file:
  847.  
  848. 1.  Insert your boot diskette into drive A and change to drive A.  If you plan
  849.     to boot from your hard disk, change to your hard disk drive (C or D).
  850.  
  851. 2.  If you are using DOS 4.x, type
  852.  
  853.         COPY CON AUTOEXEC.BAT  <Enter>
  854.         IPX  <Enter>
  855.         NET4  <Enter>
  856.         F:  <Enter>
  857.         LOGIN WONDER/MARIA  <Enter>
  858.         PROMPT $P$G  <Enter>
  859.         <Ctrl>Z  <Enter>
  860.  
  861.     If you are using DOS 3.x, replace NET4 with NET3.
  862.  
  863. LOGIN/LOGOUT
  864.  
  865. When you log in to a network, you establish a connection between your
  866. workstation and the file server.  When you log out, you terminate that
  867. connection.
  868.  
  869. To log in to the network, you must type in a unique password.  If there were no
  870. password, other unauthorized users could easily get to your files and use them
  871. for their purposes.
  872.  
  873. Log In to Your Network
  874.  
  875. To log in to your default server, type
  876.  
  877.     LOGIN servername/username  <Enter>
  878.  
  879. Replace servername with the name of the file server you want to log in to.
  880. Replace username with your login name and (if applicable) type your password
  881. when you are prompted for it.
  882.  
  883. Log Out of Your Network
  884.  
  885. To log out of your default server, type
  886.  
  887.     LOGOUT  <Enter>
  888.  
  889. To log out of a file server you are attached to, type
  890.  
  891.     LOGOUT servername  <Enter>
  892.  
  893. Attach to Another File Server
  894.  
  895. Attach to another file server if you want to do the following:
  896.  
  897. o   Send messages to users on that file server
  898.  
  899. o   Map a drive to that file server
  900.  
  901. o   Copy a directory to that file server
  902.  
  903. To access another file server while remaining logged in to your default file
  904. server, type
  905.  
  906.     ATTACH servername/username  <Enter>
  907.  
  908. Replace servername with the name of the server you want to attach to.  Replace
  909. username with the username you have been assigned to use on that file server.
  910.  
  911. Create or Change a Password
  912.  
  913. 1.  To create or change a password on your default server, type
  914.  
  915.         SETPASS  <Enter>
  916.  
  917.     The following prompt appears on the screen:
  918.  
  919.     Enter your old password:
  920.  
  921. 2.  If you are changing a password, enter the old password.  If you are
  922.     creating a new password, press <Enter>.  The following prompt appears on
  923.     your screen:
  924.  
  925.     Enter your new password:
  926.  
  927. 3.  Enter the password you want.  The following prompt appears:
  928.  
  929.     Retype your new password:
  930.  
  931. 4.  Enter the new password again.  The following message appears on your
  932.     screen:
  933.  
  934.     Your password has been changed.
  935.  
  936. View Who You Are on Your Network
  937.  
  938. Type
  939.  
  940.     WHOAMI  <Enter>
  941.  
  942. Information similar to the following is displayed:
  943.  
  944.     You are user FRANK attached to server MKTG, connection 1
  945.     Server MKTG is running NetWare v3.11.
  946.     Login time:  Wednesday October 2, 1991  8:05 am
  947.  
  948.     You are user GUEST attached to server ACCT, connection 7
  949.     Server ACCT is running NetWare v3.11.
  950.     Login time: Wednesday, October 2, 1991  8:05 am
  951.  
  952.  
  953. This screen display indicates that you are attached to both file servers MKTG
  954. and ACCT.  Your username on MKTG is FRANK, and your username on ACCT is GUEST.
  955.  
  956. View File Servers on Your Network
  957.  
  958. Type
  959.  
  960.     SLIST  <Enter>
  961.  
  962. Information similar to the following appears:
  963.  
  964.     Known NetWare File Servers   Network   Node Address
  965.     --------------------------   -------   ------------
  966.     RECORDS                     [CED88]   [2608C234732]
  967.     SALES                       [CED87]   [2608C217651]
  968.     MFG                         [CED86]   [2608C293185]
  969.  
  970. View Current Users on Your File Server
  971.  
  972. You must be attached to a file server before you can view the list of users for
  973. that file server.
  974.  
  975. Type
  976.  
  977.     USERLIST  <Enter>
  978.  
  979. Information similar to the following appears:
  980.  
  981.     User Information for Server BLOOM
  982.     Connection  User Name     Login Time
  983.     ----------  ---------     ------------------
  984.     1           JOE           4-17-1991  8:05 am
  985.     2           *CORRINE      4-17-1991 11:20 am
  986.     3           PAULO         4-17-1991  7:58 am
  987.     4           GUS           4-17-1991  6:01 pm
  988.  
  989. An asterisk (*) appears next to your username.
  990.  
  991. What If ...
  992.  
  993. .... I can't log in?
  994.  
  995. o   Your password may have expired or you may have run out of grace logins.
  996.  
  997.     Your supervisor or manager has to unlock your account.
  998.  
  999. o   You haven't changed to the network login drive (F).
  1000.  
  1001. o   The LOGIN.EXE file is missing.
  1002.  
  1003. o   Your shell may be outdated.  Type
  1004.  
  1005.         NVER  <Enter>
  1006.  
  1007.     Report the version number to your supervisor.
  1008.  
  1009. o   Your network board may not be seated correctly.
  1010.  
  1011. o   Your file server may be down.  Type
  1012.  
  1013.         SLIST  <Enter>
  1014.  
  1015.     If your file server is listed, log in by typing
  1016.  
  1017.         LOGIN servername/username  <Enter>
  1018.  
  1019. o   You may be restricted from logging in during certain times.  Ask the
  1020.     network supervisor.
  1021.  
  1022. .... My screen is frozen?
  1023.  
  1024. o   Your supervisor should run the MONITOR utility and clear your connection.
  1025.     This saves the work you were doing.  Then complete one of the two following
  1026.     tasks:
  1027.  
  1028.     o   To warm boot, press <CTRL><ALT><DEL> simultaneously.
  1029.  
  1030.     o   To cold boot, turn the computer OFF, wait 15 seconds, and then turn it
  1031.         ON again.
  1032.  
  1033. o   Your network cable may not be connected or terminated properly.  Notify
  1034.     your supervisor.
  1035.  
  1036. o   Your node (or station) address may be in conflict with another workstation.
  1037.     See if new workstations have been added to your network.
  1038.  
  1039. o   You may have the wrong IPX configuration.  Ask your supervisor.
  1040.  
  1041. o   You may have received a message while in graphics mode.  Disable messages
  1042.     before entering graphics mode by typing
  1043.  
  1044.         CASTOFF  <Enter>
  1045.  
  1046. CREATE YOUR LOGIN SCRIPT
  1047.  
  1048. Your login script is a program that automatically sets up your workstation's
  1049. environment each time you log in.  It performs tasks such as mapping network
  1050. drives for you, automatically executing programs and starting applications, and
  1051. attaching you to different file servers.
  1052.  
  1053. This section introduces some basic login script commands.
  1054.  
  1055. To access your login script, follow these steps:
  1056.  
  1057. 1.  Type
  1058.  
  1059.         SYSCON  <Enter>
  1060.  
  1061. 2.  Select "User Information" from the main menu.
  1062.  
  1063. 3.  Select your user name from the list of users that appears.
  1064.  
  1065. 4.  Select "Login Script."
  1066.  
  1067. 5.  Enter the commands you need in your login script.  Some common commands are
  1068.     listed under "Common Login Script Commands" below.
  1069.  
  1070. 6.  Exit and save the login script by pressing <Escape> and answering "Yes" in
  1071.     the confirmation box.
  1072.  
  1073. 7.  To execute your new login script, you must first log out of the network,
  1074.     and then log in again.
  1075.  
  1076. Common Login Script Commands
  1077.  
  1078. The commands below can be used in your login script.  Each command is followed
  1079. by its purpose and an example of how to use it.
  1080.  
  1081. MAP INS16:=     Inserts the drive as the next available search drive.
  1082.  
  1083.                         MAP INS16:=pd3\sys:jan
  1084.  
  1085. MAP drive:=     Maps the specified drive to the given directory.
  1086.  
  1087.                         MAP G:=pd3\sys:home\jan
  1088.  
  1089. MAP *n:=        Maps the next available drive to the given directory.
  1090.  
  1091.                         MAP *1:=pd3\sys:home\jan
  1092.  
  1093. #               Runs an executable file (a file with an .EXE or .COM
  1094.                 extension).
  1095.  
  1096.                         #SYSCON
  1097.  
  1098. REMARK          These three commands allow you to insert explanatory text in
  1099. *               the login script.  They will not appear on your screen.
  1100. ;
  1101.                         REMARK Be sure to update the PROJECTS file.
  1102.  
  1103.                         * Check for new mail.
  1104.  
  1105.                         ; Assign OS-dependent Search mappings.
  1106.  
  1107. ATTACH          Allows you to attach to other file servers while remaining
  1108.                 logged in to your current file server.
  1109.  
  1110.                 ATTACH pd3\jan
  1111.  
  1112. SET             Allows you to set DOS variables.
  1113.  
  1114.                 SET wp="/u-jlw/"
  1115.  
  1116.                 SET usr="jwilson"
  1117.  
  1118. IF...THEN       Executes certain commands, if a specified condition exists.
  1119.  
  1120.                 IF DAY_OF_WEEK="Monday" THEN WRITE "AARGH..."
  1121.  
  1122. What If ...
  1123.  
  1124. .... My login script doesn't execute all the way?
  1125.  
  1126. o   You may have inserted an EXIT command to a batch file in the middle of your
  1127.     login script.  Anything after the EXIT command is ignored.  Move the EXIT
  1128.     command to the end of your login script.
  1129.  
  1130. o   An IF...THEN clause in your login script may be incomplete or incorrect. 
  1131.     Check the proper command format in Appendix A of NetWare v3.11
  1132.     Installation.
  1133.  
  1134. .... I am unable to map a drive to another file server?
  1135.  
  1136. The file server you want to map a drive to may be down.  To check whether the
  1137. file server is up, type
  1138.  
  1139.         SLIST  <Enter>
  1140.  
  1141. .... I add some mapped drives to my login script and some I wanted are gone?
  1142.  
  1143. The system login script executes before the user login script.  You can
  1144. overwrite the mapped drives in the system login script with those in your user
  1145. login script.  Instead of using the command "map drive:=", use the command "map
  1146. ins 16:=" or "map *1:=". (Remember: You can have only 26 drive mappings.)
  1147.  
  1148. VIEW OR CREATE YOUR MAPPED DRIVES
  1149.  
  1150. Mapped drives point to particular locations in the directory structure.  In
  1151. NetWare, there are three type of drives: local drives, network drives, and
  1152. search drives.  Local drives are physically attached to a workstation.  Network
  1153. drives allow users to access particular locations in the directory structure.
  1154. Search drives allow users to execute program files (such as applications or
  1155. utilities) that are in a directory other than the user's current directory.
  1156. For more information, see "Drive mappings" in NetWare v3.11 Concepts.
  1157.  
  1158. This section tells you how to do the following:
  1159.  
  1160. o   View all mappings
  1161. o   Map network drives
  1162. o   Map search drives
  1163.  
  1164. View All Mapped Drives
  1165.  
  1166. Type
  1167.  
  1168.     MAP  <Enter>
  1169.  
  1170. You see information similar to the following:
  1171.  
  1172.     DRIVE A:  maps to a local drive
  1173.     DRIVE B:  maps to a local drive
  1174.  
  1175.     DRIVE F:= COUNT/SYS:  /HOME/KAREN
  1176.     DRIVE G:= COUNT/SYS:  /
  1177.     DRIVE H:= COUNT/ACCT: /ACCDATA
  1178.  
  1179.     -------
  1180.  
  1181.     SEARCH1:=Z:  [COUNT/SYS:  /PUBLIC]
  1182.     SEARCH2:=Y:  [COUNT/SYS:  /PUBLIC/WP]
  1183.     SEARCH3:=X:  [COUNT/ACCT:  /ACCREC]
  1184.  
  1185. Map Network Drives
  1186.  
  1187. Suppose you want to map a network drive to a directory in which you have files.
  1188. To see what network drive letters are available, type
  1189.  
  1190.     MAP  <Enter>
  1191.  
  1192. Choose a drive letter that is not being used, such as J.  Type
  1193.  
  1194.     MAP J:= path  <Enter>
  1195.  
  1196. Replace path with the directory path (including the file server name and the
  1197. volume name) leading to the directory to which you want to map network drive J.
  1198.  
  1199. For example, suppose your username is MARIA and you want to map drive J to your
  1200. home directory, which is on file server COUNT in volume SYS.  Type
  1201.  
  1202.     MAP J:= COUNT/SYS:HOME/MARIA  <Enter>
  1203.  
  1204. MAP SEARCH DRIVES
  1205.  
  1206. Suppose your search drives appear as follows:
  1207.  
  1208.     SEARCH1:=Z:  [COUNT/SYS:  /PUBLIC]
  1209.     SEARCH2:=Y:  [COUNT/SYS:  /PUBLIC/WP]
  1210.  
  1211. The next available search drive is SEARCH3 (S3).  To map a
  1212. search drive to directory ACCREC on volume ACCT, type
  1213.  
  1214.     MAP S3:=COUNT/ACCT:ACCREC  <Enter>
  1215.  
  1216. When you type MAP again, the new search drive appears:
  1217.  
  1218.     SEARCH1:=Z:  [COUNT/SYS:  /PUBLIC]
  1219.     SEARCH2:=Y:  [COUNT/SYS:  /PUBLIC/WP]
  1220.     SEARCH3:=X:  [COUNT/ACCT:  /ACCREC]
  1221.  
  1222. What if ...
  1223.  
  1224. .... I just mapped a drive and then rebooted, and now the mapped drive is gone?
  1225.  
  1226. Did you map the drive in your login script?  Drives mapped at the command line
  1227. are temporary----they are deleted when you log out of your file server or turn
  1228. off your workstation.  If you want the mapping to be permanent, you must enter
  1229. it in your login script.
  1230.  
  1231. .... The system won't accept my mapped drives?
  1232.  
  1233. o   You may not have rights to the directory you want to map to.  Change to
  1234.     that directory and type
  1235.  
  1236.         RIGHTS  <Enter>
  1237.  
  1238.     If your rights aren't sufficient, see your supervisor.
  1239.  
  1240. o   You may have used the wrong command format.
  1241.  
  1242.  
  1243. .... I just viewed my mapped drives and some of them seem to be incorrect?
  1244.  
  1245. Did you use the DOS CD command to change your default directory?  Changing
  1246. directories changes your mapping.
  1247.  
  1248. .... My search drives are in reverse order?
  1249.  
  1250. Search drives are numbered, but their associated drive letters begin in reverse
  1251. alphabetical order.  For example, the first search drive (Search 1 or S1)
  1252. appears as network drive Z, the second one appears as network drive Y, and so
  1253. on.  However, in your login script, they should appear in normal alphabetical
  1254. order.
  1255.  
  1256. SEND MESSAGES TO OTHER USERS
  1257.  
  1258. You can communicate with other users on your network by
  1259. sending messages from your workstation command line.
  1260.  
  1261. This section explains how to do the following:
  1262.  
  1263. o   Send a message to one or more users
  1264. o   Send a message to all workstations
  1265. o   Block/allow messages from other workstations
  1266.  
  1267. Send a Message to One or More Users
  1268.  
  1269. Suppose you want to send the following message to users CINDY and ERIC:
  1270. "Meeting at 1:30 today."  Also suppose that CINDY and ERIC are logged in to
  1271. your default server.  Type
  1272.  
  1273.     SEND "MEETING AT 1:30 TODAY" CINDY, ERIC  <Enter>
  1274.  
  1275. A confirmation message appears, telling you that the message was sent.
  1276.  
  1277. If CINDY is logged in to another file server called SALES, attach to that file
  1278. server and type
  1279.  
  1280.     SEND "MEETING AT 1:30 TODAY" SALES/CINDY  <Enter>
  1281.  
  1282. Send a Message to All Workstations
  1283.  
  1284. Suppose you want to send the following message to all workstations: "Paychecks
  1285. are here."  Type
  1286.  
  1287.     SEND "PAYCHECKS ARE HERE." EVERYONE  <Enter>
  1288.  
  1289. A confirmation message appears listing all the users to whom the message was
  1290. sent.
  1291.  
  1292. If you want to send a message to everyone on another file server, you must be
  1293. attached to that file server and specify the name of the file server in the
  1294. command.
  1295.  
  1296.  
  1297. Block/Allow Messages from Other Workstations
  1298.  
  1299. If you do not want to receive messages sent to you from any network stations,
  1300. type
  1301.  
  1302.     CASTOFF   <Enter>
  1303.  
  1304. The following message appears on your screen:
  1305.  
  1306.     Broadcasts from other stations will now be rejected.
  1307.  
  1308. To allow your workstation to again receive messages from other network users,
  1309. type
  1310.  
  1311.     CASTON  <Enter>
  1312.  
  1313. The following message appears on your screen:
  1314.  
  1315.     Broadcast messages from the console and other stations will now be
  1316.     accepted.
  1317.  
  1318. What If ...
  1319.  
  1320. .... I am unable to send a message to a user?
  1321.  
  1322. o   Is the user logged in?  Type
  1323.  
  1324.         USERLIST  <Enter>
  1325.  
  1326. o   Is your message buffer full?  You can only receive up to two messages. You
  1327.     must clear these messages from your screen (by pressing <Ctrl><Enter>)
  1328.     before you can receive others.
  1329.  
  1330. o   Did you type the SEND command properly?
  1331.  
  1332. .... I am unable to send messages to users on another file server?
  1333.  
  1334. o   Did you attach to that file server?
  1335. o   Is the user logged in?  Type
  1336.  
  1337.         USERLIST  <Enter>
  1338.  
  1339. o   Did you type the SEND command properly?
  1340.  
  1341.  
  1342. MANAGE FILES AND DIRECTORIES
  1343.  
  1344. You can manage your files and directories in a variety of ways.  You can copy,
  1345. delete, rename, view, write to, share, and print them.  NetWare uses a system
  1346. of file and directory rights and attributes to make sure that only authorized
  1347. network users can access and handle network data.
  1348.  
  1349. Attributes are assigned to files and directories.  They override rights, which
  1350. are assigned to users.  For example, suppose you have the right to rename files
  1351. (the Modify right).  However, the file you want to copy is flagged with the
  1352. Rename Inhibit attribute.  This prevents you from renaming it, even though you
  1353. have the right to do so.
  1354.  
  1355. For more information, see "Attributes" and "Rights" in NetWare v3.11 Concepts.
  1356.  
  1357. Know Your Rights
  1358.  
  1359. To view your rights in your default directory, type
  1360.  
  1361.     RIGHTS  <Enter>
  1362.  
  1363. If your effective rights include all rights, the following information appears:
  1364.  
  1365.     SERVER1\SYS:PUBLIC\UTIL
  1366.     Your effective rights for this directory are [SRWCEMFA]
  1367.         You have Supervisor Rights to Directory. (S)
  1368.        *May Read from File.                      (R)
  1369.        *May Write to File.                       (W)
  1370.         May Create Subdirectories and Files.     (C)
  1371.         May Erase Directory.                     (E)
  1372.         May Modify Directory.                    (M)
  1373.         May Scan for Files.                      (F)
  1374.         May Change Access Control.               (A)
  1375.  
  1376.     *Has no effect in directory.
  1377.  
  1378.     Entries in Directory May Inherit [SRWCEMFA] rights.  You have ALL RIGHTS to
  1379.     Directory Entry.
  1380.  
  1381. Copy a File to Another Network Directory
  1382.  
  1383. Suppose you want to copy a file called ACC.DAT from your default directory (for
  1384. example, F) to the SALEPROG directory in volume SYS on the file server SALES.
  1385. First, make sure you have a drive (for example, G) mapped to SALEPROG as
  1386. follows:
  1387.  
  1388.     G:=SALES/SYS:SALEPROG
  1389.  
  1390. To copy ACC.DAT from your default directory to the SALEPROG directory, type
  1391.  
  1392.     NCOPY F:ACC.DAT TO G:  <Enter>
  1393.  
  1394. Suppose you want to copy a file called ACC.DAT from the SALEPROG directory in
  1395. volume SYS on the file server SALES to your default directory.  Also suppose
  1396. drive G is mapped to SALEPROG as G:=SALES/SYS:SALEPROG.  Type
  1397.  
  1398.     NCOPY G:ACC.DAT F:  <Enter>
  1399.  
  1400. Copy All of a Directory's Files to Another Directory
  1401.  
  1402. 1.  Type
  1403.  
  1404.         FILER  <Enter>
  1405.  
  1406.     and select "Directory Contents" from the "Available Topics" menu.
  1407.  
  1408. 2.  Select the directory you want to copy from the "Directory Contents" window.
  1409.     The "Subdirectory Options" window appears.
  1410.  
  1411. 3.  Select "Copy Subdirectory's Files."  The "Copy Subdirectory To:" window
  1412.     appears.
  1413.  
  1414. 4.  To copy subdirectory files, complete one of the following:
  1415.  
  1416.     o   Copy to a subdirectory in your current directory.  Type the name of the
  1417.         directory; then press <Enter>.
  1418.  
  1419.         You can also use <Insert> to bring up the "File Servers/Local Drives"
  1420.         window, from which you can select your directory path by selecting file
  1421.         server, volume, and directory options.
  1422.  
  1423.         After you select your directory path, press <Escape> to bring your
  1424.         cursor back to the "Copy subdirectory To:" window.  Then press <Enter>
  1425.         to copy your subdirectory's files.
  1426.  
  1427.     o   Copy to a directory on another volume on your file server.  Type in the
  1428.         name of the volume and directory; then press <Enter>.
  1429.  
  1430.         You can also use <Insert> to bring up the "File Servers/Local Drives"
  1431.         window, from which you can select your directory path by selecting file
  1432.         server, volume, and directory options.
  1433.  
  1434.     o   Copy to a directory to another file server.  You must be attached to
  1435.         the file server you want to copy files to.  Type in the name of the
  1436.         file server, volume, and directory; then press <Enter>.
  1437.  
  1438. Delete a File
  1439.  
  1440. 1.  Type
  1441.  
  1442.         FILER  <Enter>
  1443.  
  1444. 2.  Select "Directory Contents" from the "Available Topics" menu.
  1445.  
  1446. 3.  Highlight the file you want to delete from the "Directory Contents" window
  1447.     and^S press <Delete>.  Answer "Yes" in the confirmation box.
  1448.  
  1449.     To delete more than one file, use the Mark key (<F5>) to highlight multiple
  1450.     files; then press <Delete>.  Answer "Yes" in the confirmation box.
  1451.  
  1452. Salvage a File You Just Deleted
  1453.  
  1454. 1.  Type
  1455.  
  1456.         SALVAGE   <Enter>
  1457.  
  1458. 2.  Select "View/Recover Deleted Files" from the "Main Menu Options"window. 
  1459.     To change to another volume, you must select the directory path from the
  1460.     "Select Current Directory" option in the main menu.
  1461.  
  1462. Note:   If you have too many salvageable files to fit on the screen, you will
  1463.         see the heading "Inc^Qomplete."  Scroll through the list to see the
  1464.         entire list, or use the Mark Pattern key <F6> to mark the file pattern.
  1465.         Then exit the list and reenter it.
  1466.  
  1467. 3.  To salvage files using wildcards or to salvage a specific file, type the
  1468.     information in the "Erased File Name Pattern To Match" window.
  1469.  
  1470.     To view all salvageable files, press <Enter>.
  1471.  
  1472. 4.  To salvage a file, complete one of the following:
  1473.  
  1474.     o   Salvage a single file.  Select the file you want to salvage. Select
  1475.         "Yes" from the "Recover This File" box.
  1476.  
  1477.     o   Salvage multiple files.  Use the Mark key (<F5>) to select multiple
  1478.         files.  Select "Yes" from the confirmation box.
  1479.  
  1480.     o   Salvage multiple files using wildcards.  To match a filename pattern or
  1481.         extension, press the Mark Pattern key (<F6>) and type the pattern you
  1482.         want to match.
  1483.  
  1484.         Once you match the pattern of the files you want to salvage, press
  1485.         <Enter> and select "Yes" from the "Recover ALL marked files?"
  1486.         confirmation box.
  1487.  
  1488. 5.  Press <Escape> to exit SALVAGE.
  1489.  
  1490. Find a Lost File
  1491.  
  1492. Suppose you don't remember the location of a file.  The file is called
  1493. FUTURE.DAT.  You think it may be in the PROGRAMS directory, and drive G is
  1494. mapped to that directory.
  1495.  
  1496. To find the location of the lost file, type
  1497.  
  1498.     NDIR G: FUTURE.DAT  <Enter>
  1499.  
  1500. If you don't know which directory the file is in, change directories back to
  1501. the volume level.  Then type
  1502.  
  1503.     NDIR filename sub  <Enter>
  1504.  
  1505. The NDIR utility searches all those directories you have rights to on the
  1506. volume for the file.
  1507.  
  1508. Rename a Directory
  1509.  
  1510. Suppose you want to change the name of the ACCT directory to PROGRAMS.  Also
  1511. suppose drive G is mapped to ACCT in volume SYS on file server RECORDS as
  1512. follows:
  1513.  
  1514.     Drive G: = RECORDS/SYS:ACCT
  1515.  
  1516. To rename the directory, type
  1517.  
  1518.     RENDIR G: PROGRAMS  <Enter>
  1519.  
  1520. Note:   You must be attached to a file server before you can change the name of
  1521.         a directory on that file server.
  1522.  
  1523.         You must also have the Modify right in the directory to rename
  1524.         subdirectories in that directory.
  1525.  
  1526.         Drive mappings in login scripts (if they exist) must be changed to
  1527.         reflect the new name of the directory.
  1528.  
  1529. What If ...
  1530.  
  1531. .... I can't copy?
  1532.  
  1533. o   You may not have sufficient rights.  Type
  1534.  
  1535.         RIGHTS  <Enter>
  1536.  
  1537.     You must have the Create right to copy files into a directory.
  1538.  
  1539. o   The file may be flagged "non-shareable" and may be in use. Type
  1540.  
  1541.         FLAG filename  <Enter>
  1542.  
  1543.     If it is flagged "non-shareable," try again at a later time, when the file
  1544.     is not in use.
  1545.  
  1546.  
  1547. .... I can't see a directory?
  1548.  
  1549. o   You may not have enough rights to that directory.  Type
  1550.  
  1551.         RIGHTS  <Enter>
  1552.  
  1553. o   The directory attribute may be set to "Hidden" or "System." Type
  1554.  
  1555.         FLAG filename  <Enter>
  1556.  
  1557. o   The directory may have set disk space limitations.  To view the directory
  1558.     restrictions, type
  1559.  
  1560.         DSPACE  <Enter>
  1561.  
  1562. o   The directory may have been deleted.  Ask your supervisor.
  1563.  
  1564. PRINTING
  1565.  
  1566. Printing from a network workstation is similar to printing from a stand alone
  1567. workstation.  When you send a print job to a network printer, however, the job
  1568. is routed first through the file server and then delivered to the printer by
  1569. the print server.
  1570.  
  1571. When a print job leaves the workstation, it is stored temporarily in a print
  1572. queue on the file server.  This queue, which is a subdirectory on the file
  1573. server, stores the print job until the print server can deliver it to the
  1574. printer.  When the printer is ready to service the job, the print server moves
  1575. it from the queue to the printer.
  1576.  
  1577. Permanently Set Up Workstation Printing
  1578.  
  1579. If you want to print from a non-NetWare-compatible application or from the
  1580. screen, you need to route print files from your local printer port (LPT1) to a
  1581. file server queue.
  1582.  
  1583. 1.  Enter the SYSCON utility.
  1584.  
  1585. 2.  Select "User Information" from SYSCON's main menu.
  1586.  
  1587. 3.  Select your username.
  1588.  
  1589. 4.  Select "Login Script."
  1590.  
  1591. 5.  Insert the following command into the login script:
  1592.  
  1593.         #CAPTURE Q=queuename TI=5
  1594.  
  1595. 6.  Exit SYSCON, saving changes when prompted.
  1596.  
  1597. 7.  Log back in to or reboot your workstation to allow the CAPTURE command to
  1598.     take effect.
  1599.  
  1600. Print Screens Using CAPTURE
  1601.  
  1602. Before you start printing screens using CAPTURE, you need to set the CAPTURE
  1603. parameters in your login script.  See "Permanently Set Up Workstation Printing"
  1604. on the previous page. Also, your supervisor needs to set up a default queue.
  1605.  
  1606. 1.  At the command line, type
  1607.  
  1608.         CAPTURE  <Enter>
  1609.  
  1610.     You can include any of the CAPTURE options except Show.  Some of the most
  1611.     common CAPTURE options are the following:
  1612.  
  1613.     L=n
  1614.         Indicates which of your workstation's LPT ports (local parallel
  1615.         printing ports) to capture.  Replace "n" with 1, 2, or 3.  Default:
  1616.  
  1617.   ^S^Q      L=LPT1
  1618.  
  1619.     Q=queuename
  1620.         Indicates the queue the print job should be sent to.  If multiple
  1621.         queues are mapped to a printer, you must include this option.  Replace
  1622.         "queuename" with the name of the queue.
  1623.  
  1624.     TI=n
  1625.         Indicates the number of seconds between the last time the application
  1626.         writes to the file and the time it releases the file to the queue. 
  1627.         Include this option if you want to print from an application without
  1628.         exiting the application.  Replace "n" with a number of seconds
  1629.         (1-1000).  Default: TI=O  (Timeout disabled)
  1630.  
  1631. 2.  Access the application containing the screen you want to print.
  1632.  
  1633. 3.  Press <Shift><Print Screen>.
  1634.  
  1635. 4.  If you want to print more screens, repeat steps 2 and 3.
  1636.  
  1637. 5.  When you have selected the screens you want printed, return to the DOS
  1638.     prompt and type
  1639.  
  1640.         ENDCAP  <Enter>
  1641.  
  1642.     ENDCAP sends your print job to the default print queue of your default file
  1643.     server, and then the job is printed. ENDCAP also ends the capture of your
  1644.     LPT port.
  1645.  
  1646. Note:   Your workstation might hang if you press the <Shift><Print Screen> keys
  1647.         when none of your LPT ports are captured and no local printers are
  1648.         attached to your workstation.  To prevent this, ask your supervisor to
  1649.         include the following line in the SHELL.DFG file on your workstation
  1650.         boot disk.
  1651.  
  1652.         LOCAL PRINTERS = 0
  1653.  
  1654. List the Jobs in a Queue
  1655.  
  1656. A queue is a special directory where print files are stored while waiting for
  1657. printer services.  To see which jobs are waiting in a queue to be printed,
  1658. complete the following steps:
  1659.  
  1660. 1.  Type
  1661.  
  1662.         PCONSOLE  <Enter>
  1663.  
  1664. 2.  Select your file server (if other than your current file server).
  1665.  
  1666. 3.  Select "Print Queue Information" from the "Available Options" menu.
  1667.  
  1668. 4.  Select the print queue whose print job you want to view.  If you don't know
  1669.     the name of the print queue, ask your supervisor.
  1670.  
  1671. 5.  Select "Current Print Job Entries" from the "Print Queue Information" list.
  1672.     The print job entries are displayed.
  1673.  
  1674. Delete Your Print Job from a Queue
  1675.  
  1676. You can cancel your print job by deleting it from the print queue (even after
  1677. the job has started printing).  You can delete a print job only if you are the
  1678. owner of the job or if you are the print queue operator.
  1679.  
  1680. To delete your print job, complete the following steps:
  1681.  
  1682. 1.  Type
  1683.  
  1684.         PCONSOLE  <Enter>
  1685.  
  1686. 2.  Select "Print Queue Information" from the "Available Options" menu.
  1687.  
  1688. 3.  Select the print queue whose entries you want to view.  The "Print Queue
  1689.     Information" list is displayed.
  1690.  
  1691. 4.  Select "Current Print Job Entries."
  1692.  
  1693. 5.  Highlight the print job entry and press <Delete>.
  1694.  
  1695. 6.  Select "Yes" at the confirmation box.
  1696.  
  1697. What If...
  1698.  
  1699. .... I send commands to print a screen, but it doesn't print?
  1700.  
  1701. Did you include the CAPTURE command in your login script?  See a previous
  1702. section called "Permanently Set Up Workstation Printing."
  1703.  
  1704. .... The application I'm using says that the print job was sent, but it doesn't
  1705. print out?
  1706.  
  1707. o   Did you use CAPTURE to redirect output to a print queue first?
  1708.  
  1709. o   Are the LPT ports captured?  Type
  1710.  
  1711.         CAPTURE SH  <Enter>
  1712.  
  1713. o   Check PCONSOLE and find the appropriate queue.  If the queue has a long
  1714.     list of jobs and none are marked "active," see your print server operator.
  1715.     If your job isn't in the queue, the application is not set up properly;
  1716.     check with the applications expert.
  1717.  
  1718. COMMON ERROR MESSAGES
  1719.  
  1720. Error messages point to a software or hardware error that doesn't allow further
  1721. processing.  An explanation of the nature of the message and a recommended
  1722. course of action follow each message listed below.
  1723.  
  1724. "Access denied"
  1725.  
  1726. Explanation 1
  1727.  
  1728. This message indicates one of the following:
  1729.  
  1730. o   You entered your username, your password, or both incorrectly.
  1731. o   You tried to log in to a file server on which you are not defined as a
  1732.     user.
  1733.  
  1734. Action 1
  1735.  
  1736. Try to log in again and make sure you type the username and password correctly.
  1737. Make sure you are logging in to a file server on which you are defined as a
  1738. user or as a member of a group.  You can log in to most file servers as GUEST
  1739. because user GUEST seldom requires a password.
  1740.  
  1741. Explanation 2
  1742.  
  1743. You tried to copy, delete, rename, or modify the file attributes of a file for
  1744. which you lack rights.
  1745.  
  1746. Action 2
  1747.  
  1748. Find out about your rights to this file by typing
  1749.  
  1750.     RIGHTS filename  <Enter>
  1751.  
  1752. or by asking your supervisor.
  1753.  
  1754.  
  1755.  
  1756. "A File Server could not be found"
  1757.  
  1758. Explanation
  1759.  
  1760. The shell tried to build a connection with the network, but no file server
  1761. responded to the request in the given time limit.
  1762.  
  1763. Action
  1764.  
  1765. Check the cable connection and make sure at least one active file server exists
  1766. on the network.  Also ask your supervisor to make sure the IPX file and the
  1767. network board have the same configuration.
  1768.  
  1769.  
  1770. "Message NOT sent to <servername>/<username> (station number)"
  1771.  
  1772. Explanation
  1773.  
  1774. If a number of messages have been sent to the user or group and have not been
  1775. cleared, either of the following may be true:
  1776.  
  1777. o   The workstation's buffer for incoming messages may be full.
  1778.  
  1779. o   The message was not sent to the user or group because the user or group
  1780.     used the CASTOFF utility.
  1781.  
  1782. Action
  1783.  
  1784. Send the message later, or try another method of communication.
  1785.  
  1786.  
  1787. "Network Error <cause> during <operation>.  File = <drive>:<filename> Abort,
  1788. Retry or Fail?" (or "Abort, Retry?")
  1789.  
  1790. Explanation 1
  1791.  
  1792. The shell called a function call or a DOS interrupt, but the specified
  1793. operation could not be performed.  The <drive>:<filename> specify the drive and
  1794. filename on which the error condition occurred.
  1795.  
  1796. Action 1
  1797.  
  1798. Press the R key to retry the operation and, if necessary, repeat this several
  1799. times.  If the problem persists, ask your supervisor or look up the specific
  1800. message in NetWare v3.11 System Messages.
  1801.  
  1802. Explanation 2
  1803.  
  1804. Your file server may be down.
  1805.  
  1806. Action 2
  1807.  
  1808. Press the A key to abort the operation, and then try to connect to the file
  1809. server again.  If this attempt fails, contact your supervisor.
  1810.  
  1811. "Password has expired"
  1812.  
  1813. Explanation
  1814.  
  1815. This message indicates your password has expired.
  1816.  
  1817. The network supervisor can require users to periodically change their passwords
  1818. on the file server to protect the file server from access by unauthorized
  1819. persons.  The network supervisor can also assign a number of grace logins
  1820. during which users can still use their old passwords (after they have expired)
  1821. before having to create new passwords.
  1822.  
  1823. Action
  1824.  
  1825. Use the SETPASS command to change your password.  If you use the old password
  1826. during your remaining grace logins, be sure to change it before you run out of
  1827. grace logins, or else your network supervisor has to change it for you.
  1828.  
  1829. "Password has expired and grace period has also expired."
  1830.  
  1831. Explanation
  1832.  
  1833. This message indicates that your user account is locked because your password
  1834. has expired and you have used all your grace logins.
  1835.  
  1836. After your password expires, you may have a number of grace logins during which
  1837. you can still use your old password.  If you do not change your password before
  1838. your grace logins are used, you are denied access.
  1839.  
  1840. Action
  1841.  
  1842. Since you have run out of grace logins, you cannot access your account until
  1843. your network supervisor or manager assigns you a new password.
  1844.  
  1845. "Server <servername> not found"
  1846.  
  1847. Explanation
  1848.  
  1849. This message indicates that you tried to attach to the file server
  1850. <servername>, but the file server did not respond for one of the following
  1851. reasons:
  1852.  
  1853. o   You mistyped the name of the file server.
  1854. o   You specified a file server not cabled to your network.
  1855. o   You specified a file server that is down for system maintenance.
  1856.  
  1857. Action
  1858.  
  1859. o   Type the file server name correctly.
  1860.  
  1861. o   Use the SLIST command to list all the available file servers.
  1862.  
  1863. o   If the file server is down for maintenance, try the command later when the
  1864.     file server has been brought back up.
  1865.  
  1866. If you still have problems, ask your network supervisor for help.
  1867.  
  1868. "Unable to attach to server <servername>"
  1869.  
  1870. Explanation
  1871.  
  1872. This message indicates one of the following:
  1873.  
  1874. o   You mistyped the name of the file server.
  1875. o   You specified a file server not cabled to your network.
  1876. o   You specified a file server that is down for system maintenance.
  1877.  
  1878. Action
  1879.  
  1880. o   Type the file server name correctly.
  1881.  
  1882. o   Use the SLIST command to list all available file servers.
  1883.  
  1884. o   If the file server is down for maintenance, try the command later when the
  1885.     file server has been brought back up.
  1886.  
  1887. If you still have problems, ask your network supervisor for help.
  1888.  
  1889. "User <fileserver>/<username> not found"
  1890.  
  1891. Explanation
  1892.  
  1893. This message indicates that you either specified a user who does not exist on
  1894. <fileserver> or mistyped the user's name.
  1895.  
  1896. Action
  1897.  
  1898. o   Make sure you have typed the user's name correctly.
  1899.  
  1900. o   If you are not certain which users are established on the file server, use
  1901.     the SYSCON utility to view the list of network users.
  1902.  
  1903. o   You can also use the USERLIST command to view a list of currently attached
  1904.     users.
  1905.  
  1906. (----------------------------------------------------------------------------)
  1907.  
  1908. One of the most useful tools that any Novell Network user can have is access to
  1909. Netwire on Compuserve.  Netwire is a forum that contains messages, files, and
  1910. access to Novell product information firsthand.  You can submit questions to
  1911. Novell technicians and hundreds of other Novell users.  A must for any Netware
  1912. user.
  1913.  
  1914. Another handy tool for those that do have access is the SALVAGE program.
  1915. SALVAGE will let you undelete files throughout the system unless the directory
  1916. is marked to be purged.  PURGE is nice too because it will allow you to
  1917. completely erase any files you created or copied.  To use purge and or salvage
  1918. make sure you are mapped to the public directory and execute them from any DOS
  1919. prompt.
  1920.  
  1921. (----------------------------------------------------------------------------)
  1922.  
  1923. As far as dialing up a Novell Network the means are unlimited.  Some have very
  1924. tight security systems that only let users with certain hardware dial-in and
  1925. others limit the usernames that are allowed dial-in access.
  1926. ______________________________________________________________________________
  1927.  
  1928. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  1929.