From 7743c20d2abbd9ee7d91e57b81e977b83020f458 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 3 May 2021 23:30:11 +0200 Subject: [PATCH] docs/shell.rst: Document verify_adm and tree commands Change-Id: I8afd061bc7b93a5488dd1fc135a73b9d7c75e0bb --- docs/shell.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/shell.rst b/docs/shell.rst index 08fd3762..5bc86ae3 100644 --- a/docs/shell.rst +++ b/docs/shell.rst @@ -185,12 +185,19 @@ export tree ~~~~ -FIXME + +Display a tree of the card filesystem. It is important to note that this displays a tree +of files that might potentially exist (based on the card profile). In order to determine if +a given file really exists on a given card, you have to try to select that file. verify_adm ~~~~~~~~~~ -FIXME + +Verify the ADM (Administrator) PIN specified as argument. This is typically needed in order +to get write/update permissions to most of the files on SIM cards. + +Currently only ADM1 is supported. reset