View Single Post
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#16
Interesting. Quite the opposite on the N900:

Code:
N900:~# ls -l /home/user/MyDocs/tmp/
-rwxrwxrwx    1 user     root     10621604 Dec 11 01:55 k2pdfopt
N900:~# chmod 444 /home/user/MyDocs/tmp/k2pdfopt 
N900:~# ls -l /home/user/MyDocs/tmp/
-rwxrwxrwx    1 user     root     10621604 Dec 11 01:55 k2pdfopt
N900:~#
Edit: Beaten to it.