查看Linux系统编码

来源:互联网 发布:百日筑基 知乎 编辑:程序博客网 时间:2024/04/25 22:21

查看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