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

Implement RawPOSIX command line tool set #33

Open
Yaxuan-w opened this issue Sep 26, 2024 · 0 comments
Open

Implement RawPOSIX command line tool set #33

Yaxuan-w opened this issue Sep 26, 2024 · 0 comments

Comments

@Yaxuan-w
Copy link
Member

Description

RawPOSIX should have identical behaviors with native linux in syscall level, which make things like delete non-empty dir inside rmdir() shouldn’t be handled in RawPOSIX because native linux also doesn’t support. But we need to provide a way that users can mange RawPOSIX file system without accessing the file system root.

Potential Solution

I think we can implement sth like a command line tool set to allow users manage rawposix-fs through command line, and that would be pretty straightforward because we only need shell scripts to add RAWPOSIX_ROOT to user command (ie: cp/rm etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant