View Single Post
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#810
Originally Posted by lsolano View Post
...I had not seen that directory. So I get into my phone via ssh and I see that it does exist /home/user/.modrana, but I was not able to cd into it because it is owned by the root user:
Code:
-rw-r--rw-    1 root     root         4740 Jul 25 11:46 .modrana
I tried to get inside that directory, but I do not know why I could not. I thought it was a matter of permissions, but it was not:...
You had a file of 4740 bytes and not a directory, that is why you couldn't cd into it. If it was a directory you sould have had a read out something like:
Code:
drw-r--rw-    1 root     root         4096 Jul 25 11:46 .modrana
Also as read permissons were set for all users you could have still cd into it if it was a directory.
 

The Following User Says Thank You to JonWW For This Useful Post: