OS - Home environment Variable

Card Puncher Data Processing

About

The special home directory is the user's home directory. It is set in a environment variable

Location

Windows

  • System: C:\Windows\system32\config\systemprofile or C:\Windows\system32
  • Users: C:\Users\login
echo %USERPROFILE%
C:\Users\userName

Linux

  • User: ~/ or HOME
  • System: /etc/

WSL (Windows Linux)

Wsl Distribution Home Path
Ubuntu 20.04 \\wsl$\Ubuntu-20.04\home\username
Debian \\wsl$\Debian\home\username





Discover More
Card Puncher Data Processing
Conda - Configuration (.condarc)

The configuration of conda is in a file called .condarc In the user home in the root of an environment Via conda Via file ../../commands/conda-config With the config subcommand...
How to write a Linux Script (Shebang)?

This page is the creation of Script in Linux. They can be written in many languages does not need an extension must be given the execution permission where the first line called the Shebang_(Unix)shebang...
Card Puncher Data Processing
Maven - user.home

The user.home directory is the home directory used by Maven to saved all maven configurations. You can change the user home by setting the user.home system property
Node - NODE_PATH

NODE_PATH is: a process environment variable that contains a search path value (one or more directory with the linux or windows path separator) where the module loader (ie require statement /...
Sqlite Banner
SQLite - Getting Started

A getting started guide Download the shell binary for windows By default SQLite client tool do not format the columns in a human read-way, so to explore table...
Card Puncher Data Processing
SSH - Known Hosts File

Known Hosts File is a client file that lists all known remote host and is used by the ssh client where: algo public_key is the public key of the host keys from sshd home\.ssh\known_hosts...
Bash Liste Des Attaques Ovh
Sh - Home (User, session) directory

The user (session) directory home is saved in the HOME environment variable and can be called with the tilde. .bash_logout .bash_profile .bashrc .kshrc
Card Puncher Data Processing
VSCode - User scope

The user scope apply to any instance of VS Code The user file scope are located in: Windows : Home\AppData\Roaming\Code\User\ macOS /Library/Application Support/Code/User/ Linux /.config/Code/User/...
Card Puncher Data Processing
VsCode - Settings

Ctrl + , to access VSCode Settings Windows : Home\AppData\Roaming\Code\User\settings.json (%APPDATA%\Code\User\settings.json) macOS /Library/Application Support/Code/User/settings.json Linux /.config/Code/User/settings.json...
Undraw File Manager Re Ms29
File System - Home Directory

The home directory is a special directory where all documents for a user or application are supposed to be stored. home The value is dependent of the operating system. Distribution Home Path Wsl...



Share this page:
Follow us:
Task Runner