logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Unshare Command - Execute in New Namespaces | Online Free DevTools by Hexmos

Execute commands with Unshare Command in isolated namespaces. Create separate network, mount, and PID spaces to isolate processes. Free online tool, no registration required.

unshare

Execute a command in new user-defined namespaces. More information: https://manned.org/unshare.

  • Execute a command without sharing access to connected networks:

unshare {{[-n|--net]}} {{command}} {{command_arguments}}

  • Execute a command as a child process without sharing mounts, processes, or networks:

unshare {{[-m|--mount]}} {{[-i|--pid]}} {{[-n|--net]}} {{[-f|--fork]}} {{command}} {{command_arguments}}

See Also