linux环境下成功安装jenkins(网页可以正常打开并操作),但是jenkins服务不知道在哪里
[root@jenkins init.d]# netstat -anp | grep 8080
tcp 0 0 :::8080 :::* LISTEN 3445/java
[root@jenkins init.d]# ps -ef | grep jenkins
root 2519 2504 0 04:27 pts/1 00:00:00 su - jenkins
jenkins 2521 2519 0 04:27 pts/1 00:00:00 -bash
jenkins 3445 2521 8 06:47 pts/1 00:01:24 java -jar jenkins.war
root 3737 2482 0 07:04 pts/0 00:00:00 grep jenkins
[root@jenkins init.d]# ls
abrt-ccpp crond ip6tables messagebus psacct saslauthd vmware-tools
abrtd cups iptables netconsole quota_nld single vmware-tools-thinprint
abrt-oops dnsmasq irqbalance netfs rdisc smartd wdaemon
acpid firstboot jexec network restorecond snmpd winbind
atd functions kdump NetworkManager rhnsd snmptrapd wpa_supplicant
auditd haldaemon killall ntpd rhsmcertd spice-vdagentd
blk-availability halt lvm2-lvmetad ntpdate rngd sshd
bluetooth htcacheclean lvm2-monitor portreserve rsyslog sysstat
cpuspeed httpd mdmonitor postfix sandbox udev-post
[root@jenkins init.d]# service jenkins status
jenkins: unrecognized service
/var/lib/jenkins/:默认的JENKINS_HOME
我的/var/lib下没有jenkins目录,感觉好多应该有的东西都没有
默认生成的.jenkins文件夹在jenkins用户下