I have a 250GB m.2 nvme ssd and a 1TB hdd. I boot ubuntu and windows on my ssd by creating 2 partition and I use my hdd for storage only. I recently install gcc on my ubuntu. but can't run c++ file on ubuntu which is located on my hdd.
it says permission denied. but on windows I can access and run the same file. what should I need to change to run the c/c++ file on ubuntu?
Thanks is advance.