exa/xtests/links_T

15 lines
1022 B
Plaintext
Raw Normal View History

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