Questions tagged [home-directory]

A home directory (or "home folder" on Windows and Mac OSes) is a file system directory on a multi-user operating system containing files for a given user of the system.

147 questions
1
vote
4 answers

How to Automatically Create Home Directory for Active Directory User on Solaris (using PowerBroker)

I have a number of existing users in Active Directory that need a home directory created. They don't log directly in to Solaris but into a service running on that box. If I login as them their home directory gets created and then they can…
1
vote
2 answers

Set owner of new users home folder to user instead of BUILTIN\Administrators when using ADUC (on Windows Server 2008 R2)

In our AD, we create new users by copying a default user in ADUC. For the default user we specified a home folder using the %USERNAME% variable (mapped to H:): \fileserver\homes\%USERNAME% For new users, the home folder on the server is…
1
vote
0 answers

Using OSX home directories from linux

I'm running an OSX (Snow Leopard) Server with OpenDirectory, which is nothing else than a modified OpenLDAP with some Apple-specific schemas. However, I want to reuse this directory on some of my Linux (Debian Squeeze) boxes. It's no problem to…
Steffen
  • 111
  • 4
1
vote
2 answers

Default Home Folder Permissions on CentOS 5

Whenever I create a new user in CentOS 5, their home folder is automatically given the UGO setting of "755", how can I change the default to "700"? Also, the server is technically ClearOS, but it's based on CentOS.
Soviero
  • 4,306
  • 7
  • 34
  • 59
1
vote
3 answers

VsFTPd - pam_mkhomedir

I am trying to set up a FTP server that authenticates against an LDAP server. This part is done and works. My server is VsFTPd on Ubuntu Server 11.04. But I have to create the home directories for my LDAP users. I am trying to user the pam_mkhomedir…
Totor
  • 95
  • 1
  • 3
  • 9
1
vote
1 answer

Windows Map to user home directory fails with %username% variable

I have a user johndoe with the following drive mapping in his login script (.bat file). net use y: \\myserver\users$\johndoe However, when I try to use a more generic mapping using the username variable the Y drive maps to \filesvr\users i.e. it…
zen
  • 211
  • 4
  • 11
1
vote
1 answer

Should I encrypt my home directory (Ubuntu Server)? Case scenarios: Dev Server, Production Server, Desktop, etc

I did some searching and found that the biggest downfall is performance. How big is the difference between encrypted vs non-encrypted? What types of setups would you use it for and which wouldn't? Dev/Build Server? Demo Server? Production…
user29600
  • 399
  • 5
  • 16
  • 29
1
vote
4 answers

FreeBSD - 'cd ~' takes me to /root instead of home directory

I just created a new user (I was logged in as root to do so) with the adduser utility. I gave the new user his own home directory. If I check the /etc/passwd file, it shows the users home folder is correct and even when I ssh into the server as that…
Safado
  • 4,726
  • 7
  • 35
  • 53
1
vote
1 answer

Troubleshooting Networked Home Folder

In a Mac OS X Server (10.5.7) environment - I've got a user with a Network Home on the server that cannot log in from any of our client Macs. They cannot even log in locally to the server where their home folder is located. Other users in the…
Meltemi
  • 559
  • 2
  • 11
  • 23
1
vote
2 answers

Common /home for a couple of Linux distributions

I want to learn one more Linux distribution. I'm serious and "one more" means the second one. I've been using a Linux distribution for almost a decade, I like it very much, but I want to learn something new additionally. I plan to go with a common…
halp
  • 2,098
  • 1
  • 19
  • 13
1
vote
2 answers

Cygwin User/home folder non existant

I'm a novice at cygwin/linux administration so please be patient with my ignorance: I'm trying to change my .bashrc profile and setup (.gitconfig ) I can't seem to find my home folder. My hypothesis is that i don't have my home folder because i've…
chrisjlee
  • 955
  • 2
  • 11
  • 21
1
vote
3 answers

Ubuntu: How to decrypt home directory, swap (basically everything) without reinstalling?

I just faced a problem with encrypted home directory in Ubuntu Server 10.04. While I know a workaround, I want to just to completely remove encryption from everything. Any hints how to do that without complete backup & reinstall?
BarsMonster
  • 644
  • 3
  • 11
  • 24
1
vote
2 answers

How do I install PyYAML into local install of Python?

I've installed Python 2.6.4 into (a subdirectory in) my home directory on a Linux machine with Python 2.3.4 pre-installed, because I need to run some code that I've decided would require too much work to make it run on 2.3.4. (I'm not on the…
Daryl Spitzer
  • 2,946
  • 9
  • 33
  • 40
1
vote
0 answers

User directory does not exist when logging in via ssh to a Synology NAS

On a Synology NAS with DSM 7.0 I have created through the Graphical UI a dedicated admin user (as recommended in Synology's setup procedure), then I have enabled ssh login and now I can ssh into the Synology. So far so good. However when logging in…
1
vote
1 answer

Docker - User and SSH issue

I am creating a docker container that will host a web app. The container is an ubuntu18.04 vm with a flask app + gunicorn running. I am trying to configure ssh but something wonky is going on. In my docker file I do something along the lines of: RUN…
basic
  • 111
  • 1