Skip to content
New issue

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

Permissions display incomplete (on Linux) #19

Open
steelsnake opened this issue Jul 31, 2020 · 1 comment
Open

Permissions display incomplete (on Linux) #19

steelsnake opened this issue Jul 31, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@steelsnake
Copy link

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. :)

@acarl005 acarl005 added the help wanted Extra attention is needed label May 17, 2021
@ilius
Copy link

ilius commented Sep 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants