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
there isn't a direct equivalent as you say. the underlying pain point is really the absence of a sudo implementation, so users start shells with administrative privileges, and then write directories owned by an administrator. then they discover there's no "easy" way to reset the privileges as though they were written by the ordinary user.
The text was updated successfully, but these errors were encountered:
is equivalent to
for adding permissions
is equivalent to
there isn't a direct equivalent as you say. the underlying pain point is really the absence of a
sudo
implementation, so users start shells with administrative privileges, and then write directories owned by an administrator. then they discover there's no "easy" way to reset the privileges as though they were written by the ordinary user.The text was updated successfully, but these errors were encountered: