Issuing shell commands
As mentioned in Chapter 1, Introducing Android Forensics, Android runs on a Linux kernel and so provides a way to access the shell. Using adb, you can access a shell to run several commands on an Android device. For those who are not familiar with Linux environment, Linux shell refers to a special program that allows you to interact with it by entering certain commands from the keyboard; the shell will execute the commands and display its output. More details about how things work on Linux environment have been provided under the Rooting Android device section in this chapter.
The adb shell command can be used to enter into a remote shell, as shown in the following command-line output. Once you enter the shell, you ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access