answersLogoWhite

0


Best Answer

The working directory (or working folder) is the default folder (also known as the current folder) used by an application to read and write files when no path name is specified, or a relative path name is specified. Path names may be specific (overriding the default) or relative to the default (navigating up through parent folders and/or down through child folders). A program may also change the default through the "change directory" system command at runtime.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

Bajsj

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the relationship between a pathname and a working directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which utility is used to display the pathname of a current working directory?

pwd


How do you run a windows program in wine without the GUI?

Wine can be executed from a terminal with the command wine application.exe, substituting application.exe with the name of the program you want to run. You'll have to either supply a pathname or change your working directory to where the program is located.


What is the difference between the root directory your home directory and your working directory?

The root directory is the top level directory of the entire file system. Every branch starts from there. The current working directory is where you happen to be in the tree at the moment. If the root is always "/" and my process is in the directory /usr/local/bin/test/data, then the root directory is still "/" and my working directory is currently /usr/local/bin/test/data


How do you identify the working directory in Linux?

The command 'pwd' will identify the full path of the present working directory.


The directory shown by pwd can be referred to as the current working dirctory?

pwd - means print working directory, which is always the current directory.


How do you make your home directory the working directory?

Use the 'cd' command without any target; that always puts you in the home directory which becomes by default the working directory.


What is the Linux command for displaying a working directory?

The command pwd displays your current/present working directory.


What is the pwd command in Linux?

The pwd command prints the working directory. The working directory is the directory you are "in", where operations on files that don't have an absolute path specified will be performed. For instance, if my working directory is /home/username/stuff, then the command echo "test" > test.txt would place the file test.txt in that directory.


What is the difference between working relationship and personal relationship?

A working relationship is like someone who is at work i think that was a bit obvious and a personal relationship is with someone you really love when u keep it between yourself and tell a few people and so on ...


What Linux commands make your home directory the working directory?

the command 'cd ~' will get you there .


How do you identify the working directory?

pwd


How do you find absolute path name of your home directory what is it on your system?

All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path