Help with Terminal!

Hi guys, my problem is when I load up terminal I get:
Unknown-00-1c-b3-76-e2-b8:~ "my user name"$
and when I want to run any script (this time I'm changing the look of my dock) I get an error message saying:
"No matching processes belonging to you were found"
Please help

When in Terminal.app type in "id" and CR. Post back what you see.
CR = carriage return.
Message was edited by: BarryXSharp

Similar Messages

  • Help with Terminal Please

    Here's the deal. My cousin was playing on my computer when I was at a friends and decided to mess with terminal. Now it won't work. Here is the site of the codes he was working with → http://www.usingmac.com/2009/4/27/twiddle-with-terminal-command-prompt I also made a screenshot of how my terminal changed → http://img29.imageshack.us/my.php?image=terminalshot.tif
    The problem now is I can't type anything in it. Any help is appreciated. Thanks.
    Sarah

    The simplest recover is to use TimeMachine to restore the system to just prior to the hacking.
    Also Apple recommends NEVER using your computer casually as an administrator.
    Letting other people play with your computer as a toy, when you are running an administrator account is begging for problems.
    If you don't have a backup, ask your cousin exactly what he did, and reverse it.

  • Kinda need some help with Terminal =\

    I pasted a code i found in the Wikipedia into terminal, how do i reverse it? it's making my panther act really weird =(
    Below is the article with the code in it i copied, it's from wikipedia.
    Thanks for your help.
    It's here (look under Trivia): http://en.wikipedia.org/wiki/Exposé%28Mac_OSX%29
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    The "blob" is a hidden and undocumented interface to Exposé that was discovered by a member of the MacNN forums[2] When clicked, it enables the "Application Windows" mode. When Option+clicked, it enables the "All Windows" mode. Holding down Shift and clicking or Option+clicking causes the Exposé effect to occur in slow motion.
    To enable the blob, enter the following commands in Terminal (/Applications/Utilities/Terminal.app):
    defaults write com.apple.dock wvous-floater -bool true
    killall Dock
    To disable the blob, repeat the above steps replacing true with false.
    Another undocumented feature of Exposé is for the show desktop function. It places all the open windows in a small box on the screen that can be moved to anywhere on the screen. Unfortunately this function has some bugs, after exiting the show desktop mode, the foremost window will not have a shadow and the user will not be able to move the window. However, this easily fixed by using the show all function (which is set to default F9).
    To enable this function simply enter the following command into the Terminal
    defaults write com.apple.dock wvous-olddesktop -bool false
    killall Dock
    To disable this function repeat the above steps replacing false with true.
    Exposé was introduced with Mac OS X v10.3 ("Panther") on June 23, 2003. Since then, a number of third-party applications have appeared for other platforms that attempt to duplicate its functionality. A new feature in Microsoft's upcoming Windows Vista operating system, "Windows Flip 3D", also bears a slight resemblance to Exposé. Compiz, an experimental compositing window manager for the accelerated X server Xgl, also has a plugin (called "scale") which adds a similar feature.
    Exposé makes extensive use of undocumented features of the Core Graphics framework.

    Ah, thanks
    Before, i tried it but didn't put the Killall dock thing in ^_^;
    funny how these things can seem so obvious once you know the answer, eh? ^__^;;;
    Thanks ^_^
    I have not tried any of this myself, but the
    Wikipedia article tells how to undo these settings.
    To enable the blob, enter the following commands
    in Terminal (/Applications/Utilities/Terminal.app):
    defaults write com.apple.dock wvous-floater -bool
    true
    killall Dock
    To disable the blob, repeat the above steps replacing
    true with false.
    That is, to disable the blob, enter the following two
    commands into a Terminal window:
    defaults write com.apple.dock wvous-floater -bool
    false
    killall Dock
    To enable this function simply enter the following
    command into the Terminal
    defaults write com.apple.dock wvous-olddesktop -bool
    false
    killall Dock
    To disable this function repeat the above steps
    replacing false with true.
    That is, enter the following commands in a Terminal
    window:
    defaults write com.apple.dock wvous-olddesktop -bool
    true
    killall Dock
    I hope this solves your problems.
    Rich
    EMAC G4 1.0 GHz
      Mac OS X (10.4.8)  

  • Can anyone help with Terminal not working properly on 2013 (late) mac pro?

    New 2013 (late) mac pro. 10.9.2 osx
    Using Terminal utility and giving "cat" command, I get a return message of "file or directory not found" even though the files are right there. This is a little procedure I have performed with older mac pro and laptops (also Mavericks) and never had a problem.

    Thank you for posting Linc. I worked it out, it is a case of user error.

  • Done Something Dumb, Please Help With Terminal Command

    OK, So I couldn't figure out why I was no longer getting Growl notifications with mail.app and GrowlMail after I upgraded to 10.5. Turns out it has something to do with the bundle version it is running. I ran the following 2 terminal commands found here : http://www.davidroessli.com/logs/2007/01/gettinggrowlmail_towork/
    they were:
    defaults write com.apple.mail EnableBundles 1
    defaults write com.apple.mail BundleCompatibilityVersion 2
    Once I launched mail.app again the application told me that it had shut off support for the Plaxo plugin that I use. Now neither Growl nor the Plaxo plugin work. Long story short, can someone explain to me how to put mail.app back the way it was before I foolishly ran terminal commands? Thanks in advance

    Email the author. Growl isn't supported by Apple.
    You are aware that the article was written quite a while before 10.5.2 was released? It's not a good idea to implement modifications that are not tested on the current version of OS X without checking first with the author of such modifications. It's especially not a good idea to use the "defaults write" command without knowing how to undo the change.
    The first command is undone by substituting 0 for 1. Change the second one from 2 to 3.

  • Help with Terminal and bashrc

    I have a brand new iMac and am trying to set up some customizations in Terminal. I created a .bashrc file in my home directory. If I type "source .bashrc" in the Terminal it properly sets up my custom prompt. However I can't figure out how to make this file get sourced when terminal starts. I went to Terminal preferences and clicked on "Execute this command" and put "source /Users/myShortName/.bashrc" in the box. I tried several combinations (e.g. ". /Users...") but nothing I've tried has worked. What's the trick?

    You might want to ask in the Unix forum:
    http://discussions.apple.com/forum.jspa?forumID=735

  • Help with Sort function in Terminal

    Hello all... this is my first post on here as I'm having some trouble with some Termianl commands. I'm trying to learn Terminal at the moment as it is but I would appreciate some help with this one....
    I'm trying to sort a rather large txt file into alphabetical order and also delete any duplicates. I've been using the following command in Terminal:
    sort -u words.txt > words1.txt
    but after a while I get the following error
    sort: string comparison failed: Illegal byte sequence
    sort: Set LC_ALL='C' to work around the problem.
    sort: The strings compared were `ariadnetr\345dens\r' and `ariadnetr\345ds\r'.
    What should my initial command be? What is Set LC_ALL='C'?
    Hope you guys can help?

    Various languages distinct sorting - collation - sequences. 
    The characters can and variously do sort differently, depending on what language is involved. 
    Languages here can include the written languages of humans, and a few settings associated with programming languages.  This is all part of what is known as internationalization and localization, and there are are various documents around on that topic.
    The LC_ALL environment variable sets all of the locale-related settings en-mass, including the collation sequence that is established via LC_COLLATE et al, and the sort tool is suggesting selecting the C language collation.
    Here, the tool is suggesting the following syntax:
    LC_ALL=C sort -u words.txt > words1.txt
    This can also be done by exporting the LC_ALL, but it's probably better to just do this locally before invoking the tool.
    Also look at the lines of text in question within the files, and confirm the character encoding of the file.
    Files can have different character encodings, and there's no reliable means to guess the encoding.  For some related information, see the file command:
    file words.txt
    ...and start reading some of the materials on internationalization and localization that are posted around the 'net. Here's Apple's top-level overview.
    In this case, it looks like there's an "odd" character and probably an å character on that line and apparently the Svenska ariadnetrådens. 
    Switching collation can help here, or - if the character is not necessary - removing it via tr or replacing it via sed can be equally effective solutions. 
    Given it appears to be Svenska, it might work better to switch to Svenska collation thanto  the suggested C collation.
    I think that's going to be sv_SE, which would make the command:
    LC_ALL=sv_SE sort -u words.txt > words1.txt
    This is all generic bash shell scripting stuff, and not specific to OS X.  If you haven't already seen them, the folks over at tldp have various guides including a bash guide for beginners, and an advanced bash scripting guide - both can be worth skimming.  They're not exactly the same as bash on OS X and some specific commands and switches can differ, and as bash versions can differ, but bash is quite similar across all the platforms.

  • Need help with a terminal command

    Ever since Lion, or maybe even earlier, I am fighting a losing battle against memory leaks on my MacBook Pro. Safari for example takes over time 2GB+ for just 2 or 3 tabs open with almost no extensions active. Really strange.
    Someone told me about the "purge" command in Terminal to free some of the sequestered memory, so I am doing this a few times a day to be able to use Photoshop, Keynote, Premiere and other stuff concurrently without opening and closing apps like I did 10 or 15 years ago, remember those days?
    So here are my 2 questions:
    Will this frequent "purge" command harm anything in the long run?
    If no, is it possible to automate this "purge" Terminal action somehow? Maybe a desktop icon to click, or fully automated? I am a designer, not a coder, so I would need help with that.
    Thank you for your input!
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro8,2
      Processor Name:          Intel Core i7
      Processor Speed:          2.3 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          8 MB
      Memory:          8 GB
      Boot ROM Version:          MBP81.0047.B27

    Hello, do any modifier keys work, like Optio/alt?
    Could you have Firmware password protection in Mac OS X ...
    http://support.apple.com/kb/HT1352
    It would block usage of all the startup keys, like C, N, T, D, CMD+s, CMD+Option+p+r, CMD +v, Option, and Shift, as well as booting from anything but the Hard Drive.
    Force Removing Password Protection
    1) Add or remove DIMMs to change the total amount of RAM in the computer.
    2) Then, the PRAM must be reset 3 times. (Command + Option + P + R).
    http://www.securemac.com/openfirmwarepasswordprotection.php

  • Moving files in Terminal; Need help with paths.

    A user on my computer with admin access moved "Fonts" folder from /System/Library on my hard drive (not under user) to the Desktop. Now I get the blue screen upon startup. Safe mode won't work. I've searched the forum and apple support for solutions to the blue screen, but they haven't worked. I'm thinking if I can just move that file back with Terminal, everything will be fine.
    So, starting with: mv ~/folder1 ~/folder2
    Would someone be so kind as to help a poor fool figure out the appropriate paths of a folder sitting on my desktop as well as the System/Library folder on my hard drive (not the Library under my username)? I've tried searching but am so frustrated I'm hoping someone will be able to help me straight-up.
    Thanks a ton!
    PowerMac G5 Dual   Mac OS X (10.4.8)  

    Thanks so much for your help Niel! Sorry, couldn't get to another computer to reply. Quick question regarding the suggestion: Does that move the "Fonts" folder from my desktop into a Fonts folder that doesn't exist yet? So would the final result be: System/Library/Fonts/Fonts? Or does that overwrite? What about: mv /Users/username/Desktop/Fonts/ /System/Library/
    in order to move the Fonts folder back into the Library folder?
    Hope that makes sense. Thanks

  • How to run hardware diagnostic with the help of terminal?

    how to run hardware diagnostic with the help of terminal? any cmds

    Macs newer than 10.7's release just need to boot with the 'D' key.  
    Otherwise you need to find the original installer disk of the Mac, or call AppleCare for it to be able to run the hardware diagnostic.

  • Cannot create new folders on desktop. Cannot drag new items onto desktop. Desktop in Finder opens with Terminal. Not sure if this has anything to do with upgrading to Mavericks but I need help if anyone has ideas. Thank you.

    I can no longer create new folders on my desktop. The option to do that is now light gray on the drop down menu and can't be selected.
    I cannot drag new items onto desktop any longer either.
    The Desktop in Finder opens with Terminal.
    Folders and items on Desktop open and work normally.
    Not sure if this has anything to do with upgrading to Mavericks but I need help if anyone has ideas.
    Thank you.

    Take these steps if the cursor changes from an arrow to a white "prohibited" symbol when you try to move an icon on the Desktop.
    Sometimes the problem may be solved just by logging out or rebooting. Try that first, if you haven't already done it. Otherwise, continue.
    Select the icon of your home folder (a house) in the sidebar of a Finder window and open it. The Desktop folder is one of the subfolders. Select it and open the Info window. In the General section of the window, the Kind will be either Folder  or something else, such as Anything.
    If the Kind is Folder, uncheck the box marked Locked. Close the Info window and test.
    If the Kind is not Folder, make sure the Locked box is not checked and that you have Read & Write privileges in the  Sharing & Permissions section. Then close the Info window and do as follows.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    xattr -d com.apple.FinderInfo Desktop
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You should get a new line ending in a dollar sign (“$”). Quit Terminal.
    Relaunch the Finder.
    If the problem is now resolved, and if you use iPhoto, continue.
    Quit iPhoto if it's running. Launch it while holding down the option key. It will prompt you to select a library. Choose the one you want to use (not the Desktop folder.)

  • Please, Please help me with Terminal...

    I'm pretty desperate and very frustrated. I try to open terminal, and all I see is a blank window with Terminal-login-80x24
    Please, I cannot to anything. I have tried to open new windows, tried several login commands but there is NO response! No feedback and no action. Normal commands do not work
    Please, I am at my wit's end.
    There is no scrollback either.

    Go to the Terminal's preferences, and in the "Startup" section change the "Shells open with" option to "command" with "/bin/bash" as the command to run. Then try launching the Terminal again.
    Alternatively, try launching the X11 application, which should launch xterm and allow you to access the shell.

  • New Mac user looking for help with Finder, Preview, Keyboard, & Dock

    So about a month ago I switched over from a lifelong Windows user to a brand new MacBook Pro, and while I am adjusting pretty well, there are still some things that I haven't quite figured out.
    First up on the list is Finder! I like my files to be arranged just like how they are in Windows Explorer--folders first alphabetically, then files alphabetically. I've managed to acquire this setting by messing around with the "clean up by" and "arrange by" functions but I don't really know the specific combination. Most of the time these preferences are saved and set as the defaults under "View Options" but every once in a while it resets and I have to tinker around with the settings all over again. Does anyone know of a way to fix this? It's only happened twice so far, but I'd rather not have it happen again. Also, occasionally when I delete an item, there is a blank space left where the icon was instead of all the files following it bumping up a space. Any quick fixes for this bug?
    Next up is Preview. Again, I like the Windows Way and I like to be able to browse between the files in a folder while using Preview/Windows Photo Viewer. I know that there is a way to browse between files if you select the whole folder and stick it in Preview, but is there a way to achieve the same result without having to do that? An app or "extension" of some sort that adds arrows in to browse between photos? I've had no luck finding anything other than the aforementioned option. Is there a good free alternative to Preview that will function similarly with the browse between photos option?
    One of my favorite things about my new Mac is the backlit keyboard function. My old laptop didn't have it and as someone who is online more often at night it is super helpful. But is there a way to turn it off during the day/in bright settings? A way to put it on a timer? In System Preferences I selected the option "Adjust keyboard brightness in low light", which I assumed to mean would have the keyboard NOT very bright when there IS light, but it continues to light up just the same. Any apps or extensions to help with this one?
    And finally, the dock! This question is more about aesthetics than functionality but help is appreciated all the same. Currently, my dock looks like this: http://i42.tinypic.com/35ktxlz.png It is rather opaque and the indicator lights can barely be seen. However, in a lot of tutorial videos I've been watching, many people have docks that look like this: http://i.i.cbsi.com/cnwk.1d/i/tim/2011/07/19/Lion_LaunchPad.png It is a darker shade of gray, the divider is dashed rather than a straight line, and the indicator lights are clearly visible. Does anybody know how to get this look for the dock? I've looked in the dock preferences but there's not really anything in there other than magnification/size/effects.
    That about sums things up! I'm sorry if any of these seem like "silly" questions but they are all things I have been unable to find answers for. Any and all tips, tricks, and help is appreciated! Thanks in advance for all your help!!

    congratulations on coming over from the dark side.
    Seems like you are interested in column view, which would show you the hierarchy of folders and files:  Column View in Mac OS X Mountain Lion - For Dummies Not sure what's going on if your finder settings don't stay put. May be a corrupted preferences file, which is easy to fix, but is perhaps a topic for another discussion.
    What I'd suggest is to have an open mind and try to see what the mac can do, rather than force it to look like your windows machine. I mean, if you just want it to look like windows, then why bother switching? If you give it a little time, you'll start to appreciate the mac way of doing things, and see how it is infinitely more awesome, powerful, creative, intuitive, and better designed (and the software way better written)  than what you left behind. But that's your call.
    There are some threads on this forum with complaints about the backlight. Keyboard backlight settings query...: Apple Support Communities  Evidently it depends on the angle of the screen and the light sensor relative to the light. Some suggest that a SMC reset may help: Intel-based Macs: Resetting the System Management Controller (SMC)  This is not an issue for me, I just adjust the brightness with the keyboard buttons if I want. Real men shift their own gears, drink their coffee black, and adjust their own keyboard brightness. I am not aware of any software to exert more control over this feature but a search of macupdate  Download Apple Mac Software & iPhone Software : MacUpdate may help. I mean, it's up to you what is important. I can waste a lot of time playing around with the GUI and with unnecessary software, or I can just get my work (and play) done.
    You might prefer the no-glass dock, that removes the shelf, and makes the indicator lights like more discrete orbs. You can do this with the terminal. Using the terminal is also, perhaps, a topic for another discussion.I like the 2D dock much better. If you want I'll give you some directions for how to do it. Otherwise, here's a reference: 2D Dock - MacRumors Forums

  • Does anybody know how to get help with this one?

    Hello there!  
    I wanted to get an advice on how to get in touch with the appropriate person at BT that could help with my situation.
    I have tried telephone help, complaints by email and unfortunately still waiting for somebody from the customer services to help me out.
    I have recently moved home.  I contacted BT on 26th June to organise the line transfer to the new address. The date was set for 18th July. I also ordered line rental saver and paid for it over the phone. All went smooth, telephone and broadband was working fine at the new place, but on the 23rd July I was sent an email that "BT is sorry that I am leaving". 
    I thought it was a mistake, but the lady in the on-line chat said somebody stopped my service. Later she rang and left a message saying that I must have requested to move to another provider. Did not manage to speak to her again, but phoned the help line this time.
    There a gentleman was trying to convince me that I called BT and cancelled my service on the 18th July and to him I was not a BT customer anymore. The truth is that I did not request to stop my service, anyway - why would I do that after paying for a year in advance. This has no logic, but because computer says so then he thinks I did it.
    He also added that my account is a 'mess'. He then promised that somebody would get in touch to sort it out as my line rental was gone and my phone and internet could go off any minute.
    I did not get any help. After that I wrote to them  3 email complaints to request assistance. They called and aknowledge they will help, but 3 weeks down the line nothing was done to explain the situation. Left the messages to the person from email complaints to ring me or email me -never happened.
    Last week I got 2 emails welcoming me to BT and outlining the call plans that were diferent from each other and the one I agreed to on the 25th June. When I called help line 2 days ago a lady confirmed on which one I am on, but could not sort out the most annoying thing - the 'final' bill. 
    I was sent a bill for over 200 pounds due to premature termination of phone and broadband service , which I never ordered. They already took the money this week. My line saver is gone as well. So I am 360 pounds short. I aslo have no access to myBT to monitor my phone activity or make orders.They also did not send any confrimation of the call plan I am currently on.
    It is a very annoying situation, because somebody at BT made an error and I am unable to get to anybody that could help. Everytime you call the help line you speak to somebody else and despite me thinking the email complaints would be the way forward they are not. Would appreciate some advice on how to tackle these issues: false accusations from them, inappropriate billing, problem with myBT.
    Thanks Lukasz

    Hi lbadek
    I can help with this please send us an email using the contact the mods link in my proifle and we will investigated from there.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Mac OS X help with share access on a windows 2003 server

    Hello everyone
    I am not too familiar with Mac OS X (Darwin) and so on and need a little help.
    We recently got a new windows 2003 standard server and I want to move my files to there so they get backed up and so on. I am able to access shares on the pc's on our network but when I try to access the server from finder i just get a box pop up saysing do you want to fix or delete the alias.
    When I try to access it via a terminal, because I am a bit more ok with the cmd line thanks to my linux capabilities, I get the following error:
    mount_smbfs: tree connect phase failed: syserr = Permission denied
    when i try:
    mount_smbfs //dan:[email protected]/General\ Files /BB-SERVER/General\ Files
    Is there anybody that has experienced this before and that can help me resolve this.
    Thank you in advance
    Kobus

    Hi Kobus Bensch,
    I'm sorry I am not able to help with your questions about sharing from your Mac to the server but wanted to suggest that you post back the exact Mac OS version you are using. Your specs below your post suggest 10.0.x which was barely a beta version of Mac OS X. This will surely help those who are seeing your topic and trying to help.
    To find the version you can simply click on the blue Apple in your top menu bar and select About This Mac.
    good luck,
    littleshoulders

