I need to protect my data in my home on cluster (ssh) by others. I would like via chmod to prevent others to enter (read and write) in that directory so that I only have permissions to enter, read and write files. Which is the best "chmod" combination to do this? I'm not able to do "sudo" and other admin instructions since I'm a simple user of the machine. I already made the folder hidden in this way: ./myfolder but to me is not sufficient since via ls -a it is visible.
Can anyone help me please?
Thanks in advance
B.