Go to advanced search

by Loltuttifruitti
Thu Jul 02, 2015 6:54 pm
Forum: Beginners
Topic: I can't move or delete files( I don't have permission)
Replies: 6
Views: 12330

Re: I can't move or delete files( I don't have permission)

First...do an "ls -l" to find out who owns the files (probably root). This is more for information than anything else. Second be *certain* that you are doing what you want to do. Take a backup anyway in case you make a mistake. Third, prefix you commands with "sudo" (e.g. "sudo rm <filename>" to de...
by Loltuttifruitti
Wed Jul 01, 2015 10:27 pm
Forum: Beginners
Topic: I can't move or delete files( I don't have permission)
Replies: 6
Views: 12330

I can't move or delete files( I don't have permission)

I'm ne to the raspberry pi stuff and anyway I installed Apache to start a web server and it works. I'm using raspbian(noobs package). Only problem is the when I go to /var/www/index.html, it won't let me delete it or move it because permission is denied. How do I get permission? Thanks!

Go to advanced search