This is a handy little command I found recently. I was testing something on my CentOS server and needed to look at a particular folder to wait for a file to appear. I quickly tired of typing ll over and over to see if the folder changed. After a little
Continue readingTag: centos
Quick Way to Find PHP’s Temp Folder
If you want to know what folder (in Linux), that PHP is using for temps, you can always check the php.ini. However, the setting for temp folder is often commented out, leaving the “system default” as the folder of choice. But what is that? One way is to just type
Continue reading