Score:0

How do I make a directory in Linux without it being made in other users on the server?

tr flag

I recently ssh into my company's airflow server, so there are multiple users on this server. Whenever I make a new directory say it makes the directory in all of the other users as well. How can I set it up where I am only making a directory in one user, not all users on the server?

Additionally it says that I have specific versions of certain packages like Python 2.7.5 but I also have Python 3 installed?

I'm trying to better understand the linux system and having multiples users on a Linux server, so an explanation as to why and what is happening would be great!

waltinator avatar
it flag
If, as it seems, all the users have the same home directory, you cannot. What's the OS on the "airflow server"? Can you `getent passwd user1`? Is every user using the same `ssh` command? Like `ssh root@airflow`?
Ana Ho avatar
tr flag
It’s on a Linux OS. Each user has their own id like aho@(ip address of server)
Score:0
us flag

If you have a shared space, then the directory will be visible to other users.

But you can give users read, write, and executable access exclusively using chmod. Which will essentially not let them read the contents of the files.

I suggest you read this, it will give you an idea of how permissions work in Linux. Click Me.

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.