5

Problem Statement:

Well I have installed Xampp 1.8.1 in my Ubuntu 13.04 64 bit system. But I couldn't paste my web files to the /opt/lampp directory where lampp is installed. As I try to paste my web files to that directory the paste option is greyed out. And while I try pasting with Ctrl + V command the 'Permission denied' error occurs. Help me out as I am a noobhead in this Linux world!

Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407

1 Answers1

15

Open a terminal and enter

gksudo nautilus

This will run the file manager in super user mode.

Manuel
  • 1,597