home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / library / hack / gtmhh_bs31.txt < prev    next >
Text File  |  1998-03-25  |  24KB  |  524 lines

  1. ___________________________________________________________
  2.  
  3. GUIDE TO (mostly) HARMLESS HACKING
  4.  
  5. BeginnersÆ Series #3 Part 1 
  6.  
  7. How to Get a *Good* Shell Account
  8. ____________________________________________________________
  9.  
  10.  
  11. ______________________________________________________________
  12. In this section you will learn how to:
  13. ╖ tell whether you may already have a Unix shell account
  14. ╖ get a shell account
  15. ╖ log on to your shell account
  16. _______________________________________________________________
  17.  
  18. YouÆve fixed up your Windows box to boot up with a lurid hacker logo. YouÆve
  19. renamed ôRecycle Binö ôHidden Haxor Secrets.ö When you run Netscape or
  20. Internet Explorer, instead of that boring corporate logo, you have a
  21. full-color animated Mozilla destroying New York City. Now your friends and
  22. neighbors are terrified and impressed. 
  23.  
  24. But in your heart of hearts you know Windows is scorned by elite hackers.
  25. You keep on seeing their hairy exploit programs and almost every one of them
  26. requires the Unix operating system. You realize that when it comes to
  27. messing with computer networks, Unix is the most powerful operating system
  28. on the planet. You have developed a burning desire to become one of those
  29. Unix wizards yourself. Yes, youÆre ready for the next step.
  30.  
  31. YouÆre ready for a shell account. SHELL ACCOUNT!!!!
  32.  
  33.  
  34. *****************************************************
  35. Newbie note: A shell account allows you to use your home computer as a
  36. terminal on which you can give commands to a computer running Unix. The
  37. ôshellö is the program that translates your keystrokes into Unix commands.
  38. With the right shell account you can enjoy the use of a far more powerful
  39. workstation  than you could ever dream of affording to own yourself. It also
  40. is a great stepping stone to the day when you will be running some form of
  41. Unix on your home computer.
  42. *****************************************************
  43.  
  44.  
  45. Once upon a time the most common way to get on the Internet was through a
  46. Unix shell account. But nowadays everybody and his brother are on the
  47. Internet. Almost all these swarms of surfers want just two things: the Web,
  48. and email. To get the pretty pictures of todayÆs Web, the average Internet
  49. consumer wants a mere PPP (point to point) connection account. They wouldnÆt
  50. know a Unix command if it hit them in the snoot. So nowadays almost the only
  51. people who want shell accounts are us wannabe hackers. 
  52.  
  53. The problem is that you used to be able to simply phone an ISP, say ôIÆd
  54. like a shell account,ö and they would give it to you just like that. But
  55. nowadays, especially if you sound like a teenage male, youÆll run into
  56. something like this:
  57.  
  58. ISP guy: ôYou want a shell account? What for?ö
  59.  
  60. Hacker dude: ôUm, well, I like Unix.ö
  61.  
  62. ôLike Unix, huh? YouÆre  a hacker, arenÆt you!ö Slam, ISP guy hangs up on you.
  63.  
  64. So how do you get a shell account? Actually, itÆs possible you may already
  65. have one and not know it. So first we will answer the question, how do you
  66. tell whether you may already have a shell account? Then, if you are certain
  67. you donÆt have one, weÆll explore the many ways you can get one, no matter
  68. what, from anywhere in the world.
  69.  
  70. How Do I Know Whether I Already Have a Shell Account?
  71.  
  72. First you need to get a program running that will connect you to a shell
  73. account. There are two programs with Windows 95 that will do this, as well
  74. as many other programs, some of which are excellent and free.
  75.  
  76. First we will show you how to use the Win 95 Telnet program because you
  77. already have it and it will always work. But itÆs a really limited program,
  78. so I suggest  that you use it only if you canÆt get the Hyperterminal
  79. program to work. 
  80.  
  81. 1) Find your Telnet program and make a shortcut to it on your desktop. 
  82. ╖ One way is to click Start, then Programs, then Windows Explorer. 
  83. ╖ When Explorer is running, first resize it so it doesnÆt cover the entire
  84. desktop. 
  85. ╖ Then click Tools, then Find, then ôFiles or Folders.ö 
  86. ╖ Ask it to search for ôTelnet.ö 
  87. ╖ It will show a file labeled C:\windows\telnet (instead of C:\ it may have
  88. another drive). Right click on this file. 
  89. ╖ This will bring up a menu that includes the option ôcreate shortcut.ö
  90. Click on ôcreate shortcutö and then drag the shortcut to the desktop and
  91. drop it. 
  92. ╖ Close Windows Explorer.
  93.  
  94. 2) Depending on how your system is configured, there are two ways to connect
  95. to the Internet. The easy way is to skip to step three. But if it fails, go
  96. back to this step. Start up whatever program you use to access the Internet.
  97. Once you are connected, minimize the program. Now try step three.
  98.  
  99. 3) Bring up your Telnet program by double clicking on the shortcut you just
  100. made. 
  101. ╖ First you need to configure Telnet so it actually is usable. On the
  102. toolbar click ôterminal,ö then ôpreferences,ö then ôfonts.ö  Choose ôCourier
  103. New,ö ôregularö and 8 point size. You do this because if you have too big a
  104. font, the Telnet program is shown on the screen so big that the cursor from
  105. your shell program can end up being hidden off the screen.  OK, OK, you can
  106. pick other fonts, but make sure that  when you close the dialog box that the
  107. Telnet program window is entirely visible on the screen. Now why would there
  108. be options that make Telnet impossible to use? Ask Microsoft.
  109. ╖ Now go back to the task bar to click Connect, then under it click ôRemote
  110. system.ö This brings up another dialog box. 
  111. ╖ Under ôhost nameö in this box  type in the last two parts of your email
  112. address. For example, if your email address is jane_doe@boring.ISP.com, type
  113. ôISP.comö for host name. 
  114. ╖ Under ôportö in this box, leave it the way it is, reading ôtelnet.ö  
  115. ╖ Under ôterminal type,ö in this box, choose ôVT100.ö 
  116. ╖ Then click the Connect button and wait to see what happens. 
  117. ╖ If the connection fails, try entering the last three parts of your email
  118. address as the host, in this case ôboring.ISP.com.ö
  119.  
  120.  
  121.  
  122. Now if you have a shell account you should next get a message asking you to
  123. login. It may look something like this: 
  124.  
  125. Welcome to Boring Internet Services, Ltd.
  126.  
  127. Boring.com S9 - login: cmeinel
  128. Password:
  129. Linux 2.0.0.
  130. Last login: Thu Apr 10 14:02:00 on ttyp5 from pm20.kitty.net.
  131. sleepy:~$
  132.  
  133. If you get something like this you are in definite luck. The important thing
  134. here, however, is that the computer used the word ôloginö to get you
  135. started. If is asked for anything else, for example ôlogon,ö this is not a
  136. shell account. 
  137.  
  138. As soon as you login, in the case of Boring Internet Services you have a
  139. Unix shell prompt on your screen. But instead of something this simple you
  140. may get something like:
  141.  
  142. BSDI BSD/OS 2.1 (escape.com) (ttyrf)
  143.  
  144. login: galfina
  145. Password:
  146. Last login: Thu Apr 10 16:11:37 from fubar.net
  147. Copyright 1992, 1993, 1994, 1995 Berkeley Software Design, Inc.
  148. Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
  149.         The Regents of the University of California.  All rights reserved.
  150.  
  151. __________________________________________________________________
  152.  
  153.                   ___________________  ______  ______________
  154.              ___ /   ___/   ___/     \/      \/  __  /   ___/
  155.           _____ /   ___/\__   /   /__/   /   /  /___/   ___/
  156.        _______ /   /  /   /  /   /  /       /  /   /   /  /
  157.     _________  \_____/\_____/\_____/\__/___/\_/    \_____/  .com
  158.                              [ ESCAPE.COM ]
  159.  
  160. __________________________________________________________________
  161.  
  162. PLEASE NOTE:
  163.  
  164.         Multiple Logins and Simultaneous Dialups From Different Locations Are
  165. _NOT_ Permitted at Escape Internet Access.
  166.  
  167. __________________________________________________________________
  168.  
  169. Enter your terminal type, RETURN for vt100, ? for list:
  170.  
  171. Setting terminal type to vt100.
  172. Erase is backspace.
  173.  
  174.  
  175.                                       MAIN
  176.                                 Escape Main Menu
  177. ----[05:45PM]-----------------------------------------------------
  178.  
  179.  ==> H) HELP       Help & Tips for the Escape Interface. (M)
  180.      I) INTERNET   Internet Access & Resources (M)
  181.      U) USENETM    Usenet Conferences (Internet Distribution) (M)
  182.      L) LTALK      Escape Local Communications Center (M)
  183.      B) BULLETINS  Information on Escape, Upgrades, coming events. (M)
  184.      M) MAIL       Escape World Wide and Local Post Office (M)
  185.      F) HOME       Your Home Directory (Where all your files end up)
  186.      C) CONFIG     Config your user and system options  (M)
  187.      S) SHELL      The Shell (Unix Environment) [TCSH]
  188.      X) LOGOUT     Leave System
  189.  
  190.      BACK      MAIN      HOME      MBOX      ITALK     LOGOUT
  191.  
  192. ----[Mesg: Y]------------[ TAB key toggles menus ]-------[Connected:   0:00]---
  193. CMD>
  194.  
  195. In this case you arenÆt in a shell yet, but you can see an option on the
  196. menu to get to a shell. So hooray, you are in luck, you have a shell
  197. account. Just enter ôSö and youÆre in. 
  198.  
  199. Now depending on the ISP you try out, there may be all sorts of different
  200. menus, all designed to keep the user from having to ever stumble across the
  201. shell itself. But if you have a shell account, you will probably find the
  202. word ôshellö somewhere on the menu.
  203.  
  204. If you donÆt get something obvious like this, you may have to do the single
  205. most humiliating thing a wannabe hacker will ever do. Call tech support and
  206. ask whether you have a shell account and, if so,  how to login. It may be
  207. that they just want to make it really, really hard for you to find your
  208. shell account.
  209.  
  210. Now personally I donÆt care for the Win 95 Telnet program. Fortunately there
  211. are many other ways to check whether you have a shell account. HereÆs how to
  212. use the Hyperterminal program, which, like Telnet, comes free with the
  213. Windows 95 operating system. This requires a different kind of connection.
  214. Instead of a PPP connection we will do a simple phone dialup, the same sort
  215. of connection you use to get on most computer bulletin board systems (BBS).
  216.  
  217. 1) First, find the program Hyperteminal and make a shortcut to your desktop.
  218. This one is easy to find. Just click Start, then Programs, then Accessories.
  219. YouÆll find Hyperterminal on the accessories menu. Clicking on it will bring
  220. up a window with a bunch of icons. Click on the one labeled
  221. ôhyperterminal.exe.ö 
  222.  
  223. 2) This brings up a dialog box called ôNew Connection.ö Enter the name of
  224. your local dialup, then in the next dialog box enter the phone dialup number
  225. of your ISP.
  226.  
  227. 3) Make a shortcut to your desktop. 
  228.  
  229. 4) Use Hyperterminal to dial your ISP. Note that in this case you are making
  230. a direct phone call to your shell account rather than trying to reach it
  231. through a PPP connection.
  232.  
  233. Now when you dial your ISP from Hyperterminal you might get a bunch of
  234. really weird garbage scrolling down your screen. But donÆt give up. What is
  235. happening is your ISP is trying to set up a PPP connection with
  236. Hyperterminal. That is the kind of connection you need in order to get
  237. pretty pictures on the Web. But Hyperterminal doesnÆt understand PPP.
  238. Unfortunately IÆve have not been able to figure out why this happens
  239. sometimes or how to stop it. But the good side of this picture is that the
  240. problem may go away the next time you use Hyperterminal to connect to your
  241. ISP. So if you dial again you may get a login sequence. IÆve found it often
  242. helps to wait a few days and try again. Of course you can complain to tech
  243. support at your ISP. But it is likely that they wonÆt have a clue on what
  244. causes their end of things to try to set up a PPP session with your
  245. Hyperterminal connection. Sigh.
  246.  
  247. But if all goes well, you will be able to log in. In fact, except for the
  248. PPP attempt problem, I like the Hyperterminal program much better than Win
  249. 95 Telnet. So if you can get this one to work, try it out for awhile. See if
  250. you like it, too.
  251.  
  252. There are a number of other terminal programs that are really good for
  253. connecting to your shell account. They include Qmodem, Quarterdeck Internet
  254. Suite, and Bitcom. Jericho recommends Ewan, a telnet program which also runs
  255. on Windows 95. Ewan is free, and has many more features than either
  256. Hyperterminal or Win 95 Telnet. You may download it from jerichoÆs ftp site
  257. at sekurity.org in the /utils directory. 
  258.  
  259. OK, letÆs say you have logged into your ISP with your favorite program. But
  260. perhaps it still isnÆt clear whether you have a shell account. HereÆs your
  261. next test. At what you hope is your shell prompt, give the command ôls
  262. -alF.ö If you have a real, honest-to-goodness shell account, you should get
  263. something like this:
  264.  
  265. > ls -alF
  266. total 87
  267. drwx--x--x    5 galfina  user    1024 Apr 22 21:45 ./
  268. drwxr-xr-x  380 root     wheel   6656 Apr 22 18:15 ../
  269. -rw-r--r--    1 galfina  user    2793 Apr 22 17:36 .README
  270. -rw-r--r--    1 galfina  user     635 Apr 22 17:36 .Xmodmap
  271. -rw-r--r--    1 galfina  user     624 Apr 22 17:36 .Xmodmap.USKBD
  272. -rw-r--r--    1 galfina  user     808 Apr 22 17:36 .Xresources
  273. drwx--x--x    2 galfina  user     512 Apr 22 17:36 www/
  274. etc.
  275.  
  276. This is the listing of the files and directories of your home directory.
  277. Your shell account may give you a different set of  directories and files
  278. than this (which is only a partial listing). In any case, if you see
  279. anything that looks even a little bit like this, congratulations, you
  280. already have a shell account!
  281.  
  282. *******************************************************
  283. Newbie note: The first item in that bunch of dashes and letters in front of
  284. the file name tells you what kind of file it is.  ôdö means it is a
  285. directory, and ô-ö means it is a file. The rest are the permissions your
  286. files have. ôrö = read permission, ôwö = write permission, and ôxö = execute
  287. permission (no, ôexecuteö has nothing to do with murdering files, it means
  288. you have permission to run the program that is in this file). If there is a
  289. dash, it means there is no permission there. 
  290.  
  291. The symbols in the second, third and fourth place from the left are the
  292. permissions that you have as a user, the following three are the permissions
  293. everyone in your designated group has, and the final three are the
  294. permissions anyone and everyone may have. For example, in galfinaÆs
  295. directory the subdirectory ôwww/ö is something you may read, write and
  296. execute, while everyone else may only execute. This is the directory where
  297. you can put your Web page. The entire world may browse (ôexecuteö) your Web
  298. page. But only you can read and write to it. 
  299.  
  300. If you were to someday discover your permissions looking like:
  301.  
  302.     drwx--xrwx     newbie user     512 Apr 22 17:36 www/
  303.  
  304. Whoa, that ôrö in the third place from last would mean anyone can hack your
  305. Web page!
  306. ******************************************************
  307.  
  308. Another command that will tell you whether you have a shell account is
  309. ôman.ö This gives you an online Unix manual. Usually you have to give the
  310. man command in the form of  ôman <command>ô where <command> is the name of
  311. the Unix command you want to study.  For example, if you want to know all
  312. the different ways to use the ôlsö command, type ôman lsö at the prompt.
  313.  
  314. On the other hand, here is an example of something that, even though it is
  315. on a Unix system, is not a shell account:
  316.  
  317. BSDI BSD/386 1.1 (dub-gw-2.compuserve.com) (ttyp7)
  318.  
  319. Connected to CompuServe
  320.  
  321. Host Name: cis
  322.  
  323. Enter choice (LOGON, HELP, OFF):
  324.  
  325. The immediate tip-off that this is not a shell account is that it asks you
  326. to ôlogonö instead of ôlogin:ö
  327.  
  328.  
  329. How to Get a Shell Account
  330.  
  331.  
  332. What if you are certain that you donÆt already have a shell account? How do
  333. you find an ISP that will give you one?
  334.  
  335. The obvious place to start is your phone book. Unless you live in a really
  336. rural area or in a country where there are few ISPs, there should be a
  337. number of companies to choose from.
  338.  
  339. So hereÆs your problem. You phone Boring ISP, Inc. and say, ôIÆd like a
  340. shell account.ö But Joe Dummy on the other end of the phone says, ôShell?
  341. WhatÆs a shell account?ö  You say ôI want a shell account. SHELL ACCOUNT!!!ö
  342. He says, ôDuh?ö You say ôShell account. SHELL ACCOUNT!!!ö He says, ôUm, er,
  343. let me talk to my supervisor.ö Mr. Uptight Supervisor gets on the phone. ôWe
  344. donÆt give out shell accounts, you dirty &%$*# hacker.ö
  345.  
  346. Or, worse yet, they claim the Internet access account they are giving you a
  347. shell account but you discover it isnÆt one.
  348.  
  349. To avoid this embarrassing scene, avoid calling big name ISPs. I can
  350. guarantee you, America Online, Compuserve and Microsoft Network donÆt give
  351. out shell accounts.
  352.  
  353. What you want to find is the seediest, tiniest ISP in town. The one that
  354. specializes in pasty-faced customers who stay up all night playing MOOs and
  355. MUDs. Guys who impersonate grrrls on IRC. Now that is not to say that MUD
  356. and IRC people are typically hackers. But these definitely are your serious
  357. Internet addicts. An ISP that caters to people like that probably also
  358. understands the kind of person who wants to learn Unix inside and out.
  359.  
  360. So you phone or email one of these ISPs on the back roads of the Net and
  361. say, ôGreetings, d00d! I am an evil haxor and demand a shell account pronto!ö
  362.  
  363. No, no, no!  Chances are you got the owner of this tiny ISP on the other end
  364. of the line. HeÆs probably a hacker himself. Guess what? He loves to hack
  365. but he doesnÆt want hackers (or wannabe hackers) for customers. He doesnÆt
  366. want a customer whoÆs going to be attracting email bombers and waging hacker
  367. war and drawing complaints from the sysadmins on whom this deadly dude has
  368. been testing exploit code.
  369.  
  370. So what you do is say something like ôSay, do you offer shell accounts? I
  371. really, really like to browse the Web with lynx. I hate waiting five hours
  372. for all those pretty pictures and Java applets to load. And I like to do
  373. email with Pine. For newsgroups, I luuuv tin!ö
  374.  
  375. Start out like this and the owner of this tiny ISP may say something like,
  376. ôWow, dude, I know what you mean. IE and Netscape really s***! Lynx uber
  377. alles! What user name would you like?ö
  378.  
  379. At this point, ask the owner for a guest account. As you will learn below,
  380. some shell accounts are so restricted that they are almost worthless. 
  381.  
  382. But letÆs say you canÆt find any ISP within reach of a local phone call that
  383. will give you a shell account. Or the only shell account you can get is
  384. worthless. Or you are well known as a malicious hacker and youÆve been
  385. kicked off every ISP in town. What can you do?
  386.  
  387. Your best option is to get an account on some distant ISP, perhaps even in
  388. another country.  Also, the few medium size ISPs that offer shell accounts
  389. (for example, Netcom) may even have a local dialup number for you. But if
  390. they donÆt have local dialups,  you can still access a shell account located
  391. *anywhere* in the world by setting up a PPP connection with your local
  392. dialup ISP, and then accessing your shell account using a telnet program on
  393. your home computer.
  394.  
  395. *************************************************
  396. Evil Genius Tip: Sure, you can telnet into your shell account from another
  397. ISP account. But unless you have software that allows you to send your
  398. password in an encrypted form, someone may sniff your password and break
  399. into your account. If you get to be well known in the hacker world, lots of
  400. other hackers will constantly be making fun of you by sniffing your
  401. password. Unfortunately, almost all shell accounts are set up so you must
  402. expose your password to anyone who has hidden a sniffer anywhere between the
  403. ISP that provides your PPP connection and your shell account ISP.
  404.  
  405. One solution is to insist on a shell account provider that runs ssh (secure
  406. shell).
  407. **************************************************
  408.  
  409. So where can you find these ISPs that will give you shell accounts? One good
  410. source is http://www.celestin.com/pocia/. It provides links to Internet
  411. Service Providers categorized by geographic region. They even have links to
  412. allow you to sign up with ISPs serving the Lesser Antilles!
  413.  
  414. ***********************************************
  415. Evil Genius tip: Computer criminals and malicious hackers will often get a
  416. guest account on a distant ISP and do their dirty work during the few hours
  417. this guest account is available to them. Since this practice provides the
  418. opportunity to cause so much harm, eventually it may become really hard to
  419. get a test run on a guest account.
  420. ***********************************************
  421.  
  422. But if you want to find a good shell account the hacker way, hereÆs what you
  423. do.  Start with a list of your favorite hacker Web sites. For example, letÆs
  424. try http://ra.nilenet.com/~mjl/hacks/codez.htm.
  425.  
  426. You take the beginning part of the URL (Universal Resource Locator) as your
  427. starting point. In this case it is ôhttp://ra.nilenet.com.ö Try surfing to
  428. that URL. In many cases it will be the home page for that ISP. It should
  429. have instructions for how to sign up for a shell account. In the case of
  430. Nile Net we strike hacker gold:
  431.  
  432.     Dial-up Accounts and Pricing 
  433.  
  434.                         NEXUS Accounts
  435.  
  436. NEXUS Accounts include: Access to a UNIX Shell, full
  437. Internet access, Usenet newsgroups, 5mb of FTP and/or
  438. WWW storage space, and unlimited time. 
  439. One Time Activation Fee: $20.00 
  440. Monthly Service Fee: $19.95 or 
  441. Yearly Service Fee: $199.95
  442.  
  443. Plus which they make a big deal over freedom of online speech. And they host
  444. a great hacker page full of these Guides to (mostly) Harmless Hacking!
  445.  
  446. How to Login to Your Shell Account
  447.  
  448. Now we assume you finally have a guest shell account and are ready to test
  449. drive it. So now we need to figure out how to login. Now all you hacker
  450. geniuses reading this, why donÆt you just forget to flame me for telling
  451. people how to do something as simple as how to login. Please remember that
  452. everyone has a first login. If you have never used Unix, this first time can
  453. be intimidating. In any case, if you are a Unix genius you have no business
  454. reading this BeginnersÆ Guide. So if you are snooping around here looking
  455. for flamebait, send your flames to /dev/null.
  456.  
  457. ***********************************************************
  458. Newbie note: ôFlamesö are insulting, obnoxious rantings and ravings done by
  459. people who are severely lacking in social skills and are a bunch of &$%@#!!
  460. but who think they are brilliant computer savants. For example, this newbie
  461. note is my flame against &$%@#!! flamers.
  462.  ô/dev/nullö stands for ôdevice null.ö It is a file name in a Unix operating
  463. system. Any data that is sent to /dev/null is discarded. So when someone
  464. says they will put something in ô/dev/nullö that means they are sending it
  465. into permanent oblivion.
  466. ***********************************************************
  467.  
  468. The first thing you need to know in order to get into your shell account is
  469. your user name and password. You need to get that information from the ISP
  470. that has just signed you up. The second thing you need to remember is that
  471. Unix is ôcase sensitive.ö That means if your login name is ôJoeSchmoeö the
  472. shell will think ôjoeschmoeö is a different person than ôJoeSchmoeö or
  473. ôJOESCHMOE.ö
  474.  
  475. OK, so you have just connected to your shell account for the first time. You
  476. may see all sorts of different stuff on that first screen. But the one thing
  477. you will always see is the prompt:
  478.  
  479.     login:
  480.  
  481. Here you will type in your user name.
  482.  
  483. In response you will always be asked :
  484.  
  485.     Password:
  486.  
  487. Here you type in your password. 
  488.  
  489. After this you will get some sort of a prompt. It may be a simple as:
  490.  
  491.     %
  492.  
  493. or 
  494.  
  495.     $
  496.  
  497. or 
  498.  
  499.     >
  500.  
  501. Or as complicated as:
  502.  
  503.     sleepy:~$
  504.  
  505. Or it may even be some sort of complicated menu where you have to choose a
  506. ôshellö option before you get to the shell prompt.
  507.  
  508. Or it may be a simple as:
  509.  
  510.     #
  511.  
  512. **********************************************************
  513. Newbie note: The prompt ô#ö usually means you have the superuser powers of
  514. a ôrootö account. The Unix superuser has the power to do *anything* to the
  515. computer. But you wonÆt see this  prompt unless either the systems
  516. administrator has been really careless -- or someone is playing a joke on
  517. you. Sometimes a hacker thinks he or she has broken into the superuser
  518. account because of seeing the ô#ö prompt. But sometimes this is just a trick
  519. the sysadmin is playing. So the hacker goes playing around in what he or she
  520. thinks is the root account while the sysadmin and his friends and the police
  521. are all laughing at the hacker.
  522. **********************************************************
  523.  
  524. Ready to star