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
On linux su doesn't reset any rlimits, sudo sets RLIMIT_NRPOC temporarly.
From sudos source:
/*
* Unlimit the number of processes since Linux's setuid() will
* apply resource limits when changing uid and return EAGAIN if
* nproc would be exceeded by the uid switch.
*/
The text was updated successfully, but these errors were encountered:
On linux
su
doesn't reset any rlimits,sudo
setsRLIMIT_NRPOC
temporarly.From
sudo
s source:The text was updated successfully, but these errors were encountered: