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
following command is executed in usr account "syven.wang"
mkdir -p mnt
#at the end of these commands, i checked own and group of mnt is still "syven.wang", not "root"
fuse-ext2 ext3_part mnt -o rw+ # after this command, own and group of mnt is changed to "root".
why did this happen and how to avoid this issue?
env:
centos 7
gcc 7.3
fuse-ext2 0.0.9 29
The text was updated successfully, but these errors were encountered:
following command is executed in usr account "syven.wang"
why did this happen and how to avoid this issue?
env:
centos 7
gcc 7.3
fuse-ext2 0.0.9 29
The text was updated successfully, but these errors were encountered: