Skip to main content

Site with root access level.

Comments

5 comments

  • cPanelMichael
    Hello :) What type of directory are you attempting to delete with account level access? For instance, is it a directory within the account or outside of the account's home directory? Thank you.
    0
  • Spyros
    Hi, Its outside of the account, so its need root access, and we have some other task that need root access to(instant backup ,etc) Regards, Savvanis Spyros
    0
  • cPanelMichael
    You should implement those cron jobs from the "root" level if you want to delete directories that only the "root" user will have access to. For example, from SSH as "root", run this command:
    crontab -e
    Thank you.
    0
  • Spyros
    Hi michael, You misunderstood me, we all ready implemented this with cronjobs from root account. from a web page interface we setup a db for what to exec and a cron script check the db and exec what is needed. But we now need speed, we cant wait for cron to check even if the cron running every minute. so for that one page of our hosting we need to have root privileges ( we are aware for the danger), can we implemented that via cpanel?
    0
  • cPanelMichael
    It seems like an overall bad implementation of a script if you need to grant root access to an account for it to function correctly. Could you elaborate a little more on how this script works so that we can offer some alternatives? Thank you.
    0

Please sign in to leave a comment.