Enable a command line tool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cristian
    Junior Member
    Forum Explorer
    • Mar 2021
    • 18

    #1

    Enable a command line tool

    shell,console,commands
  • cristian
    Junior Member
    Forum Explorer
    • Mar 2021
    • 18

    #2
    Hello!

    I have a site wich needs to execute whois. Every time the cron run i got an email with this message:

    sh: whois: command not found

    How can i enable this command for this site only or globally?

    Thanks
    Cristian

    Comment

    • cuboc2
      Junior Member
      Forum Explorer
      • Mar 2021
      • 12

      #3
      cagefsctl --addrpm jwhois

      cagefsctl --force-update

      for all users.

      Looking forward for resonse on how to do it for 1 user only

      Comment

      • cristian
        Junior Member
        Forum Explorer
        • Mar 2021
        • 18

        #4
        Thank you very much!

        Comment

        Working...