Abhishekmishra2808 opened a new pull request, #3480: URL: https://github.com/apache/nuttx-apps/pull/3480
## Summary This PR adds chmod and chown builtins to NSH by exposing the existing libc/VFS permission and ownership interfaces through the shell. The implementation supports numeric octal permission modes for chmod and numeric ownership forms for chown, including uid, uid:gid, uid:, and :gid, matching the semantics already handled by the underlying NuttX chown() implementation. Documentation will be added shortly on Nuttx Repo ## Impact This makes filesystem permission and ownership management directly accessible from NSH and exposes the existing libc/VFS ownership semantics in NuttX, improving usability/debugging without requiring custom test applications. ## Testing <img width="979" height="838" alt="image" src="https://github.com/user-attachments/assets/41dc2720-2a40-4ebc-891c-1b0193731b8b" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
