Advertisement
FengShui

HACS file permissions

Jun 30th, 2024
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | Fixit | 0 0
  1. # docker exec -it -u 3005:3005 homeassistant bash
  2. abc@113af32f7689:/$ id
  3. uid=3005(abc) gid=3005(abc) groups=3005(abc)
  4. abc@113af32f7689:/$ cd /config/.storage/
  5. abc@113af32f7689:/config/.storage$ ls -lh
  6. total 3.7M
  7. -rw-rw---- 1 abc abc 1.1K May 23  2023 androidtv_remote_cert.pem
  8.  
  9. ...
  10.  
  11. -rw-rw---- 1 abc abc  277 Nov 25  2022 hacs.critical
  12. -rw-rw---- 1 abc abc 3.2K Jun 27 12:40 hacs.hacs
  13. -rw-rw---- 1 abc abc 965K Jun 27 12:40 hacs.repositories
  14. -rw-rw---- 1 abc abc 861K Apr 26  2023 hacs.repositories.2023-04-26
  15.  
  16. ...
  17.  
  18. abc@113af32f7689:/config/.storage$ touch 0.txt
  19. abc@113af32f7689:/config/.storage$ touch hacs.hacs
  20. abc@113af32f7689:/config/.storage$ ls -lh
  21. total 3.7M
  22. -rw-rw---- 1 abc abc    0 Jun 30 23:47 0.txt
  23. -rw-rw---- 1 abc abc 1.1K May 23  2023 androidtv_remote_cert.pem
  24.  
  25. ...
  26.  
  27. -rw-rw---- 1 abc abc  277 Nov 25  2022 hacs.critical
  28. -rw-rw---- 1 abc abc 3.2K Jun 30 23:48 hacs.hacs
  29. -rw-rw---- 1 abc abc 965K Jun 27 12:40 hacs.repositories
  30. -rw-rw---- 1 abc abc 861K Apr 26  2023 hacs.repositories.2023-04-26
  31. ...
  32. abc@113af32f7689:/config/.storage$
Tags: HACS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement