09-08-2018, 12:10 AM (This post was last modified: 09-08-2018, 12:26 AM by richb201.)
Somehow some of my local development files got on my server. In the attached screenshot you can see a file called "C:\xampp\php\logs\php_error_log". It shouldn't be on Ubuntu and is causing havoc. l want to remove it with rm. So I change to the /opt/bitnami/apps directory by using "cd apps". But now when I do a ls -l to list the directory I get:
bitnami@ip-172-26-10-99:~/apps$ ls -l
total 4
drwxr-xr-x 5 root root 4096 May 23 10:57 phpmyadmin
As you can see, "C:\xampp\php\logs\php_error_log" is not showing. So how can I delete it? if I type