Difference between revisions of "About the Android Filesystem"

From Tech
Jump to navigationJump to search
Line 1: Line 1:
 
=Misc File Permissions=
 
=Misc File Permissions=
 
<nowiki>
 
<nowiki>
  +
root@android:/ # ls -ald sdcard
  +
lrwxrwxrwx root root 2012-12-23 21:15 sdcard -> /storage/emulated/legacy
  +
 
root@android:/sdcard # ls -al
 
root@android:/sdcard # ls -al
 
drwxrwxr-x root sdcard_rw 2012-12-23 13:30 Alarms
 
drwxrwxr-x root sdcard_rw 2012-12-23 13:30 Alarms

Revision as of 00:10, 24 December 2012

Misc File Permissions

root@android:/ # ls -ald sdcard                                                                                                                                      
lrwxrwxrwx root     root              2012-12-23 21:15 sdcard -> /storage/emulated/legacy

root@android:/sdcard # ls -al
drwxrwxr-x root     sdcard_rw          2012-12-23 13:30 Alarms
drwxrwxr-x root     sdcard_rw          2012-12-23 13:30 Android
drwxrwxr-x root     sdcard_rw          2012-12-23 18:17 DCIM
drwxrwxr-x root     sdcard_rw          2012-12-23 16:22 Download
drwxrwxr-x root     sdcard_rw          2012-12-23 13:30 Movies
drwxrwxr-x root     sdcard_rw          2012-12-23 13:30 Music
drwxrwxr-x root     sdcard_rw          2012-12-23 13:30 Notifications
drwxrwxr-x root     sdcard_rw          2012-12-23 13:33 Pictures
drwxrwxr-x root     sdcard_rw          2012-12-23 13:30 Podcasts
drwxrwxr-x root     sdcard_rw          2012-12-23 13:30 Ringtones
-rw-rw-r-- root     sdcard_rw   863436 2012-12-23 16:31 busybox-stericson
drwxrwxr-x root     sdcard_rw          2012-12-23 18:56 osmand
-rw-rw-r-- root     sdcard_rw    77352 2012-12-23 16:31 toolbox-stericson

Misc Apps

Dropbear ssh II authorized_keys file: /data/data/me.shkschneider.dropbearserver2/app_data/authorized_keys

See Also