View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#15
yup it doesn't seem to change the permissions on the n9 like the n900

Code:
~# ls -al /home/user/MyDocs/k2pdfopt 
-rw-r--r--    1 user     root      10621604 Dec 11 18:35 /home/user/MyDocs/k2pdfopt
~# chmod 775 /home/user/MyDocs/k2pdfopt
~# ls -al /home/user/MyDocs/k2pdfopt 
-rw-r--r--    1 user     root      10621604 Dec 11 18:35 /home/user/MyDocs/k2pdfopt
~# /home/user/MyDocs/k2pdfopt 
-sh: /home/user/MyDocs/k2pdfopt: Permission denied

Edit: Just copied the same file on the N9 ~/MyDocs/ partition to the n900's MyDocs and the permissions were retained without having to chmod them so its maybe N9+aegis at fault here
Code:
~# ls -al /home/user/MyDocs/k2pdfopt 
-rwxrwxrwx    1 user     root      10621604 Dec 11 18:47 /home/user/MyDocs/k2pdfopt

Last edited by thedead1440; 2012-12-11 at 10:47.