The working directory on linux computers

Опубликовано: 19 Октябрь 2024
на канале: Chris Gregg
1,624
7

This video describes the "working directory", which is where your programs will start looking for files if they need to read in files.

To determine the working directory (which is usually the directory from which you run a program), type "pwd".

The working directory is not necessarily the location where the program resides -- you can run a program when you are located in a different directory.