0

I have a situation that I sell my product on an virtual machine with Ubuntu installed on it and it has a LAMP on it and I do not want any one to be able to copy or access my code.

Of course I have a very secure password for the root, but this is not an issue. Bad guys mound a CD with a live Linux and boot up on my VM so they work around all the passwords and gain access to my code. That is the reason I would like to have all my files and data in the www folder to be encrypted.

Radu Rădeanu
  • 169,590

1 Answers1

-1

If you means owner, I think you can try the chown command, also chmod. I think it will help you.

Radu Rădeanu
  • 169,590