Skip to content

Commit

Permalink
Update permission-denied-os-error-13.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKilin authored Oct 6, 2023
1 parent b5abc9c commit df01cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions references/Lightning CLI/permission-denied-os-error-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Author from '@site/src/components/Author';
When running the Lightning CLI, the user who's in control can delegate to **root** via **sudo**. Depending on how the Fleek Networking Lightning CLI was installed, this might cause some confusion, which is better explained by reading the reference [Keys not found](/references/Lightning%20CLI/keys-not-found), which illustrates a situation where a user gets an error message about the wrong location of a system path (keystore).

Some of the reasons why the `Permission denied (os error 13)` might occur are related to:
- The Fleek Network Lightning CLI process trying to write to a `.lightning` stored in a non permited location
- The Fleek Network Lightning CLI process trying to write to a `.lightning` stored in a non permitted location
- The Fleek Network Lightning CLI process trying to write to `/tmp`

The most common issue can be fixed by reading the section [Override the TMPDIR](#override-the-tmpdir).
Expand Down Expand Up @@ -79,4 +79,4 @@ The `/etc/systemd/system/lightning.service` service unit file presented here is
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
/>

0 comments on commit df01cea

Please sign in to comment.