Merge pull request #316 from cosmojg/patch-2

Fix deprecated find -perm syntax
This commit is contained in:
Filippo Squillace 2023-01-31 21:51:08 +01:00 committed by GitHub
commit 978f64ea0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -512,7 +512,7 @@ For Arch Linux related FAQs take a look at the [General troubleshooting page](ht
> have *suid* permission, you can list the commands from your JuNest environment
> with the following command:
$> find /usr/bin -perm +4000
$> find /usr/bin -perm /4000
## No characters are visible on a graphic application ##