permissions plural
authorzoe1 <zoe@fsf.org>
Tue, 20 Jul 2021 15:25:15 +0000 (17:25 +0200)
committerzoe1 <zoe@fsf.org>
Tue, 20 Jul 2021 15:25:15 +0000 (17:25 +0200)
en/index.html

index af5fd35b0ecf3ecaed49b7fa0cd1b075dfc48db1..29202d591b195e8cd3c4378c5b4e6b05a23085bf 100644 (file)
@@ -852,9 +852,9 @@ $ gpg --export -a [keyid] > my_public_key.asc<br/>
 <dd>Like every other file or folder, gpg keys are subject to permissions. If these are not set correctly, your system may not be accepting your keys. You can follow the next steps to check, and update to the right permissions.<br/><br/>
 
 # Check your permissions: <span style="color:#2f5faa; font-family: monospace;">ls -l ~/.gnupg/*</span><br/><br/>
-# Set permissions to read, write, execute for only yourself, no others. This is the recommended permission for your folder. <br/>
+# Set permissions to read, write, execute for only yourself, no others. These are the recommended permissions for your folder. <br/>
 You can use the code <span style="color:#2f5faa; font-family: monospace;">chmod 700 ~/.gnupg</span><br/><br/>
-# Set permissions to read and write for yourself only, no others. This is the recommended permission for the keys inside your folder. <br/>
+# Set permissions to read and write for yourself only, no others. These are the recommended permissions for the keys inside your folder. <br/>
 You can use the code: <span style="color:#2f5faa; font-family: monospace;">chmod 600 ~/.gnupg/*</span><br/><br/>
 
 <p class="notes">If you have (for any reason) created your own folders inside ~/.gnupg, you must also additionally apply execute permissions to that folder. Folders require execution privileges to be opened. For more information on permissions, you can check out <a href="https://helpdeskgeek.com/linux-tips/understanding-linux-permissions-chmod-usage/">this detailed information guide</a>.</p><br/>