linux常用命令

linux 环境变量设置

全局:etc/profile 用户:~/.bashrc

设置完成后,需要source filename生效

查看进程

ps -aux|grep tomcat/java

查看端口

netstat -apn|grep 8080

lsof -i : 6500

SVN权限设置

/etc/opt/CollabNet_Subversion/conf

svn_access_file访问权限

svn_auth_file用户权限

启用服务

/etc/init.d/sshd start 或service sshd/smb restart

你可能感兴趣的:(linux常用命令)