Maybe you are looking for

  • How to get acknowlgmnt from EFT (debt card swap) machine from swing app.

    Hi, Please some 1 let me know how to get acknowlegdement from EFT ( debit card Swap) machine once it is connected to the computer. I have a code which seems to have no errors ut it I am not sure whether the EFT machine will be able to send or recieve

  • How can I make a back-up with the MAC OS X disc on external data?

    Hello guys! I have a problem, my MacBook does not turn on, so to save some of the data I have to make a back-up. For this I bought an external drive to put the data on. With the disc MAC OS X I tried recovering the data, but this does not work. When

  • Regarding a select statement

    hi, i got a select statement in my program as shown below select * from ce4e001 where bukrs eq s_bukrs-low. check s_kndnr. check s_prctr. move-corresponding ce4e001 to v_ce4e001. append v_ce4e001. endselect. now i want to rewrite this select statemen

  • Using WFLOAD on customized workflow

    Our business has customized the AP Expenses workflow to meet our business needs. One of our customizations is removing several "Lookup Codes" in the "Lookup Types". Our business does not want certain responses to show on the workflow notification. Th

  • Send for Review users

    at what point does the "users" folder get created .....is it when the connection key is consumed and the user first connects? What folder/file permissions are required are these folders (_mm, ct3beta, messaging etc...)?