answersLogoWhite

0


Best Answer

pwd

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Linux command with tell you the location and path to a command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you tell if you are logged on as the Linux administrator account while at the command prompt?

With the whoami command.


How do you find out what kind of graphics card you have in Linux Xubuntu?

the command lspci will tell you what hardware you have


How can you tell what filesystems your kernel supports?

type this at you Linux command prompt cat /proc/filesystems


How do you find Mac address in LINUX?

The command ifconfig will tell you the MAC address of whatever interfaces are active.


What does the file path tell you?

It tells you a files location on your computer.


How do you check filesystem types in Linux?

Assuming you have the filesystem mounted, the "mount" command can tell you every mounted filesystem and its type.


How would you tell Linux to shut down in five minutes?

Using the command shutdown -h 5.


Where can one find information about UNIX grep command?

The grep command is used to search for text, or lines containing certain words or strings of words. Stackoverflow, techonthenet, linux are a few sites that tell more about this command


What does man ls abcdat command do in Linux?

The command "man ls" will tell you about the 'ls' command. The last part will be ignored because it isn't part of the manual entry for the 'ls' command.The command as you can given it is most likely because you want to know what will happen when you issue the 'ls abcdat' command in Linux. The answer is that it will list out the name (in a short form) of the file or directory abcdat if it exists in your current working directory.


What is the path to and from a location on a map?

plz tell me , ok uh the path to and from a location is a vertial dilex other known as a crotmosphere. ~chris, B.A in business, Master Degrees in sociology.


How do I find out how many different login shells are used in my Linux?

The command "finger" can tell you how many active shells are used, the users logged in, and where they logged in.


How do you find out whether Java is installed on Linux?

Enter "java -version" into a terminal. If Java is installed, it will tell you the version number. If it is not installed, it will say "command not found."