Find the answer to your Linux question:
Results 1 to 4 of 4
Hi! I'm a bit confused here. I use Suse linux 10.1 and installed the latest version of aircrack-ng package using make and make install commands. Now some of the programs ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    6

    Starting programs from console

    Hi!
    I'm a bit confused here.
    I use Suse linux 10.1 and installed the latest version of aircrack-ng package using make and make install commands.
    Now some of the programs like aircrack-ng, airdecap-ng and packetforge-ng can be run by just typing this in console.
    But for airodump-ng, airmon-ng and aireplay-ng I first have to cd into the /usr/local/sbin/ folder before I can execute them.
    How can I change this?

  2. #2
    Just Joined!
    Join Date
    Nov 2006
    Posts
    6
    After googling, googling and some more googling I found that shell commands look in directories defined by the $PATH variable.
    So I searched how to change this variable and this topic had the answer.
    Now, just out of curriosity, where did this setting get saved?

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Posts
    6
    Hmmm...
    It seems that this setting doesn't get saved at all.
    As soon as I close the shell, you have to start all over again...

  4. #4
    Just Joined!
    Join Date
    Nov 2006
    Posts
    6
    Following this topic I edited my bashrc file in my home folder with the line
    Code:
    export PATH=$PATH:/path/i/want/
    It works like a charm now.
    I found all the answers on this wonderful forum

    Cheers

Posting Permissions

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