mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Fix deprecated find -perm syntax
This commit is contained in:
parent
2492583877
commit
0b34458fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ##
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue