Fix deprecated find -perm syntax

This commit is contained in:
Cosmo 2023-01-30 23:51:50 -05:00 committed by GitHub
parent 2492583877
commit 0b34458fb5
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 ##