hi there where can i find the config files ? thx
claib Dabbler Joined Apr 1, 2020 Messages 11 Apr 26, 2020 #1 hi there where can i find the config files ? thx
S samuel-emrys Contributor Joined Dec 14, 2018 Messages 136 Apr 26, 2020 #2 Code:find / -name "config" 2>/dev/null
R richardheng Dabbler Joined Apr 26, 2020 Messages 12 Apr 29, 2020 #3 Hi there, Can anyone help out with "FreeBSD" command (using FreeNAS shell) on how to modify the config.php file to add trust domain ? Thanks
Hi there, Can anyone help out with "FreeBSD" command (using FreeNAS shell) on how to modify the config.php file to add trust domain ? Thanks
S samuel-emrys Contributor Joined Dec 14, 2018 Messages 136 Apr 30, 2020 #4 richardheng said: Hi there, Can anyone help out with "FreeBSD" command (using FreeNAS shell) on how to modify the config.php file to add trust domain ? Thanks Click to expand... Once you have the location to the file as per above command, you can edit it using: Code:ee /path/to/config.php Other options: - vi - nano I think only vi and ee are installed by default
richardheng said: Hi there, Can anyone help out with "FreeBSD" command (using FreeNAS shell) on how to modify the config.php file to add trust domain ? Thanks Click to expand... Once you have the location to the file as per above command, you can edit it using: Code:ee /path/to/config.php Other options: - vi - nano I think only vi and ee are installed by default
R richardheng Dabbler Joined Apr 26, 2020 Messages 12 Apr 30, 2020 #5 Thank you so much Samuel ! it works ! You're really good in FreeBSD commands ! :)