Linux中的系统服务_02 1. 在linux增加服务后,如果要实现随着操作系统的启动而启动,需要是用chkconfig命令,加入到系统服务中. 但是对于的脚本的表头,需要增加如下内容 #!/bin/bash## httpd Startup script for the Tomcat Server## chkconfig: - 86 15# description: The Tomcat Server is an efficient and extensible # server implem…
crt退出全屏:点击Alt+enter键 linux上传下载文件 Xftp.Filezilla.Winscp等工具 命令 sz test.txt #下载test.txt文件 rz 选择文件 #上传文件 id .whoami #查看当前登录用户 su mysql #pwd查看没有切换到mysql目录 su - mysql #pwd查看有切换到mysql目录 环境变量: 加到/etc/p…