Recent content by rovf

  1. R

    PLEASE HELP ME - KALI

    ???? According to your screenshot, you are logged in!
  2. R

    Cron runs a non-existing variant of . sh script

    How does the respective line of the crontab look like? cron does not do any magic: It simply invokes the commands you specify there, under that path.
  3. R

    execute commands from .sh script don't work, wrong "space-signs"?

    $var does not undergo parsing for the quotes anymore; so you are calling the command messer with the 5 arguments --command='m "Adam Larsson" testing testing which does not make much sense. One possibility would be to do eval "$var3" but this opens a huge security hole, because whoever...
Top