summaryrefslogtreecommitdiff
path: root/Userland/chmod.cpp
AgeCommit message (Expand)Author
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2020-10-03Everywhere: Fix more typosLinus Groh
2020-02-16chmod: Tweak usage stringAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-12chmod: Use pledge()Andreas Kling
2019-07-13chmod: Add understanding of simple permission strings. (#295)Albert Gafiyatullin
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-02-22Userland: Fix two compiler warnings.Andreas Kling
2019-01-29Implement basic chmod() syscall and /bin/chmod helper.Andreas Kling