Re: HOW do i RESTORE the default permissions of a DIRECTORY

2012-07-21 Thread vykuntam srinivas
thank s for all replies! On Sat, Jul 21, 2012 at 4:12 PM, Camaleón wrote: > On Sat, 21 Jul 2012 11:17:46 +0530, vykuntam srinivas wrote: > > (please, no html posts, thanks...) > > > hi all,i have set some permissions to directory as : > > > > #chown -R user:www-data /var/www/ipplan > > #chmod

Re: HOW do i RESTORE the default permissions of a DIRECTORY

2012-07-21 Thread Camaleón
On Sat, 21 Jul 2012 11:17:46 +0530, vykuntam srinivas wrote: (please, no html posts, thanks...) > hi all,i have set some permissions to directory as : > > #chown -R user:www-data /var/www/ipplan > #chmod -R 750 /var/www/ipplan > > i want to undo the above operation or restore back the defa

Re: HOW do i RESTORE the default permissions of a DIRECTORY

2012-07-21 Thread Adrian Fita
On 21/07/12 11:06, Gary Dale wrote: > On 21/07/12 01:47 AM, vykuntam srinivas wrote: >> hi all,i have set some permissions to directory as : >> >> *#chown -R user:www-data /var/www/ipplan >> #chmod -R 750 /var/www/ipplan >> >> i want to undo the above operation or restore back the default >> pe

Re: HOW do i RESTORE the default permissions of a DIRECTORY

2012-07-21 Thread Gary Dale
On 21/07/12 01:47 AM, vykuntam srinivas wrote: hi all,i have set some permissions to directory as : *#chown -R user:www-data /var/www/ipplan #chmod -R 750 /var/www/ipplan i want to undo the above operation or restore back the default permissions for /var/www/ipplan. Do i have any way to d

HOW do i RESTORE the default permissions of a DIRECTORY

2012-07-20 Thread vykuntam srinivas
hi all,i have set some permissions to directory as : * #chown -R user:www-data /var/www/ipplan #chmod -R 750 /var/www/ipplan i want to undo the above operation or restore back the default permissions for /var/www/ipplan. Do i have any way to do this? *