Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Ambrose Chapel

macrumors 65816
Original poster
Jul 24, 2002
1,141
3
Massachusetts
Hi

I have a Ti DVI 667/512/30, running 10.2.4. I never messed with Terminal until just now. I wanted to see my uptime, so I launched and, at the prompt, typed uptime. It tells me command not found. Same for cal (got these 2 from The Missing Manual). If I type ls ~ i do get the contents of my home folder.

I looked at some of the old threads about uptime and saw the pics people posted. My Terminal window looks the same except it doesn't say 'Welcome to Darwin.'

Any ideas on what's wrong?
 
Hmm...I just did an uptime and it worked.

I executed the "which uptime" command to find out where the uptime executable is located, and it is located in th /usr/bin directory. So make sure you have a /usr/bin/uptime file.

If the file is there, then the problem is with your path. Execute the command "echo $PATH". Make sure /usr/bin is in your path. It should be in your path. I'm not sure why it wouldn't be. You can always add it to your path by adding the line:

setenv PATH /usr/bin:${PATH}

...to the file .cshrc which is in your home directory. But it's weird it's not already in your path, though....
 
Re: can't enter simple commands in terminal

Originally posted by Ambrose Chapel
Hi

I have a Ti DVI 667/512/30, running 10.2.4. I never messed with Terminal until just now. I wanted to see my uptime, so I launched and, at the prompt, typed uptime. It tells me command not found. Same for cal (got these 2 from The Missing Manual). If I type ls ~ i do get the contents of my home folder.

I looked at some of the old threads about uptime and saw the pics people posted. My Terminal window looks the same except it doesn't say 'Welcome to Darwin.'

Any ideas on what's wrong?

It sounds like you forgot to install the BSD part of OSX. There's a checkbox in the installer for it.
 
It sounds like you forgot to install the BSD part of OSX. There's a checkbox in the installer for it.

That very well could be. Can I install it on its own from the CD, without installing anything else?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.