answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: When you use the mtr command to assess the path from your office workstation to a?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When you use the m tr command to access the path through your office workstation to a server on your companys WAN that's located in Spain what is the first hop the m tr command will display?

B) Your default gateway's IP address


What Linux command with tell you the location and path to a command?

pwd


What is the syntax of the command to display a user's path of execution?

echo $PATH


What commands allow you to view the routing table on your Linux workstation?

run the command: route -n You may need to be root (or use sudo) to run that command, or at least call its full path /sbin/route or /usr/sbin/route route --help will give you additional info, as will man route


How are command located in unix?

The shell interpreter uses the PATH or path variable to determine which directories to look in. It will look for an executable file with the same name as the command.


What does the tracert command test?

the network path to a destination


Windows 2000 is an upgrade of?

Windows 2000 was the upgrade path of Windows NT 4, for both the Workstation and Server versions.


What is the name of the command to run a java program?

javausage: java path\FooBar will execute path\FooBar.class


Where is the path variable in ms-dos environment?

It's called Path (use the SET command to access it).


Which command identifies a path to a destination device?

traceroute [destination]


What is the purpose of commands path in dos?

The path command is an internal command, SyntaxDisplays or sets a search path for executable files.PATH [[drive:]path[;...]]PATH ;Type PATH ; to clear all search-path settings and direct Windows to searchonly in the current directory.Type PATH without parameters to display the current path.Examplespath=c:\windows\commandThis is where a lot of DOS commands are stored in Window 95; if you are not able to do a dos command, type this command in, allowing all commands you type in, such as "deltree", to be loaded from this directory. However, if you have another file in another directory such as C:\DOS it will no longer look there.Additional informationDOS limits the path to 122 bytes. Every command is limited to 127 bytes; however, 127 - 5 (minus 5 because of PATH=) = 122.Microsoft Windows 2000 and Windows XP users must set or modify their path statement through the environment variables, additional information on how to do this can be found on document CH000549.


Is cp is used to copy a file?

yes. the syntax for this command is: cp -options /path/to/fileyouwantcopied /path/to/destination/