answersLogoWhite

0

current branch -- C

NovaNET

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is anither name for current path?

Another name for current path is "present working directory" (PWD). It refers to the directory where a user is currently located within the file system.


What is the difference between absolute path name and relative path name in Unix?

Absolute path: Path from root directory (it is the same place, wherever the current path is) Relative path: Relative to the current path.


What was another name for the Eightfold Path?

The Middle Path, The Way


What is another name for current?

current branch -- C NovaNET


What is the name for the unbroken path that a current follows?

closed curcuit


What is another name for thermohaline current is?

Another name for thermohaline current is "conveyor belt," which some call this current of the ocean.


What is another name for road?

street, path, ect...carriageway


What is another name for up to date?

Current. Are the accounts current?


What is the name for the unbroken path that current follows?

That would be called a 'circuit' or 'closed circuit'.


What is the difference between parallel and series circuit connection?

The Series circuit is a single path for current flow. like Christmas tree lights, one part of the path is obstructed (a light that's bunt out ) they all go out. Parallel circuits have more than one path for the current flow, so if one path is obstucted, the current can take another path (like rungs of a ladder )


What is qualified path?

A qualified path is any file name that includes the path to the file, including the hard-drive designator. A non-qualified path is one that only includes the file name or is relative to the current folder, or that includes wildcards. If such a file exists, its path will typically be qualified by the callee.


In Linux what are three commands you can use to create a subdirectory?

1. The most straightforward way to create a create a subdirectory in the current directory is mkdir name where name is the name of the new directory. 2. Another way is to move a directory and its descendants from somewhere else: mv path name where path is an absolute or relative pathname for an existing directory hierarchy, and name is the directory name it will be given in the current directory. 3. Various utilities for unpacking archives may create directories as they execute; for example cpio, tar, unzip etc.