This shows you the differences between two versions of the page.
uso:laboratoare:laborator-02:cheatsheet [2021/10/11 23:02] maria.mihailescu |
uso:laboratoare:laborator-02:cheatsheet [2022/10/16 19:54] (current) liza_elena.babu [Cale relativă și cale absolută] |
||
---|---|---|---|
Line 14: | Line 14: | ||
<code bash> | <code bash> | ||
- | student@uso:~$ ls -l uso.git/lab02/ | + | student@uso:~$ ls -l uso-lab/labs/ |
- | total 12 | + | (...) |
- | drwxr-xr-x 5 student student 4096 aug 20 2018 anul_1 | + | |
- | drwxr-xr-x 2 student student 4096 aug 20 2018 anul_2 | + | |
- | drwxr-xr-x 4 student student 4096 aug 20 2018 demo | + | |
</code> | </code> | ||
Cale absolută: | Cale absolută: | ||
<code bash> | <code bash> | ||
- | student@uso:~$ ls -l /home/student/uso.git/lab02/ | + | student@uso:~$ ls -l /home/student/uso-lab/labs/ |
- | total 12 | + | (...) |
- | drwxr-xr-x 5 student student 4096 aug 20 2018 anul_1 | + | |
- | drwxr-xr-x 2 student student 4096 aug 20 2018 anul_2 | + | |
- | drwxr-xr-x 4 student student 4096 aug 20 2018 demo | + | |
</code> | </code> | ||