Avatar

HAHWUL

Security engineer, Developer and H4cker

  1. About
  2. Cullinan
  3. Phoenix
  4. Archives
  5. Projects
  6. Search
Security

How to use SDCard directory in Termux(not rooted)

Jul 02, 2019
1 minute read

Use sdcard directory on Termux

  1. run termux-setup-storage command on termux terminal
1
2
termux-setup-storage

  1. Move to $HOME/storage directory(this is sdcard directory)
1
2
3
cd ~/storage/
ls

Reference

https://wiki.termux.com/wiki/Internal_and_external_storage

Licensed under CC BY-NC-SA 4.0
Last updated on Jul 10, 2021 01:05 +0900

Related contents

ZAP Forced User Mode!!

File Inclusion (LFI/RFI)

SRI (Subresource Integrity)

Metasploit Framework

EL(Expression Language) Injection

© 2022 HAHWUL

Table of contents

  1. Use sdcard directory on Termux
  2. Reference