/srv
Map : '/srv'
Context
/srv The /srv directory stands for the service directory. Service data will be stored inside this directory.
Lets say for example you have an FTP server or a webserver. Any files you make available to users visiting should be stored in here. It is more secure since it starts from the root directory.
Last updated
Was this helpful?