adb_file_stat
Retrieve detailed file metadata including size, permissions, ownership, timestamps, SELinux context, and file type from an Android device via ADB.
Instructions
Get detailed file metadata: size, permissions, ownership, timestamps (access/modify/change), SELinux security context, and file type. Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path on device | |
| root | No | Use root shell for protected paths | |
| device | No | Device serial |