Today, I tried to use this command on my raspberry Pi: But I got this error message : I’ve tried to place “sudo” before the command but I got the same error. How can I resolve this please ? (and sorry if I did a mistake, I started playing with my raspberry today and this is also my first question
Tag: authorization
Making a folder visible for a few selected users in Linux
I would like to share a folder called ‘files’ with user1 and user2 in my Linux account. Is there a way to set the authorizations to read write or execute for only these two users and keep it secure from other users? To my knowledge, it is only possible to do this for a usergroup as a whole. Thank you