Difference between revisions of "About the Android Filesystem"

From Tech
Jump to navigationJump to search
(Created page with "=See Also= * Android * Rooting Android * Backup Android phone")
 
Line 1: Line 1:
  +
=Misc File Permissions=
  +
<nowiki>
  +
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
  +
</nowiki>
  +
 
=See Also=
 
=See Also=
 
* [[Android]]
 
* [[Android]]

Revision as of 22:16, 23 December 2012

Misc File Permissions

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

See Also