tramp-file-mode-type-map

tramp-file-mode-type-map is a variable defined in `tramp.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
A list of file types returned from the `stat' system call.
This is used to map a mode number to a permission string.

Value:

((0 . "-") (1 . "p") (2 . "c") (3 . "m") (4 . "d") (5 . "?") (6 . "b") (7 . "?") (8 . "-") (9 . "n") (10 . "l") (11 . "?") (12 . "s") (13 . "D") (14 . "w"))