Press I to open a scrollable dialog with detailed information about files and directories.
rwxrwxrwx, plus owner and groupDirectories show the same fields, plus their total disk usage and a contents count:
Both are counted in the background after the dialog opens: the dialog appears instantly and the numbers climb until the count finishes, so a large (or remote) directory never blocks the UI. While counting, the row is marked scanning…; if some subdirectories could not be read, the result notes how many were unreadable. Closing the dialog stops the counting.
Symbolic links are counted as single entries and never followed, so a link pointing back into the same tree cannot inflate the total.
When multiple items are selected, the summary at the top shows the live Total size and Total items (files and folders) across the whole selection, including everything inside selected directories.
Example:
┌─────────────── Details: filename.txt ───────────────┐
│ File: filename.txt │
│ Path: /home/user/documents/filename.txt │
│ Type: File │
│ Size: 1.2 MB │
│ Modified: 2024-03-15 14:30:22 │
│ Accessed: 2024-03-15 16:45:10 │
│ Permissions: -rw-r--r-- │
│ Owner: user:staff │
└──────────────────────────────────────────────────────┘
When multiple items are selected, each one’s details are listed in turn, separated by dividers.
<unreadable>, and inaccessible directories show
<permission denied> rather than failing.