home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / hackers / 1649 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.1 KB  |  25 lines

  1. Newsgroups: alt.hackers
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!pmiach
  3. From: pmiach@ee.mu.OZ.AU (Paul Miach)
  4. Subject: lucky : -)
  5. Message-ID: <9231622.8192@mulga.cs.mu.OZ.AU>
  6. Sender: news@cs.mu.OZ.AU
  7. Organization: Electronic and Electrical Engineering - University of Melbourne 
  8. Date: Wed, 11 Nov 1992 11:21:41 GMT
  9. Approved: psyCho CoMuPteRs FrOm HeLl MadE mE!
  10. Lines: 13
  11.  
  12.     This was a linux hack, and it saved me booting from a root disk (which
  13. I didn't want to do). Any way, someone was trying to install gcc, and managed
  14. to chmod 644 /bin/*. Which was pretty cool, as I only knew when 'chmod' became a
  15. 'Command not found', so I had effectivly lost /bin. Jumped into /usr/bin (only
  16. other place with binaries). /usr/bin was still there, intact :-).
  17.     Well, /usr/bin was pretty sparce, but fortunately, included 'uuencode',
  18. 'uudecode', and 'elvis' (a vi clone). To get a working chmod, all I needed to do
  19. was 'uuencode chmod chmod > chmod.uu', vi the header to look like 'begin 755
  20. chmod.yes', save the changes, and type 'uudecode chmod.uu'. Now that I had a
  21. chmod the rest was simple.
  22.     This is also my 1st alt.hackers post, 2 hacks for one ;-).
  23.  
  24. Paul Miach.
  25.