Files and finding
hardpar 1 commandTraversable but not listable
Set the top-level directory so somebody may read a file inside it if they know the name, but may not see what is there.
Goal
0 / 1 commands
Make the top-level directory traversable but not listable — someone may read a file inside it if they know its name, but may not see what is there.
$
| Mode | Links | Size | Name |
|---|---|---|---|
| drwxr-xr-x | 3 | archive/ | |
| -rw-r--r-- | 1 | 31 | a.txt |
| drwxr-xr-x | 3 | exports/ | |
| -rw-r--r-- | 1 | 34 | b.txt |
| -rw-r--r-- | 1 | 29 | c.log |
| drwxr-xr-x | 2 | deep/ | |
| -rw-r--r-- | 1 | 29 | d.txt |
| -rwxr-xr-x | 1 | 18 | script.sh |
| -rw-r--r-- | 1 | 29 | top.txt |