Im running Termux on an Android 10 smartphone. Termux is fully upgraded and updated. But I can't access device storage(/storage/emulated/0). I tried 'cd' command, and it works. But whenever I try to access a file or folder it says 'no access'. Plz help me.
For accessing to shared storage (/sdcard or /storage/emulated/0), Termux needs a storage access permission. It is not granted by default and is not requested on application startup because it is not necessary for normal applications.
In order to have access you should run
termux-setup-storage
command. Then you can have access to various paths like :