exa/xtests/links_T@

15 lines
1022 B
Plaintext
Raw Normal View History

/testcases/links
├── broken -> nowhere
│ └── <No such file or directory (os error 2)>
├── current_dir -> .
├── forbidden -> /proc/1/root
│ └── <Permission denied (os error 13)>
├── itself -> itself
│ └── <Too many levels of symbolic links (os error 40)>
├── parent_dir -> ..
├── root -> /
├── some_file
├── some_file_absolute -> /testcases/links/some_file
├── some_file_relative -> some_file
└── usr -> /usr