Sometime you download something from git or any other site, the downloaded root folder locked and you cannot cut it. You cannot edit or rename it due to lock. Today we will dicuss how can you open unlock folder in ubuntu terminal to get directory. Lets start.
How to Unlock Root Folder in Ubuntu Terminal
The Linux command to unlock root folder in ubuntu is following as below;
sudo chmod -R 777 <folder full path>
You just have to copied it and paste it on your Ubuntu terminal with folder full path.
