I have two directories for some reason one as netxms and one netxms-2.0.8

Started by new centos7 user, June 10, 2017, 05:22:42 PM

Previous topic - Next topic

I can't remove netxms file as it show nothing in the dir? What do I do I am confused.

Cnetos 7
0 (0%)
Netxms
0 (0%)

Total Members Voted: 0

new centos7 user

I have nxmc intalled along with the tomcat 7 for web gui but don't know How to access that file as I am new to netxms and centos 7
Thanks for any help!!!


[root@localhost ~]# rm netxms rm: cannot remove 'netxms': Is a directory [root@localhost ~]
# dir anaconda-ks.cfg apache-tomcat-7.0.62.tar.gz control.tar.gz Desktop Documents Downloads google-chrome-stable_current_x86_64.rpm index.html index.html.1 initial-setup-ks.cfg Music mysql-community-release-el7-5.noarch.rpm netxms netxms-2.0.8 netxms-2.0.8.tar.gz Pictures Public Templates thinclient_drives Videos
[root@localhost ~]# cd netxms
root@localhost netxms]# dir
[root@localhost netxms]# ls dir ls: cannot access dir: No such file or directory
[root@localhost netxms]#



Ēriks Jenkēvics

For instructions regarding the installation of the WebUI, please follow the steps covered in our Wiki page: https://wiki.netxms.org/wiki/Web_Interface_Installation_Guide

From the console output you posted, it looks like you`re trying to remove a directory, not a file. What you should be using is either rm -r (the recursive option), or rmdir