linux命令ark linux命令arch

linux终端命令的使用shutdown
功能说明linux命令ark:系统关机命令
语法:shutdown [-t sec] [-arkhncfFHP] time [warning-message]
包名称:SysVinit
相关命令:halt,reboot
补充说明:本命令可以关闭所有linux命令ark的程序linux命令ark,并依用户linux命令ark的需要linux命令ark,进行重新开机或关机的操作 。Shutdown命令可以指定系统在特定时间关机,但仅限于当日 。若需指定在特定日期关机,则需搭配at命令执行 。
参数:
-a
Use /etc/shutdown.allow.
-t sec
Tell init(8) to wait sec seconds between sending processes the warning and the kill signal, before changing to another runlevel.
-k
Don't really shutdown; only send the warning messages to everybody.
-r
Reboot after shutdown.
-h
Halt or poweroff after shutdown.
-H
Halt action is to halt or drop into boot monitor on systems that support it.
-P
Halt action is to turn off the power.
-n
[DEPRECATED] Don't call init(8) to do the shutdown but do it ourself. The use of this option is discouraged, and its results are not always what you'd expect.
-f
Skip fsck on reboot.
-F
Force fsck on reboot.
-c
Cancel an already running shutdown. With this option it is of course not possible to give the time argument, but you can enter a explanatory message on the command line that will be sent to all users.
time
When to shutdown.
warning-message
Message to send to all users.
【linux命令ark linux命令arch】范例:
1)立即关闭系统:
# shutdown -h now
2)执定在21:10将系统重新开机:
# shutdown -r 21:10
3)指定10分钟后关机,并发送警告信息:
# shutdown +10 “conputer will shut down”
4)取消关机:
# shutdown -c
我安装的Linux是arklinux 为何在浏览网站的时候中文网站里的汉子都是方块这是中文字符集没有正确设置的问题,解决如下:
1、在浏览器 , 如firefox的菜单/查看/字符编码/字符检测/下选"自动选择"或“简体中文”都行,系统缺省是“关闭”,该过来 。
2、在浏览器,如firefox的菜单/查看/字符编码,选简体中文(GB2312)
3、下载一个包含各种中文字体的包, 下载字体库,,解压到Linux系统盘usr\share\fonts目录中 。
命令是
$su
密码:
#tar -xvzf fonts.tar.gz /usr/share/fonts
包里面有文泉驿和各种中文字体
linux常用命令linux常用命令如下:
1、查看内核版本:uname -a 。
2、控制台-》图形界面:init 5或者startx 。
3、图形界面-》控制台: init3或者直接注销 。
4、如何查看ip地址:ifconfig 。
5、配置ip:ifconfig eth0 ip地址 。
6、重启:reboot 或者 shutdown -r now 。
7、普通用户切换到系统用户:su 。
8、注销用户指令:logout 。
9、从子机退出:ctrl+alt 。
10、全屏:ctrl+alt+enter。
基本思想:
Linux的基本思想有两点:第一,一切都是文件;第二 , 每个文件都有确定的用途 。其中第一条详细来讲就是系统中的所有都归结为一个文件,包括命令、硬件和软件设备、操作系统、进程等等对于操作系统内核而言,都被视为拥有各自特性或类型的文件 。
完全免费:
Linux是一款免费的操作系统,用户可以通过网络或其他途径免费获得,并可以任意修改其源代码 。这是其他的操作系统所做不到的 。正是由于这一点,来自全世界的无数程序员参与了Linux的修改、编写工作,程序员可以根据自己的兴趣和灵感对其进行改变,吸收了无数程序员的精华 。
以上内容参考:百度百科--Linux

推荐阅读