jailkit shell user access to website webroot

Discussion in 'General' started by jeffb, May 18, 2018.

  1. jeffb

    jeffb New Member

    Created a Jailkit shell user but can't list or move to webrooot
    tried cd: ../../web
    cd ../../web
    bash: cd: ../../web: No such file or directory
    ubuntu 16.04 ISPConfig Version: 3.1.11
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This should work. Try it step by step and use ls in between to see where you actually are.

    ls
    cd ..
    ls

    and so on.
     

Share This Page