Skip to main content

Removing Directories

Comments

3 comments

  • quietFinn
    In /etc/bashrc there is: if [ ! -e ~/public_html/cgi-bin ]; then mkdir -p ~/public_html/cgi-bin fi if [ ! -e ~/public_ftp ]; then mkdir -p ~/public_ftp fi
    That code checks if directories /home/CPANELUSERNAME/public_html/cgi_bin and /home/CPANELUSERNAME/public_ftp exist and if not creates them. I suppose you could comment out those lines.
    0
  • cPanelMichael
    Hello :) The "public_ftp" directory is not required, so you can delete it if you have no plans to use it. See the above post regarding the creation of that directory. Thank you.
    0
  • cmo
    Thanks, quietFinn and Michael, that got it :)
    0

Please sign in to leave a comment.