This commit is contained in:
2024-12-03 16:20:25 -07:00
parent 52444edc44
commit e65e576be8
17 changed files with 299 additions and 17 deletions

View File

@ -1,7 +1,7 @@
---
created: 2024-01-29T05:19:01.392Z
type: topic
updated: 2024-11-11T00:55:45.000Z
updated: 2024-11-27T03:16:11.000Z
---
# Ubuntu
@ -28,6 +28,7 @@ cp -R -u -p /source /destination
cd /home
# directory percent tree
ncdu
ncdu --sort=name-desc
```
```bash
@ -180,6 +181,7 @@ lsblk -I 8 -o NAME,SIZE,TYPE,FSUSED,FSUSE%
```bash Wed Jul 31 2024 11:19:12 GMT-0700 (Mountain Standard Time)
find . -type l -ls
find . -type f -maxdepth 1 | wc -l
```
## Save and Restore Permissions