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
6
votes
1 answer

How to setup Home Folders for 40 windows users

I am a developer (not a sysadmin) and need some help with best practices for setting up home folders. Currently, I have 40 users that save all their 'my documents' kind of documents on their local workstations. This is a nightmare from a backup and…
Pete Lunenfeld
  • 205
  • 1
  • 4
6
votes
2 answers

How to tell start-stop-daemon to update $HOME and $USER accordingly to --chuid parameter

I'm trying to run a service that uses $HOME and $USER environment variables. I could set them in service itself, but that would only be a temporary solution. Let's say I have a script test.sh with following content: echo $USER And I run it with…
iElectric
  • 358
  • 1
  • 5
  • 14
6
votes
1 answer

Centralize authentication and user's home folder

We have about 7 Linux servers and from time to time we setup a new one... For each new install we have to create the same users and ask them to change their default passwords to new ones ... Plus for us, we have to copy our user preferences and…
Kami
  • 1,414
  • 12
  • 25
5
votes
2 answers

Replacing folder redirection with work folders

I am currently building a lab to get familiar with Microsoft's new "Work Folder" feature. I am looking for a way to abandon folder redirection and offline files. So far I have one Windows 7 client connected to my servers sync-share (had to install…
5
votes
2 answers

Changing Network Path of Offline Files

Many of our users have their Home folder set as Available Offline. Their Windows 7 laptops will not be back on our network for a few weeks. In the mean time, we're setting up new servers and reorganizing our files, so the network path to the Home…
Adam
  • 165
  • 1
  • 2
  • 9
5
votes
5 answers

Starting a mysql server in my ${HOME}?

I'm not root on my server (linux) and this server doesn't currently run a mysql server as a daemon. Can I start a mysql daemon that would only work for my account and where the data/files would be stored somewhere in my ${HOME}/... ? How can it be…
Pierre
  • 429
  • 1
  • 5
  • 14
5
votes
1 answer

Override template homedir on FreeNAS 11.3 joined in Active Directory

I've joined a FreeNAS 11.3 in an Active Directory and everything works as expected. But one feature that I'm really missing is some kind of override on mapped home directories for users. By default the directories are with the following template…
Vinícius Ferrão
  • 5,400
  • 10
  • 52
  • 91
4
votes
2 answers

Set Windows share as network home for AD-joined Mac users

we've been seriously scratching our heads on this issue for the last few days. It's now time to ask other professionals on possible solutions for this. The situation and what we're attempting to do: We have some mac computers that we've joined to…
4
votes
1 answer

Difference between Roaming profiles, User Profile, Home Folder, and Redirected Folders?

On the network where I work, it appears at various times people have had roaming profiles, user profiles, redirected folders, and home folders. What are the purposes and differences between these? Note: I come from a Linux background, this is the…
4
votes
0 answers

Open directory, external NFS file shares and automounter

This may be a big one. I've set up Open Directory on Mac OSX 10.8 (Mountain Lion) with users to allow everyone on the network to logon to any client with these centrally stored users. Before this system, we used NIS and mounted home directories with…
Eldamir
  • 179
  • 1
  • 10
4
votes
4 answers

It is fair to jail my SFTP users to their home directory?

roots. I'm running an Ubuntu 9.04 (home) Server on my LAN. I currently use it to store little web apps, photos, some subversion repository and stuff like that. My (few) users are friends of mine and I always provided them with a jailed FTP access to…
tunnuz
  • 427
  • 2
  • 5
  • 10
4
votes
1 answer

Pitfalls to using Gluster as a home/profile directory server?

I was asking recently about options for divvying up access to file servers, as we have a NAS solution that gets fairly bogged down when our users (with giant profiles, especially) all log in nearly simultaneously. I ran across Gluster and it looks…
4
votes
2 answers

Why is the root home directory, /root not in /home? (looking for reasons other than /home is mounted on a different drive)

i know that one reason for /root not being in /home is that usually /home is mounted on a different disk and if it were to fail, we still want root to be accessible. What are some of the other reasons for this structure?
dor
  • 77
  • 1
  • 6
3
votes
0 answers

How to mount windows "downloads" folder on a vhdx file

I'd like to know how I can mount a vhdx image as %userprofile%\Downloads folder in windows 10. When I use the 'disk management' tool it doesn't let me click 'ok' when I've selected the 'downloads' folder. EDIT: 1st issue solved: I wasn't deleting…
DDS
  • 145
  • 8
3
votes
3 answers

sshfs file writes don't respect UID/GID mapping

I'm mounting my /home directory remotely using sshfs. Since UIDs and GIDs aren't the same on the server and client, I'm using idmap=file. Additionally, because of application requirements, I must mount all of /home rather than individual user…
Nathan Vance
  • 129
  • 1
  • 5
1
2
3
9 10