|
#1
| |||
| |||
| -bash: rt: command not found
I'm an amateur Unix user who never should have been messing around with Terminal, Directory Utility, etc. I enabled the root user through Directory Utility and then disenabled it. I then flushed cache via.. sudo dscacheutil -flushcache I thought this all would be harmless, but now I am getting this mail in Terminal... -bash: rt: command not found How can I fix this? |
|
#2
| ||||
| ||||
|
What is "rt" and why are you trying to execute it? Do you get this message when trying to do something in the Terminal, or does this message happen spontaneously?
__________________ Mac mini 2.0GHz 10.6.2 • 4GB • 320GB • Superdrive • 4 x 1TB USB 2.0 • LED Cinema Display MacBook 2.0GHz Core 2 Duo - White 10.6.2 • 4GB • 250GB • CD-RW/DVD-ROM iPhone 3G 8GB • iPod Touch 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T U-Verse 18Mb/2Mb http://www.jeffhoppe.com |
|
#3
| |||
| |||
|
I don't know what rt is, and yes I get it as mail in Terminal. Note that I also installed MacPorts and unsuccesfully tried to install Apache 2 on my MacBook Pro yesterday too. My best guess is that I'm logged in or out of an account that I shouldn't be in. |
|
#4
| ||||
| ||||
| What is "mail" in the Terminal? Quote:
__________________ Mac mini 2.0GHz 10.6.2 • 4GB • 320GB • Superdrive • 4 x 1TB USB 2.0 • LED Cinema Display MacBook 2.0GHz Core 2 Duo - White 10.6.2 • 4GB • 250GB • CD-RW/DVD-ROM iPhone 3G 8GB • iPod Touch 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T U-Verse 18Mb/2Mb http://www.jeffhoppe.com |
|
#5
| |||
| |||
| This is precisely the message I get in Terminal... Last login: Thu Feb 26 20:03:39 on ttys000 You have mail. -bash: rt: command not found Not totally sure. I did it with a friend. Maybe it required an upgrade? |
|
#6
| ||||
| ||||
| Quote:
What are the contents of your .bashrc and .bash_profile files, located in your home directory? Quote:
__________________ Mac mini 2.0GHz 10.6.2 • 4GB • 320GB • Superdrive • 4 x 1TB USB 2.0 • LED Cinema Display MacBook 2.0GHz Core 2 Duo - White 10.6.2 • 4GB • 250GB • CD-RW/DVD-ROM iPhone 3G 8GB • iPod Touch 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T U-Verse 18Mb/2Mb http://www.jeffhoppe.com |
|
#7
| |||
| |||
| Quote:
Quote:
Code: # System-wide .bashrc file for interactive bash(1) shells. if [ -z "$PS1" ]; then return fi PS1='\h:\W \u\$ ' # Make bash check its window size after a process completes shopt -s checkwinsize Code: # System-wide .profile for sh(1)
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi
|
|
#8
| ||||
| ||||
|
No, I mean the .bashrc and/or .bash_profile file located in /Users/[yourusername]...
__________________ Mac mini 2.0GHz 10.6.2 • 4GB • 320GB • Superdrive • 4 x 1TB USB 2.0 • LED Cinema Display MacBook 2.0GHz Core 2 Duo - White 10.6.2 • 4GB • 250GB • CD-RW/DVD-ROM iPhone 3G 8GB • iPod Touch 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T U-Verse 18Mb/2Mb http://www.jeffhoppe.com |
| The Following User Says Thank You to ElDiabloConCaca For This Useful Post: | ||
bardamu (February 27th, 2009) | ||
![]() |
| Bookmarks |
| Tags |
| bash, command not found, root, terminal, unix |
| Thread Tools | |
|
|