Κυριακή 5 Φεβρουαρίου 2012

Debian - Πως να γίνεις root

Οδηγίες από την ιστοσελίδα : http://www.pendrivelinux.com/how-to-add-a-user-to-the-sudoers-list/

How to add a user to the sudoers list:
  1. Open a Root Terminal and type visudo (to access and edit the list)
  2. Using the up/down arrows, navigate to the bottom of the sudoers file that is now displayed in the terminal
  3. Just under the line that looks like the following:
  4. root ALL=(ALL) ALL
  5. Add the following (replacing user with your actual username):
  6. user ALL=(ALL) ALL
  7. Now press Ctrl+X and press Y when promted to save
That's it, your new user now has root privileges!

UPDATE : After install visit etc/apt/source.list and uncheck installation cd.

Additions to the sources.list
    deb http://www.debian-multimedia.org squeeze main non-free
http://backports.debian.org/debian-backports 
 
chmod 755 -R /opt/lampp/htdocs 

Δεν υπάρχουν σχόλια: