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
Use cat+rm instead of mv so the original file's inode and permissions
are retained. mktemp creates files with mode 600, and mv would replace
the target with those restrictive permissions.
0 commit comments