Linux-基础(centos6.9)-超时时间-字符集-history

配置字符集

LANG=zh_cn.utf-8

配置超时

export TMOUT=10 (10秒钟)

命令:history

-d: 后跟指定行号删除命令   history -d 10 删除第十行

-c: 清除所有历史记录

export HISTSIZE = 5 (命令行)命令行历史纪录数量

export HISTFILESIZE = 5  (文件)显示历史条目数为5 ,对应文件  ~/.bash_history

永久生效:配置/etc/profile

source /etc/profile   source命令使其立即生效

时间: 2024-10-13 12:32:28

Linux-基础(centos6.9)-超时时间-字符集-history的相关文章

Linux基础 - CentOS6改变系统语言为中文的方式

自动安装完CentOS6.10并登录进入Linux系统后,发现VMware自动选择了English作为系统的默认语言,所以想将系统语言改为中文,方法如下: 1.切换到 root 用户 1.打开配置文件的目录:cd /etc/sysconfig 2.编辑配置文件:vi i18n 3.用#号把第一行(LANG="en_US.UTF-8")注释掉 4.在第一行下添加一行新行,即输入 LANG="zh_CN.UTF-8" ,然后保存文件,重启系统 参考: 1)让CentOS

Linux基础命令---ntpq查询时间服务器

ntpq ntpq指令使用NTP模式6数据包与NTP服务器通信,能够在允许的网络上查询的兼容的服务器.它以交互模式运行,或者通过命令行参数运行. 此命令的适用范围:RedHat.RHEL.Ubuntu.CentOS.Fedora.   1.语法        ntpq [-46dinp]  [-c command]  [host]  [...]   2.选项列表 选项 说明 -4 使用ipv4解析 -6 使用ipv6解析 -c 添加执行的命令到指定主机的命令列表 -d 打开调试模式 -i 使用交

linux基础之C语言获取时间

///////////////////////////////////////////////////// //获取系统当前时间,并转换为当地时间显示 ///////////////////////////////////////////////////// #include <stdio.h> #include <time.h> int main (void) { time_t now; struct tm *ptm; //time() returns the time as t

Windows和Linux双系统修改默认启动项、超时时间

修改/etc/default/grub, 然后update-grub. 执行命令 sudo gedit /etc/default/grub 主要内容为 # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: #   info -f grub -n 'Simpl

linux下ssh超时时间配置

摘自:https://www.cnblogs.com/flishroom/p/11661515.html Linux下设置超时时间,是在配置文件/etc/profile里.在该文件下,添加一个变量: export TMOUT=60 时间单位是S,上面配置的超时时间是60秒. 60秒无人操作ssh终端,则ssh自动退出. 原文地址:https://www.cnblogs.com/LiuYanYGZ/p/12411251.html

Linux基础介绍【第三篇】

更改SSH服务端远程登录的配置 windows服务端的默认远程管理端口是3389,管理员用户是administrator,普通用户是guest.Linux的管理用户是root,普通用户默认有很多个,远程连接默认端口是22. 修改配置文件/etc/ssh/sshd_config,13行Port 22(默认端口22),改为Port 52113(范围0--65535):15行ListenAddress 0.0.0.0 (监听ip地址),改为ListenAddress 192.168.131.1:43行

linux基础整理4

IP地址配置 1.setup工具 vi /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=yes service network restart 2.修改虚拟机连接方式为桥接 3.编辑-虚拟网络编辑器-vmnet0--桥接到有线网卡 4.UUID错误(针对复制镜像生效) vi/etc/sysconfig/network-scripts/ifcfg-eth0         删除MAC地址行 rm –rf/etc/udev/rules.d/70-pe

Linux基础的调优及安全设置

基础的调优及安全设置. a简单优化Linux 1.关闭Selinux [[email protected] selinux]#cd /etc/selinux/ [[email protected] selinux]# sed -i s#SELINUX=enforcing#SELINUX=disabled#g config [[email protected] selinux]# cat config # This file controls the state of SELinux on the

一篇文章带你入门Linux——马哥Linux基础学习笔记

1.课程体系: 中级: 初级:系统基础 中级:系统管理.服务安全及服务管理.Shell脚本: 高级: MySQL数据库: cache & storage 集群: Cluster lb: 4layer 7layer ha: 分布式: zookeeper 分布式文件系统 虚拟化技术: xen kvm Openstack:IAAS云: 运维工具: ansible puppet(ruby), saltstack(python) 监控工具: zabbix 大数据处理: hadoop spark, stor