1 Answer
The lock symbol appears, because your files and directories is owned by some other user or root.
To remove, change the permission for the respective file or directories via Command line as shown below.
# chown -R username.username [directoryname]
Your Answer