Terminal commands

Posted:
in Genius Bar edited January 2014
Can anyone very briefly explain the terminal to me. And even better provide a link or two that will show me commands and anything else i could learn about it. thanks

Comments

  • Reply 1 of 4
    The Terminal app provides you a console or terminal emulator window to enable access to the unix sub system.

    Basically most generic unix command will work at this level.

    Most basic unix tutorials will cover the commands you can use here and Apple has man (Manual) pages on most of the commands. Just type

    $ man what_ever_command_you_want_to_know_about <Return>



    Some of the more generic commands include

    ls to do see the directory

    cd to change directory

    cat to view a file

    ps to see process details

    df to see disk usage

    rm to remove files

    exit to logout



    You probably won't need to use the terminal app unless you want to get into the more nitty gritty of the OS.



    :cool:
  • Reply 2 of 4
    onlookeronlooker Posts: 5,252member
    My recomendation is to purchase a book titled Sams teach your self unix in 24 hours. 2nd edition.



    Brief tutorials will get you into trouble in unix they are a unix newbies worst nightmare. They tell you a few commands - some of which can do you more harm than good., Also, they don't give you a true understanding of what your dealing with.

    The Sams book I suggested is a fine place to start your quest for unix knowlege
  • Reply 4 of 4
    Check in to MacInstruct. They have a fantastic tutorial application that takes you through the basics of the Terminal. Don't forget to check out the rest of the site as well. They have lots of great tutorials. You can get the application at the following link: <a href="http://www.macinstruct.com/tutorials/unix/index.html"; target="_blank">http://www.macinstruct.com/tutorials/unix/index.html</a>;



    Hope this helps you out!
Sign In or Register to comment.