Find the answer to your Linux question:
Results 1 to 8 of 8
i just got back tracker 5 adn when i go to use a command in a program is says command not found so i typed $PATH nad i got this ...
  1. #1
    Just Joined!
    Join Date
    Feb 2012
    Posts
    4

    i need help none of my commands are working

    i just got back tracker 5 adn when i go to use a command in a program is says command not found so i typed $PATH nad i got this /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/etc/alternatives/gem-bin:/etc/alternatives/gem-bin: No such file or directory
    did i install it wrong or do i need to install something

  2. #2
    Linux Guru
    Join Date
    May 2011
    Posts
    1,838
    1. what is the program you are trying to run? Show exactly how you tried to run it, and the error message you get

    btw, to show your PATH, don't just type $PATH, do this:
    Code:
    echo $PATH
    to make it easier to parse, try this:
    Code:
    echo $PATH | sed -e 's|:|\n|g'
    2. how did you install the program?

  3. #3
    Just Joined!
    Join Date
    Feb 2012
    Posts
    4
    i installed the program on a virtual machine. i was thinking that might of been the problem. i installed it from an iso. there are several programs that wont work like aircrack if i type in somthing it says command not found. also if i try to ettercap and do a host scan i only get 3 when there is about 5 computers on. sorry if im not explain myself. when i type echo $PATH i get /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/etc/alternatives/gem-bin:/etc/alternatives/gem-bin.

  4. #4
    Linux Guru
    Join Date
    May 2011
    Posts
    1,838
    Okay, if you installed it on the virtual machine, then you need to be running it from a Terminal window within that VM (or via some sort of graphical run applet).

  5. #5
    Just Joined!
    Join Date
    Feb 2012
    Posts
    4
    i do like i will click on aircrack in the vm and when i type a command it wont work. would making my machine a dual boot fix the problems of the command not found. im i missing files or something

  6. #6
    Linux Guru
    Join Date
    May 2011
    Posts
    1,838
    I'm still having trouble understanding your problem. can you attach a screen cap that shows what happens when you try to run the app?

  7. #7
    Just Joined!
    Join Date
    Feb 2012
    Posts
    4
    Screenshot.jpg
    heres the photo

  8. #8
    Linux Guru
    Join Date
    May 2011
    Posts
    1,838
    sorry, i can't make that out. can you upload the file to flickr or photobucket or something, then link to it here? if you can't post urls yet, you can just substitute hxxp for http or something.

Posting Permissions

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