As u can see. At first its permission denied . And now "Unable to handle "admin: " locations.
Asked
Active
Viewed 3,445 times
2 Answers
1
You need to add admin:// to the beginning of the full path to your preferred file to use the GVfs admin backend.
Since you're trying to open the /etc/sysctl.conf file, you need to run
gedit admin:///etc/sysctl.conf
pomsky
- 70,557
1
Well, I don't know what was wrong but going manually through cd /etc and using sudo nano sysctl.conf to edit solved my issue.
mchid
- 44,904
- 8
- 102
- 162
