linux操作

Posted duangxcg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux操作相关的知识,希望对你有一定的参考价值。

linux:


一.查看ip地址:
    ifconfig (是if不是ipconfig)


二.打开或者关闭防火墙:


1) 重启后生效 
开启: chkconfig iptables on 
关闭: chkconfig iptables off 
2) 即时生效,重启后失效 
开启: service iptables start
关闭: service iptables stop 



启动nginx


  进入nginx启动位置:   cd /usr/local/nginx/sbin


  启动代码格式:nginx安装目录地址 -c nginx配置文件地址
  例如:
  [root@luke sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf




启动ftp:


  启动:
service vsftpd start
  重启:
 service vsftpd restart

以上是关于linux操作的主要内容,如果未能解决你的问题,请参考以下文章

如何安装Linux操作系统?

Linux基础

Linux序言(怎么操作Linux系统)

[Linux操作系统]Linux初识

你了解Linux操作系统吗?Linux操作系统有哪些优点?

Linux操作系统简介