answersLogoWhite

0


Best Answer

That depends on the operating system. In Windows, user information is contained in the registry file for each user. E.g., Users\<username>\NTUSER.DAT. In Linux there is no registry as such, but user credentials will be found under /etc or sometimes /usr/local/etc.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the name of the path and file name for the file that contains all user information?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Difference between path and a file name?

The "Path" is the route map that leads to the folder that contains the "Filename"


What is a basename?

A basename is a file name without any path or directory information.


How do you rid startup message Are you sure you want to add the information in file name to the registry?

regedit.exe /s path of .reg file


What is the difference between path name and file name?

A path name is the location of the file name. example: C:\Users\Desktop\Example.txt A file name is file itself. example: Example.txt


What is the path and file name that contains a list of all directories made available on the network by NFS?

The correct answer would be etc/exports


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.


Is this a file path c documentsspring 2012cis 101term papercomputer technology is an example of a?

of a file name with path.


Is what an absolute path name a relative path name or a simple file name milk co?

milk_co


What are the constructors are used to create an object of the file class?

There are three constructors that can be used to create a File class.public File(String path). 'path' is basically the full pathname to the file in your current directory.public File(String path, String name). You can also separate the path and filename. 'name' would represent the filename and 'path' would represent the name of the directory.public File(File directory, String name). This is somehow similar to the previous way; however, directory is a File object rather than a String object.To create a new File object:File newFile = new File("something");


What are the similarities between a file path name and a file name?

A file path will usually just be the fully qualified location the file is located in. Some platforms may even include the filename in the file path, but that's not always the case. A file path may look like this: /usr/share/apps Whereas a filename is things like "superduper.mp3" and the like.


What tells a computer the name and location of a file?

path


The location of a file is specified by its?

A location of a file is specified by its File Path.