Remove lock from folders and files in Linux

Channel:
Subscribers:
3,840
Published on ● Video Link: https://www.youtube.com/watch?v=X-_owGzenL4



Duration: 0:00
173 views
9


A video showing how to unlock or remove locks from files and folders on Linux operating systems, thus gaining full access to them.

Commands used:

To grant full permissions (777):

sudo chmod 777 filename
or

sudo chmod -R 777 foldername for directories and their contents

#linux #unlock #folders #files