Solaris is usually used as a server operating system. Because of this, you want to make sure that you shut the system down as gracefully as possible to ensure there isn’t any data loss.

Solaris通常用作服务器操作系统。 因此,您需要确保尽可能优雅地关闭系统,以确保没有任何数据丢失。

For every application that is installed on your server, you should make sure that you have the correct scripts in /etc/rc(x).d to gracefully shut down the service.

对于服务器上安装的每个应用程序,应确保在/etc/rc(x).d中具有正确的脚本以正常关闭服务。

ShutdownYou have more than one command option that you can use. The best command is this, executed as root:

关掉 您可以使用多个命令选项。 最好的命令是这样,以root身份执行:

shutdown -y -i5 -g0

关闭-y -i5 -g0

This will immediately shut the system down. You can also use the older command that still works:

这将立即关闭系统。 您还可以使用仍然有效的旧命令:

sync;sync;init 5

同步;同步;初始化5

You can even use:

您甚至可以使用:

poweroff

断电

RebootIf you are trying to reboot the system as opposed to turning it off, you could use:

重新引导如果您尝试重新引导系统而不是将其关闭,则可以使用:

shutdown -y -i6 -g0

关闭-y -i6 -g0

Or:

要么:

sync;sync;init 6

同步;同步;初始化6

Or even:

甚至:

reboot

重启

So many commands to do the same thing… almost seems silly.

这么多命令来做同样的事情……似乎很愚蠢。

翻译自: https://www.howtogeek.com/howto/solaris/shut-down-or-reboot-a-solaris-system/

关闭或重新引导Solaris系统相关推荐

  1. solaris系统关闭服务器,Solaris下如何关闭SUN服务器

    Solaris下如何关闭SUN服务器 发布时间:2006-12-15 00:46:19来源:红联作者:samblue 1.成为超级用户或承担等效角色. 角色包含授权和具有一定权限的命令. 2.了解用户 ...

  2. solaris系统关闭服务器,solaris系统中关闭和开启系统服务ftp,telnet,ssh,sendmail...

    solaris系统中关闭和开启系统服务ftp,telnet,ssh,sendmail (2010-12-19 14:37:14) 标签: solaris ftp telnet sendmail ssh ...

  3. UEFI引导的系统下装双系统解决方案

    我的电脑是windows10的系统,并且默认是uefi的启动模式 安装ubuntu后,使用Easybcd工具添加了Ubuntu的启动从菜单,重启后选择ubuntu后无法启动 http://blog.c ...

  4. linux的多重启动管理器,使用多重启动管理器GRUB引导Linux系统.pdf

    维普资讯 2007年 (第35卷)第6期 信患事L爿' 使用 多重启 动 管理器 GRUB ,导 Linux系统 白伸伸 (兰州职业技术学院 信息工程系,甘肃 兰州 730000) 擅要:GRUB是一 ...

  5. Ubuntu rEFInd 引导双系统界面美化

    Ubuntu rEFInd 引导双系统界面美化 效果 这是我的(拍摄问题,哈哈,其实可是很漂亮的) rEFInd 下载 https://sourceforge.net/projects/refind/ ...

  6. 迁移物理solaris系统至一个区域

    可以使用"物理转换为虚拟(physical-to-virtual, P2V)"功能将现有Solaris 系统直接迁移到目标系统上的本地区域. 注意:如果要通过P2V 安装的系统映像 ...

  7. 在Solaris系统中,查看tcp/ip配置

    在Solaris系统中,修改tcp/ip配置是比较繁琐的事情 本机机器名                                                    /etc/hostnam ...

  8. lenovo L480 进入bios_重装系统重启后不引导,重装系统无法进入引导

    BlOS详解 1.进入blos如图 2.Standard CMOS Features(标准CMOS功能设定)项子菜单 3.Advanced BIOS Features(高级BIOS功能设定)项子菜单 ...

  9. Solaris 系统中的snoop命令详解

    原文地址:http://blog.51cto.com/candon123/153254 Snoop 是Solaris 系统中自带的工具, 是一个用于显示网络通讯的程序, 它可捕获IP 包并将其显示或保 ...

最新文章

  1. [转自脚本之家] Javascript cookie 详解
  2. python简单词频统计_python简单词频统计
  3. android查询所有照片,Android查询外部存储中所有照片
  4. [微信开发] - 关于测试号以及消息发送及回复
  5. 设计模式---桥接模式
  6. python界面打开为什么是黑的_Pycharm设置界面全黑的方法
  7. 魔兽世界燃烧的远征最新服务器,魔兽世界燃烧的远征怀旧服
  8. greenplum(gp)postgre清理pg_xlog释放空间
  9. Coding life_云栖社区的个性化首页上线
  10. 【Leetcode】644. Maximum Average Subarray II
  11. mpc5125 uboot 阅读笔记
  12. Android之指纹解锁
  13. RabbitTMQ实战 高效部署分布式消息队列笔记
  14. 高端大气上档次的搜索引擎......
  15. 12V将路由器网口烧了
  16. 更新版:整理下苏生不惑开发过的那些工具和脚本
  17. 第5节:开发微信小程序之文档详解
  18. 处理百万位圆周率的txt,用做自己的PI模块
  19. android开发笔记之系统属性(ro.com.google.clientidbase.ms)随卡适配
  20. [转]神经机器翻译(NMT)相关资料整理

热门文章

  1. BF706的开发入门,手把手教你(含源码)
  2. 【Qt】QtCreator中『设计』按钮是灰色的怎么办?
  3. [渝粤教育] 西南科技大学 中国税制 在线考试复习资料
  4. Django基础02 视图和模型
  5. 棒球队训练课程教案·棒球1号位
  6. python输入两点坐标求距离_大一Python课的习题,输入两点,建立起直线方程y=kx+b。输入第3点,求点到直线的距离。这怎...
  7. jQuery on()
  8. 使用Rapidxml 库遇到的问题和分析过程
  9. 【信息安全案例】——应用软件安全(学习笔记)
  10. 品牌家具电商购物HTML网站模板