FG

The @ symbol and systemctl and vsftpd

Fresh3 days ago
Mar 15, 202631813 views
Confidence Score1%
1%

Problem

I have a two part question. What is the significance of the @ symbol in systemctl scripts? How to start vsftpd in fedora 16, (which in some tutorials seems to contain an @ in it's name)? I have done everything the tutorials say, and it still gives me an error. http://blog.tuxforge.com/fedora-16-vsftpd/ What I've done What I see (I have tried this with a absolute path as well, and after I checked there is no such file. The real file does not contain an @ sign, and is located under the /lib/systemd/system/ directory. I have also tried starting and enabling with and without the @ symbol, enabling works, but starting doesn't. I realize the article is now obsolete, but I still cannot seem to start the service. When I try to connect it doesn't let me) EDIT: I got the service to start somehow, but I would still like to know what the @ symbol means in some service names. Also I am still getting a login error number #500 cannot change directory [...], what does this mean? To start it I just ty…

Error Output

systemctl enable vsftpd@.service

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: The @ symbol and systemctl and vsftpd

Low Risk

The symbol is for special services, sockets, and other units where multiple instances can be run. For instance, is the service that provides text login terminals. When you press Ctrl+Alt+F2, is started, creating virtual terminal #2. Another service that uses this functionality is OpenVPN. You can create a file , configured to connect to the VPN at your workplace, and then to connect to it. Similarly, you could create , then start if you had a VPN at home. This prevents you from having to create…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment