Results 1 to 4 of 4

Thread: RAR for linux cant work

  1. #1
    Join Date
    Apr 2007
    Posts
    6

    Default RAR for linux cant work

    I download a software of Rar for Linux in ssh.And set the mode 777
    The PuttY show "command not find"

    Anyone can help me~thanks

  2. #2
    Join Date
    Dec 2006
    Location
    Fresno, CA
    Posts
    153

    Default

    Do you know how to use *nix commands? :P

    Like, for example, "./rar" instead of just "rar"?

  3. #3
    Join Date
    Apr 2007
    Posts
    6

    Default

    mkdir -p /usr/local/bin
    mkdir: cannot create directory `/usr/local': Permission denied
    make: *** [install] Error 1

    OTL
    this directory i couldnt use...

  4. #4
    Join Date
    Dec 2006
    Location
    Fresno, CA
    Posts
    153

    Default

    You can't write outside your home directory - you're on a shared server, that would be chaos! You can run programs, I'm sure, as long as they don't need to be installed outside /home/(yourname).

    In other words, you can't "make" RAR. :P

Posting Permissions

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