This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
os_cp:files_processes [2026/03/10 13:24] jkonczak [Hard and soft links] |
os_cp:files_processes [2026/03/12 01:00] (current) jkonczak [Directories] |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| ~~Exercise.#~~ Create the following directory tree: | ~~Exercise.#~~ Create the following directory tree: | ||
| - | <html><pre style="margin-top:-1.2em"> | + | <html><pre style="margin-top:-1.2em; padding:0.25em 0.5em; line-height:100%"> |
| . | . | ||
| ├── foo | ├── foo | ||
| - | │ ├── baz | + | │ ├── bar |
| - | │ │ └── bar | + | │ │ └── baz |
| - | │ └── bar | + | │ └── baz |
| └── foobaz | └── foobaz | ||
| └── bar | └── bar | ||
| </pre></html> | </pre></html> | ||
| - | ~~Exercise.#~~ Remove ''foo/baz'' directory | + | ~~Exercise.#~~ Remove ''foo/bar'' directory |
| ==== Hard and soft links ==== | ==== Hard and soft links ==== | ||