[ create a new paste ] login | about

Link: http://codepad.org/tbiIxEAe    [ raw code | output | fork ]

C, pasted on Jun 15:
1
2
3
4
5
6
7
8
9
10
trying to figure out how to grant a user access to only one folder.  
I think I am close.  The user is now able to
 download any file from any directoy but only upload to the directory 
I assidned.  I desire that files can be only uploaded and downloaded 
from a particlular folder. close.  The user is now able to download 
any file from any directoy but only upload to the directory I assidned. 
I desire that files can be only uploaded and downloaded from a particlular folder. 
THis is what I did:
 [root@go ~]# chown axxarecord /var/spool/asterisk/monitorDONE/MP3
 [root@go ~]# chown -R axxarecord /var/spool/asterisk/monitorDONE/MP3 #recursive


Output:
1
2
3
4
5
6
Line 3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'to'
Line 11: error: stray '@' in program
Line 11: error: stray '#' in program
Line 12: error: stray '@' in program
Line 12: error: stray '#' in program
Line 12: error: stray '#' in program


Create a new paste based on this one


Comments: