How to change files in /etc/default. Getting an error.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tmacka88 Offline
Member
Posts: 81
Joined: Mar 2012
Reputation: 0
Post: #1
I would like to change a file in the /etc/default/ folder but when I make a change I get an error

"Insufficient access privileges for item "/etc/default/avahi-daemon"

Do I need to change something through ssh to gain access?

thanks
find quote
boosted Offline
Member
Posts: 61
Joined: Oct 2011
Reputation: 0
Location: New Zealand
Post: #2
(2012-05-04 02:44)tmacka88 Wrote:  I would like to change a file in the /etc/default/ folder but when I make a change I get an error

"Insufficient access privileges for item "/etc/default/avahi-daemon"

Do I need to change something through ssh to gain access?

thanks

Try 'sudo' in front of the command ie 'sudo apt-get update' or 'su -' and then root password if sudo doesn't work ie you are not in /etc/sudoers

sudo info
(This post was last modified: 2012-05-04 04:28 by boosted.)
find quote