Top "Home-directory" questions

A home directory is a file system directory on a multi-user operating system containing files for a given user of the system.

How do I find a user's home directory in Perl?

I need to check whether a file in a user's home directory exists so use file check: if ( -e "~/foo.…

perl home-directory tilde-expansion
Change Home Directory Ubuntu 14.10

I'm trying to change the home directory to a different folder and my OS is not letting me do that. …

ubuntu directory home-directory
How to find the real user home directory using python?

I see that if we change the HOME(linux) or USERPROFILE(windows) environmental variable and run a python script, it …

python linux windows directory home-directory
Installing Maven 3.3.9, how to set M2_HOME, MAVEN_HOME and bin folder?

I am trying to install Maven 3.3.9 on my new laptop but it seems to be incredibly difficult. I am not …

java maven path home-directory
git clone into home directory

$ git clone ssh://host/repo.git ~/ destination directory '/home/username/' already exists. Can anyone tell me how to …

linux git home-directory
How do I change my Git home folder?

How do I change my git home folder? Currently my git folder is located in my %AppData% folder. I store …

git bash shell github home-directory
Mac Shell script get home directory

I need to get the home directory in my shell script so my coworkers can run it. What my shell …

macos bash cp home-directory
How can I find the user's home dir in a cross platform manner, using C++?

How can I find the user's home directory in a cross platform manner in C++? i.e. /home/user in …

c++ cross-platform home-directory
mount: /dev/mapper/centos-home: can't read superblock

I've a very big problem. Today after 3 months of activity on my home server I shutdown it and restarted it. …

linux server centos mount home-directory
How to get user home directory on Windows?

I'm developing a cross-platform library that is meant to load configuration files from a user's home directory. The idea is …

c++ windows home-directory