We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears neither sticky bit nor ACL "+" get shown when doing a directory listing:
# ls-go -l . d rwx rwx r-x www-data www-data 4.00K 31.Jul'20 07:34 default
Comparing to regular ls:
# ls -l . drwsrwsr-x+ 10 www-data www-data 4096 Jul 31 07:34 default
Not sure if ACL is possible to add. But sticky bit is pretty essential. :)
The text was updated successfully, but these errors were encountered:
I have added sticky, SUID and GUID in my fork. https://github.com/ilius/ls-go/blob/master/ls-go.go#L613
My changes are too much and too mixed for one PR.
Sorry, something went wrong.
No branches or pull requests
It appears neither sticky bit nor ACL "+" get shown when doing a directory listing:
Comparing to regular ls:
Not sure if ACL is possible to add. But sticky bit is pretty essential. :)
The text was updated successfully, but these errors were encountered: