During project week four we have found out that whatever we do in terms of programming requires privileges. Throughout the project we thought that the "sudo" lead commands provides all the privileges that we need however, in the project week four we found out with further research that "sudo" does not provide the absolute command privileges. To gain absolute command privileges, we need to give everything the absolute privileges using the following command:
chmod 777 "File Name"
No comments:
Post a Comment