查看Linux系统编码

查看Linux系统编码

[oracle@localhost ftp]$ cat /etc/sysconfig/i18n

LANG="en_US.UTF-8"
SUPPORTED="zh_CN.UTF-8:zh_CN:zh:en_US.UTF-8:en_US:en"

SYSFONT="latarcyrheb-sun16"

配置环境变量

[oracle@localhost ftp]$ cat /etc/profile

实时查看文件输出内容

[oracle@localhost ftp]$ man tail
TAIL(1)                                                   User Commands                                                   TAIL(1)
NAME
       tail - output the last part of files
SYNOPSIS
       tail [OPTION]... [FILE]...
DESCRIPTION
       Print  the  last 10 lines of each FILE to standard output.  With more than one FILE, precede each with a header giving the

       file name.  With no FILE, or when FILE is -, read standard input.

后台运行Linux命令:ctrl+z

[oracle@localhost bin]$ find / -name 'xml' &
[1] 7815
[oracle@localhost bin]$ jobs
[1]+  Running                 find / -name 'xml' &
[oracle@localhost bin]$ fg 1
find / -name 'xml'
/home/oracle/installed/tomcat6/webapps/examples/jsp/xml
/usr/share/xml



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值