ما هي تعليمة إطفاء الجهاز من ال terminal ...بالنسبة لإعادة الإقلاع هي :reboot ..طبعا أريد إطفاء جهاز كمبيوتر
موصول على الشبكة يعني بدي أذكر أسم ال hostname للجهاز اللي بدي إطفائه أو كما يسمى machine name ..
Issue these shutdown command from shell terminal to:
• shutdown -r now command, to reboot the Linux system immediately.
[root@linux fedora]# shutdown -r now
• Issue shutdown -r 20:00 command to reboot your Linux PC at 8 pm:
[root@linux fedora]# shutdown -r 20:00
• Issue shutdown -r +20 command to reboot your Linux PC in 20 minutes:
[root@linux fedora]# shutdown -r +20
• reboot command
[root@linux fedora]# reboot
تعليق