You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the working directory of a process is removed the process is jailed to that directory
as the vnode doesn't get freed but dot and dotdot links are deleted. For some reason
chdir to / is not working either so rmdir . effectively creates a chroot-like jail.
The text was updated successfully, but these errors were encountered:
If the working directory of a process is removed the process is jailed to that directory
as the vnode doesn't get freed but dot and dotdot links are deleted. For some reason
chdir to / is not working either so rmdir . effectively creates a chroot-like jail.
The text was updated successfully, but these errors were encountered: