Score:1

Do I need to use both chown nobody:users and chmod 755

in flag

In the command line chown nobody:users /mnt/user/A && chmod 755 /mnt/user/A can I use only chmod 755 /mnt/user/A to give access to anyone or do I need both to make it fully accessible for everyone?

Nmath avatar
ng flag
What is the actual problem you are encountering? This should not be necessary
cn flag
The question is wrong by itself; please explain what you want to achieve. If /mnt/user/A is a windows filesystem: no. Neither will work. If it is a samba share: no. If it is a ext share it is the wrong approach "nobody" is NOT a linux user but a user used by external tools (from windows often) because from that end the user is often unknown. And NO it is also not the correct approach. YOU need to be the user, others is the THIRD number in chmod
Score:1
gb flag

From whatever little understanding I have, chmod 755 means owner will have read, write and execute permission while those part of the same group and other users will have read and execute permission. if this serves your purpose then chmod 755 file is enough.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.