Skip to content

Implement RawPOSIX command line tool set #33

@Yaxuan-w

Description

@Yaxuan-w

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions