本篇文章主要介绍了"linux服务器ssh lINUX服务器 初学1",主要涉及到linux服务器ssh方面的内容,对于其他数据库感兴趣的同学可以参考一下:
ps -ef | grep redis //查看进程 root 2266 2250 0 17:23 pts/1 00:00:00...
ps -ef | grep redis //查看进程
root 2266 2250 0 17:23 pts/1 00:00:00 ./redis-cli
root 2280 1 0 17:32 ? 00:00:00 ./redis-server *:6379
root 2285 2223 0 17:34 pts/0 00:00:00 grep --color=auto redis
# kill -9 2280 //关掉进程
[root@localhost bin]# ./redis-server redis.conf //启动redis
[root@localhost bin]# ./redis-cli shutdown //关闭redis
以上就介绍了linux服务器ssh lINUX服务器 初学1,包括了linux服务器ssh方面的内容,希望对其他数据库有兴趣的朋友有所帮助。
本文网址链接:http://www.codes51.com/article/detail_4446128.html