Page 3 of 3
Re: Users can read other users files !?
Posted: Mon Jun 14, 2021 11:27 am
by SpongeBOB
Thanks again @Stuart_M to have try ! So Octal it is.
Re: Users can read other users files !?
Posted: Tue Jun 15, 2021 3:34 am
by SpongeBOB
Oh one more question related to permissions.
Is possible to create an umask that create file/folder without group permission ? (can we do that in Linux ?)
Re: Users can read other users files !?
Posted: Tue Jun 15, 2021 4:09 am
by SwampRabbit
@SpongeBOB 077 gives you an “effective” permission of 700, so just the owner.
Is that what you are asking?
Edit: that’s rwx for the owner only