Question Mark (?) in Permission
I formatted my sd card to ext4 and managed to set the permissions and owner, group as needed using chown
and chmod
. The card can now be accessed as I wish.
I gave all permissions to owner (nemo), group (nemo) and others for a folder so that it can be accesed and written from android apps (drwxrwxrwx
).
Still the permission of files I write using android apps are -rw-------
(owner-10095, group-10095) and these filescan not be played in android video/music players.
I also noticed some files with permission ?rwxrwxrwx
. But I didn't notice any other problems with those files.
use
coderus ( 2017-08-23 18:58:27 +0200 )editstat
i am not too good in these codes.
what is
ajisht2 ( 2017-08-23 21:04:00 +0200 )editstat
used for? how to use it?i mean check permissions with stat, it will give you exact answer which permissions file have
coderus ( 2017-08-23 21:15:20 +0200 )editIt is used like
fl0rp ( 2017-08-24 01:36:50 +0200 )editstats filename
orstats dirname
. Maybe take a look at https://stackoverflow.com/questions/541533/only-questionmarks-in-linux-dirlisting for further clarification.