Hello guys!
I just uploading my coursework for into my school unix server into its own directory. There are only two files. (project1 and project1.c)
I have to remove *all permissions* for others, and make it so only I can read/execute/write.
Is there any easy way to do this? Is there a single command that will allow me to take off read/execute/write permissions for these 2 files for everyone but myself?
I was googling and found this: chmod o-7 *
but don't know if its right.
Any unix gurus please help!