1
0
mirror of https://github.com/Llewellynvdm/exa.git synced 2025-01-22 13:28:24 +00:00

15 lines
1022 B
Plaintext
Raw Normal View History

/testcases/links
├── broken -> nowhere
2016-10-29 19:58:34 +01:00
│ └── <No such file or directory (os error 2)>
2017-04-30 11:58:29 +01:00
├── current_dir -> .
2016-10-29 19:58:34 +01:00
├── forbidden -> /proc/1/root
│ └── <Permission denied (os error 13)>
2017-04-30 11:58:29 +01:00
├── itself -> itself
│ └── <Too many levels of symbolic links (os error 40)>
├── parent_dir -> ..
├── root -> /
2017-04-30 11:58:29 +01:00
├── some_file
├── some_file_absolute -> /testcases/links/some_file
├── some_file_relative -> some_file
2016-10-29 19:58:34 +01:00
└── usr -> /usr