Results 1 to 6 of 6

Thread: Linux Question

  1. #1

    Linux Question

    I am a newbie when it comes to Linux. Could someone please tell me how you run a file or program in Linux?
    *sigh*
    Nostalgia isn\'t what it used to be.

    http://upl.mine.nu/uplfolders/upload1/feckit.jpg

  2. #2
    Senior Member linuxcomando's Avatar
    Join Date
    Sep 2001
    Posts
    432
    Um....yah got to be a little more specific....ok a lot more specific....
    are we talking an rpm,script or tar.gz file.
    Im bout to leave work so heres a quick list....you can either do a full path name
    /bin/whatever or cd to /bin and run a ./whatever the ./ fakes the full path name.
    You have to make sure that your file is executable to make it executable you have to do a chmod +x filename.....Now i get to go home
    I toor\'d YOU!

  3. #3
    Senior Member
    Join Date
    Mar 2002
    Location
    Snohomish WA
    Posts
    315
    Unix comands......I've found they are necesary if you're going to get anywhere...lol (I'm a newbie like you.)
    Here ya go...
    http://www.linuxdocs.org/
    http://www.nmt.edu/tcc/help/unix/unix_cmd.html
    http://www.ucgbook.com/unix.html
    http://www.emba.uvm.edu/CF/basic.html
    http://www.geek-girl.com/Unixhelp/

    and...believe it or not, the most useful book I own is Unix for Dummies!!!
    Good luck, have fun!
    Faqt


    If you want to make God laugh....make plans.

  4. #4
    Senior Member
    Join Date
    Mar 2002
    Location
    Snohomish WA
    Posts
    315
    Oops...one more thing. The first thing you'll need to know about executing any type of program is permissions.
    If you don't have x permission on a file you won't be able to execute it.
    http://www.acm.uiuc.edu/webmonkeys/h...shop/unix.html
    http://www.onlamp.com/pub/a/bsd/2000...SD_Basics.html
    http://www.onlamp.com/pub/a/bsd/2000...SD_Basics.html
    Faqt


    If you want to make God laugh....make plans.

  5. #5
    AO Curmudgeon rcgreen's Avatar
    Join Date
    Nov 2001
    Posts
    2,716

    Re: Linux Question

    Originally posted here by TechnologyBudda
    I am a newbie when it comes to Linux. Could someone please tell me how you run a file or program in Linux?
    If you are familiar with MS-DOS (the original PC operating system)
    It's much the same.At the command line, you type the name
    of the program, and press enter.

    Most of your programs, (the ones built into the system)
    are accessible this way.
    They are found in directories named "bin"
    such as /bin, /sbin, /usr/bin, and some others.
    as to software that you install yourself, or things you
    write yourself, it gets more complicated.
    check out your /usr/doc directory

    I came in to the world with nothing. I still have most of it.

  6. #6
    If you don't know what to do with that program type "man some_program". This will sho the program's manual.

    oops! it's a little outdated.
    Give man a fish and he will ask for more.
    Teach man to fish and he will never ask again.
    \"Chinese proverb\"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •