I tried `unshare --uts --pid --net --mount --ipc --fork` but it failed due to permissions. `sudo unshare --uts --pid --net --mount --ipc --fork` left me in an environment where I was still in my home directory, able to see all the files and create new files which would persist after exiting.
I guess there are many other tutorials which would explain this in depth, but this blog post did not really teach me anything useful about `unshare`.
I tried `unshare --uts --pid --net --mount --ipc --fork` but it failed due to permissions. `sudo unshare --uts --pid --net --mount --ipc --fork` left me in an environment where I was still in my home directory, able to see all the files and create new files which would persist after exiting.
I guess there are many other tutorials which would explain this in depth, but this blog post did not really teach me anything useful about `unshare`.