answersLogoWhite

0


Best Answer

Insufficient context to understand the question.

If you mean the absolute path to the Linux/Unix/OS X command 'shutdown', it varies with the system, but could be something like /bin/shutdown, /usr/bin/shutdown or similar.

You can normally find it by typing "whereis shutdown" in a terminal window.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the absolute path to shutdown?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between path and absolute path?

absolute path is an exact road to go in and path is just a relative path, for example the path is near the river - for a path and for an absolute path you can say the path is on green lake street on the intersection of green lake street and Burnside street.


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 are absolute pathnames in unix?

An absolute path name is one that starts at the root directory and navigates from there. An absolute path name can be accessed from anywhere in the system without having to navigate to it.


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


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

milk_co


Linux command returns the absolute path of the current directory?

pwd


What type of path provides a precise location for a file?

It would be a absolute key


Why is shutdown -1 not working on my PC?

Shutdown -1 is not a correct command for shutting down. Open a command line... Start >> Run... >> cmd >> ENTER Then type: shutdown /h (shutdown) shutdown /r (restart) shutdown /l (log off) shutdown /? (more info on shutdown)


How do you stop cmd prompt shutdown?

to stop a cmd shutdown you type in "shutdown /a" (without quotes) shutdown /a is for windows vista and 7 if its windows xp u would use "shutdown -a" the function "/a" or "-a" means to abort a shutdown


When I shutdown my laptop it doesn't shutdown anyone can help?

Take out the battery and it will shutdown.


What does an absolute path-name look like in Linux?

It is the path as relative to the topmost directory, /. For example, /usr/bin is absolute, but ../bin is relative (Means "the directory 'bin' in the parent of the current directory.")


How do you shutdown a computer on the network and set timer and comment?

shutdown -m \\computername - Remote computer to shutdown/restart/abort shutdown -t xx - Set timeout for shutdown to xx seconds