terminal - Change a files permission to write -
can tell me how change files permission write access in ubuntu? can't seem work.
this files location
/usr/local/lib/python3.4/dist-packages/moviepy/video/fx/resize.py
thanks
to change file permission use chmod
command followed value.
to change file write access can use
chmod 777 /usr/local/lib/python3.4/dist-packages/moviepy/video/fx/resize.py
beware make file write-able anyone!
more file permissions here https://www.linux.com/learn/understanding-linux-file-permissions
Comments
Post a Comment