View Single Post
nowave7's Avatar
Posts: 245 | Thanked: 62 times | Joined on Jan 2009 @ Bad Homburg, Deutschland
#5
Originally Posted by salahkhani View Post
Thanks for the reply,,

as for the Power Control Installation file no longer working which I do not know why like almost most of N9 applications. Each time I try to install this application it says not installing...

As for for the repair I will see what I can do regarding this matter,

My question is,, is there any terminal command to shut it down??
Of course there is, you need to be root though.
Code:
devel-su
this grants you the root access, careful what you do when you're root
enter your root password, and then
Code:
/sbin/reboot
or
Code:
/sbin/shutdown -r 0
to restart the device down immediately, or
Code:
/sbin/shutdown -h 0
to shutdown/halt the device immediately.
__________________
Save the whales, feed the hungry, free the mallocs!

Last edited by nowave7; 2022-01-28 at 09:33.
 

The Following User Says Thank You to nowave7 For This Useful Post: