Find the answer to your Linux question:
Results 1 to 2 of 2
Hello Linux Users, I made a new user called patch which is under the patch group. I want the user patch to be able to have full permissions in /var/www/folder. ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    1

    Adding User to var/www/folder

    Hello Linux Users,

    I made a new user called patch which is under the patch group. I want the user patch to be able to have full permissions in /var/www/folder. I tried using the chgrp patch /var/www/folder command line but it doesn't work (I've tested via WinSCP).

    Thanks.

  2. #2
    Just Joined! Nickos's Avatar
    Join Date
    Oct 2009
    Posts
    6
    Code:
    sudo chown -R patch:patch /var/www/folder

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •