Hello everyone Good evening I have a doubt that, I...
# general
b
Hello everyone Good evening I have a doubt that, I am not able to create any new folder in the work folder and it's showing like this lock on work folder and also when I am trying to create the folder using terminal then, also it's showing permission denied . So, how to solve this problem?
m
I heard of similar problems when people have installed openlane as root. Try
ls -l
in a terminal window to check the file owner and permissions. Maybe solve the problem by deleting and installing not as root.
b
Hello sir @Mitch Bailey good evening sir sir it's showing like this lock on work folder. i can't find the solution. please help me
a
chmod 777 or chown
you have no permission to access the file. Change the permission or owner of the file
m
What Arman said.
sudo chmod 777 work
or
sudo chown balakrishna work
p
sudo chown -R balakrishna work
to do it recursively
👍 2
b
Hello sir @Mitch Bailey Good evening Now, as I have ran the command "sudo chown balakrishna work" Then after that I have got the access of work folder but now all the folders which are inside the work is showing like this as all the folders are locked and I need to get the access of each and every folder at one time only so, what should I do now to solve this problem ?