Managing Permission of Files and Folders in Linux
If you are a Linux user, you might have seen the following message when you try to install a package or run a command. $ apt install vim E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? This is because you don’t have the permission to install a package. In this post, I will explain how to manage permission of files and folders in Linux....