#Is it bad practice to run umount -a instead of specifying the directory to unmount? I’ve always run umount -a to unmount my drive but i notice it unmounts a lot of other things. Is this bad?
#Is it bad practice to run umount -a instead of specifying the directory to unmount? I’ve always run umount -a to unmount my drive but i notice it unmounts a lot of other things. Is this bad?
Are you serious or
Is it bad practice to use
rm -rf /
to delete my files, or should I specify the path explicitly?I’ve always used
rm -rf /
to delete my files, but I noticed that it also deletes a lot of other things. Is this bad?