How can I open the Terminal on an iMac G3 (Mac OS 8.5)

4

1

Is there even a Terminal? I can't seem to find one anywhere in Applications or Utilities.

Zac

Posted 2016-07-04T17:25:19.590

Reputation: 143

Answers

4

Before Mac OS X, Mac OS wasn't even Unix based. Steve Jobs liked things simple and easy, so much so that he forced it on users, instead of giving them the option for advanced or simple. (This still happens with things like iOS, but I won't get into that.)

Mac OS 9 and below DOES NOT have a terminal. Even if it did, it would probably have its own special set of commands, as, like I said before, Classic is not Unix-based like OS X. Classic also didn't have a true filesystem. I believe HFS was introduced some time with OS 7, but even then the OS did a lot of the sorting. Even with a limited filesystem, it was nothing like Unix's filesystem, so there would be none of the files you might expect.

I believe that the only reason OS X has a terminal is because the CLI environment is native to Unix, and there was pressure from consumers to include a terminal. The only reason the terminal is usable is because OS X is a Unix OS and takes much of its CLI tools from its base.

TheWanderer

Posted 2016-07-04T17:25:19.590

Reputation: 808

So there's nothing even like a terminal? – Zac – 2016-07-04T17:52:02.553

nope, nothing even close. – Tetsujin – 2016-07-04T17:53:56.060

oh, that's a shame – Zac – 2016-07-04T17:54:04.840

1@Zac it is a shame, but a G3 will run OSX 10.5.8, if somewhat slowly. It's not the most recent OS, and not compatible with much, but it at least has a Terminal and the Unix features. – TheWanderer – 2016-07-04T17:55:45.717

1

There is no terminal, Mac OS 8.5 [& in fact all the way from 1 - 9] is not unix-based at all.

The Unix/BSD/Darwin kernel & its attendant Terminal came with Apple's transition to OS X [Mac OS X as it was originally known, macOS as it will be known from later 2016]

From Wikipedia: OS X

OS X is based on technologies developed at NeXT between the second half of the 1980s and Apple's purchase of the company in late 1996.
OS X's core is a POSIX compliant operating system built on top of the XNU kernel, with standard Unix facilities available from the command line interface. Apple has released this family of software as a free and open source operating system named Darwin.

Tetsujin

Posted 2016-07-04T17:25:19.590

Reputation: 22 456

1

Not completely correct. They had a console environment, the MPW Shell (or Macintosh Programmer’s Workshop Shell), which was very nicely done, with screen editing features combined with terminal features. Fun fact, it distinguished Return and Enter keys. One was used as newline, the other to execute the line. It came with both compilers and common command line tools

IridiumFX

Posted 2016-07-04T17:25:19.590

Reputation: 11

1Providing more details on this item, which OSes it was included with, and information on HOW one accessed this may make this a better answer, especially considering several other answers emphatically state that no such terminal/shell existed. – music2myear – 2018-12-10T18:43:49.667

a good starting point would be downloading it from one of the few existing mirrors, like https://staticky.com/dl/ftp.apple.com/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./MPW-GM_Images/ mounting the disk image and copying that to a hard disk. Then just double click the “MPW Shell” app and you will be in. The splash page gives a brief tutorial on some commands. It should even be possible to find MacPerl and some other classic unix tools still around some mirrors. Hope this helps

– IridiumFX – 2018-12-11T20:29:13.403

Then this is not an answer. OP was not asking for extra software to add a terminal-like environment, they were asking for a terminal built-in to the OS, and the MacOS versions noted in the question are not UNIX-based and so "classic unix tools" won't work. Further, rather than adding information in comments, you should use the EDIT button to add the information to the body of your answer. – music2myear – 2018-12-12T18:07:47.773