cli - Concepts
Explore concepts tagged with "cli"
Total concepts: 4
Concepts
- Environment Variables - Named values maintained by the operating system or shell that configure process behavior, store system settings, and pass information between programs.
- Working Directory - The directory in a file system that a process or shell session is currently operating in, commonly referenced via PWD or CWD.
- Windows Subsystem for Linux (WSL) - A compatibility layer that allows running Linux distributions natively on Windows without the need for a virtual machine or dual booting.
- Home Directory - A special directory assigned to a user account on a multi-user operating system, serving as the default location for personal files, configuration, and the starting point for shell sessions.
← Back to all concepts