linux - Permission denied for .iPython after installing django-CMS -


Using the most recent package - This requires a package I have installed it and now error me Can not pass through:

  [Ernő 13] Permission denied: '/var/www/.ipython'   

changed the permission of the folder And it did not work.

I have also manually created the file - but then the error is:

  [error 17] File exists: '/var/www/.ipython'   

My google-foo is faulty to solve this.


The permissions on this folder have changed for the current user I used to login. Is there a specific user I can not know about this folder?


Fixed!

After the advice, I did more to get it done: It is working:

  1. chmod 777 on the original folder should have a .ipython file
  2. chmod 777 Created once on the Epithath
  3. Chmod again on the original folder at 755.

    works!

    It seems that this file will be executable - I definitely do not want that in my main folder, so I allow it to be created and then return my changes.

    Thank you for your advice

    with the user you / var Trying to reach / www, this is not allowed to happen. You are either using a different user or you can change the permissions of / var / www.

    This is not BTW Python Question, this is a Linux question.

    With ls - / var / www you can see who is allowed to create new files inside the directory.

    A small guide that will tell you how permission works in Linux:

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -