H3C查看系统启动配置文件】的更多相关文章

进入nginx安装目录(我的是/usr/local/nginx-1.7.8/) 进入sbin目录,输入 ./nginx -t查看nginx配置文件路径以及该文件语法是否正确 ./nginx -v查看nginx版本…
//查看所有变量 show global variables //查看某个变量的值 show global variables where variable_name like '%innodb_flush_log_at_trx_commit%';//innodb_flush_log_at_trx_commit变量名字 或者 show global variables like '%innodb_flush_log_at_trx_commit%'; 或者 show variables like…
命令行查看修改配置文件项 config get | config set | config rewrite config get requirepass // 获取密码config set requirepass 12345 // 修改密码,这是一个热修改,并不会保存到配置文件中,重启计算机后无效:也可以修改端口号config set requirepass "" // 取消密码config rewrite 可以把配置信息修改持久化exitredis-cli.exe -h localh…
查看vim配置文件并编辑 1 $vim 进入vim命令行 2 进入底行模式,输入 echo $VIM,能够看到vim的路径为/usr/share/vim 3 查看配置文件vimrc 4 编辑vim配置文件,需要用sudo命令 5 接下来就可以根据需要进行设置啦…
<H3C>display saved-configuration    //显示已经保存的内容 <H3C>reset saved-configuration      //删除已经保存的内容1 <H3C>delete startup.cfg             //删除已经保存的内容2 Delete cf:/startup.cfg?[Y/N]:y   %Delete file cf:/startup.cfg...Done. 删除文件---------delete 删…
(1)关于配置文件路径 有时候,我发现虽然尝试修改了配置文件的一些变量,但是并没有生效.后来才发现原来是因为修改的文件并非MySQL服务器读取的配置文件. 如果不清楚MySQL当前使用的配置文件路径,可以尝试这样查看: 从上图可以看出, 服务器首先会读取/etc/my.cnf文件,如果发现该文件不存在,再依次尝试从后面的几个路径进行读取. 文本命令: /usr/sbin/mysqld --verbose --help | grep -A 1 'Default options' (2)关于配置文件…
终端命令 open ~/Library/MobileDevice/Provisioning\ Profiles/ 除去多余的配置文件 Xcode -> Build Settings -> Code signing查看是否有新的证书.…
my.cnf是mysql启动时加载的配置文件,一般会放在mysql的安装目录中,用户也可以放在其他目录加载. 安装mysql后,系统中会有多个my.cnf文件,有些是用于测试的. 使用locate my.cnf命令可以列出所有的my.cnf文件 命令 locate my.cnf 输出 1 2 3 4 5 6 7 8 9 10 11 /usr/local/Cellar/mysql/5.6.24/my.cnf /usr/local/Cellar/mysql/5.6.24/mysql-test/inc…
我是用https://lamp.sh/安装的,apache配置文件位置在:/usr/local/apache/conf/httpd.conf如果是直接安装的apache,配置文件应该在:/etc/httpd/conf/httpd.conf使用httpd -V 命令即可查看 #httpd -V Server version: Apache/2.4.37 (Unix)Server built: Oct 24 2018 21:29:57Server's Module Magic Number: 201…
查看CF卡内的文件 <H3C>dir             //查看文件及目录文件 Directory of cf:/ -------------查看的是CF卡的内容      0     -rw-  13296068  Jul 10 2010 09:18:00   main.bin    1     drw-         -  Jun 08 2009 16:43:12   logfile    2     -rw-       544  Nov 15 2010 09:19:52   1…
查看BIN格式的DOCSIS配置文件,需要专用工具. 工具安装 在Windows下,可以使用工具VultureWare DOCSIS Config Editor. 在Ubuntu(本机版本12.04)下,可以使用开源项目docsis project的docsis工具(主页在这). 其代码以前在http://docsis.sourceforge.net,目前已迁移至https://github.com/rlaager/docsis. 依赖工具.源码下载.编译安装等相关指导均可参考github下的R…
1.uptime命令  例子显示已启动13天 当前用户一个 [root@localhost-live version-build-related]# uptime :: up days, :, user, load average: 1.38, 1.55, 1.56 2.查看/proc/uptime文件计算系统启动时间[root@localhost-live version-build-related]# cat /proc/uptime 1153389.58 3457597.11    运用系…
dmesg用来显示开机信息.kernel会将开机信息存储在ring buffer中.您若是开机时来不及查看信息,可利用dmesg来查看.开机信息亦保存在/var/log文件夹中.名称为dmesg的文件中.dmesg用于检測和控制内核环缓冲. 程序用来帮助用户了解系统的启动信息. dmesg检查网卡启动状况 參 数: -c 显示信息后.清除ring buffer中的内容. -s<缓冲区大小> 预设置为8196,刚好等于ring buffer的大小. -n 设置记录信息的层级.…
<H3C>more logfile.log 创建一个目录 <H3C>mkdir gaochengwang 重命名目录及文件 <H3C>rename wnt 0904 <H3C>rename t.txt wnt.txt 复制目录及文件 <H3C>copy wnt.txt 0904/ Copy cf:/wnt.txt to cf:/0904/wnt.txt?[Y/N]:y %Copy file cf:/wnt.txt to cf:/0904/wnt.…
[H3Cwang]display history-command   sys   sysname H3C   sysname H3Cwang   display history-command   quit   display history-command   Sys…
mysql --help|grep 'my.cnf' [root@izm5e2q95pbpe1hh0kkwoiz ~]# mysql --help|grep 'my.cnf' order of preference, my.cnf, $MYSQL_TCP_PORT, /etc/mysql/my.cnf /etc/my.cnf ~/.my.cnf mysql默认会搜寻my.cnf的目录,顺序排前的优先. 阿里云服务器mysql配置文件生效位置 /etc/my.cnf 参考 https://blog…
[root@DB ~]# /usr/local/mysql/bin/mysqld --verbose --help |grep -A 1 'Default options' Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf #服务器首先会读取/etc/my.cnf文件,如果…
http://jingyan.baidu.com/article/455a99508be7cda167277865.html vi /etc/sysconfig/network-scripts/ifcfg-eth0 (记住是ifcfg-eth0文件就可以了) BOOTPRORO是设置本机获取IP的方式.…
mysql --help|grep 'my.cnf' /etc/my.cnf, /etc/mysql/my.cnf, /usr/local/etc/my.cnf, ~/.my.cnf 这些就是mysql默认会搜寻my.cnf的目录,顺序排前的优先…
打开任务管理器,有一个叫做start up的选项卡,里面的东西就是启动项. 右键选中需要disable的,然后禁用.…
"linux ifconfig查看网卡名称与配置文件不否" 或 启动网卡提示" eth0 似乎不存在, 初始化操作将被延迟" . 问题 1. service network restart 重启网卡 提示错误: "eth0 似乎不存在, 初始化操作将被延迟"  .. ping 某一个网址可通 查看网卡配置文件ifconfig 发现我的配置文件, cd /etc/sysconfig/network-scripts/ifcfg-Auto_eth0是这…
查看nginx实际调用的配置文件 1.查看nginx路径 ps aux|grep nginx root ?? S :43上午 :00.08 nginx: worker process root ?? S :43上午 :00.02 nginx: master process /usr/local/opt/nginx/bin/nginx -g daemon off; root s000 S+ :01下午 :00.00 grep nginx nginx的路径为:/usr/local/opt/nginx…
Ubuntu systemctl 查看系统启动项 列出所有启动项: sudo systemctl list-unit-files 会列出开启的和未开启的: 使用grep过滤一下开启的grep enabled sudo systemctl list-unit-files | grep enabled 查看.service文件的路径,及内容 sudo systemctl status openresty.service 禁用开机启动: sudo systemctl disable mongodb.s…
进入交换机各个视图的命令如下图: 用户视图 系统视图 查看历史命令 配置历史命令缓存大小为30 配置Heade信息 Header 3种类型: incoming:登录终端用户界面时的提示信息. login:登录验证时的提示信息.    Vty模式 shell:进入用户视图时的提示信息. Console口 保存当前配置 <H 3C>save         //此种保存只默认保存为Startup.cfg ,系统默认是加载此文件 The current configuration will be w…
H3C配置自导自演 显示和维护及恢复 1:display display history-command    :查看历史命令记录 display diagnostic-information :查看系统运行统计信息 display clock :查看当前系统时间 display  interface  :查看全部的接口 display version:查看系统的发行版本 display  current-cfiguration :查看运行的配置信息 display  ip interface…
最近的工作需要,将H3C SecPath F100-C天津联通的房间防火墙配置: 网络拓扑例如,下面的: 进入系统管理界面: 默认登陆地址:192.168.0.1 截图由于涉及公司信息就没有上传.大家可依据我提供的參考: 1.系统管理-用户管理: (注意改动默认password及经常使用訪问账户,并分配操作权限) 2.应用控制-基本配置-选择接口类型: (配置防火墙接口类型,注意选择wan口<0/4>.lan口<0/0--0/3>) 3.系统管理-接口管理: (本人配置情况:设备0…