I'm doing some javascript development on my laptop and I can't run some node js modules because the partition they are installed on does not have the EXEC option set.
This is what the partition looks like when I run `mount`
`/dev/sda6 on /home/hoo/storage type ext4 (rw,nosuid,nodev,noexec,relatime,data=ordered,user )`
How do I set the exec option and then set it back when I'm done?
This is what the partition looks like when I run `mount`
`/dev/sda6 on /home/hoo/storage type ext4 (rw,nosuid,nodev,noexec,relatime,data=ordered,user )`
How do I set the exec option and then set it back when I'm done?
Comment