The folder used to contain user home folders. Usually `/home` on Linux and UNIX, `/Users` on Mac OSX, and `C:\Users` or `C:\Documents and Settings` on Windows (Vista +, XP -).
0
votes
1answer
37 views
How to get to Ubuntu's home directory in Windows?
How can I get to Ubuntu's home directory in Windows?
1
vote
2answers
174 views
Shared home folders between operating systems
After my hard drive calved yet again in my MacBook Pro, I decided to re-do my dual booting. My goal is to triple boot, with OSX 10.6.8 (installed), Windows 7 Home Premium and a flavour of Linux ...
5
votes
1answer
320 views
Any dangers of sharing /home partition between two distros?
I have a laptop with a 250GB HDD. I have an existing installation of Kubuntu across three partitions (A 20GB one for /, 2GB for swap, and something like 97GB for /home). If I add another partition, ...
0
votes
2answers
397 views
How do you create a user with read and write access to another user's home directory
I am new to Linux and need some help how I can create a user with some special rights.
I have read a few articles and "how Linux permissions work" but have not yet understood how it works in ...
-1
votes
2answers
133 views
Restore Home Folders
I accidently deleted my home folders. Those are:
C:\Users\myname\Downloads
C:\Users\myname\Dokumente
C:\Users\myname\Bilder
C:\Users\myname\Videos
C:\Users\myname\Musik
How can I restore them? I ...
18
votes
5answers
4k views
What does the little squiggly ~ do in Linux?
I have two instances of it being used and I am wondering what each does:
service=~
mv ~/Desktop/Service$version.tgz $service
What does the little squiggly ~ do?
Then, after that that, what would ...
2
votes
3answers
258 views
/home used on Mac OS X?
Is /home used for anything on Mac OS X ever? It's just an empty directory on my machine.
2
votes
1answer
1k views
Created User in Linux (Ubuntu) Without Creating a Home Directory - Causing Problems
This may be a rookie mistake, but I created a user (new user) in Linux on a Ubuntu system and didn't actually create the home directory for this user. Now, when I log in, it says there are ...
8
votes
3answers
1k views
How to track $HOME with git
I would like to track my $HOME dir with git. I've got many other git repos in other subdirs (eg $HOME/projects/repo_1 and so on), which shouldn't be tracked, since they already are.
I have found ...
21
votes
16answers
24k views
How to synchronize the home folder between multiple computers?
I have three computers at home, and would like to have the /home/ folder tree synchronized between the three.
Any files/folders (except those hidden) that are modified/added/removed in one of the ...