R
R
Ruslan Absalyamov2018-10-22 16:31:27
linux
Ruslan Absalyamov, 2018-10-22 16:31:27

Why is a symbolic link not being created?

I want to make a symbolic link to a new site, but for some reason it is not created, who can tell me why

[email protected]:/etc/nginx/sites-available$ ls
default  default.dpkg-old  implant.site  latina  latina.save  latina.save.1
[email protected]:/etc/nginx/sites-available$ sudo ls -s implant.site ../sites-enabled/
4 implant.site

../sites-enabled/:
итого 0
0 latina
[email protected]:/etc/nginx/sites-available$ cd ../sites-enabled/
[email protected]:/etc/nginx/sites-enabled$ ls
latina

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
fdroid, 2018-10-22
@fdroid

sudo ln -s /etc/nginx/sites-available/implant.site /etc/nginx/sites-enabled/

A
AVKor, 2018-10-22
@AVKor

Because the command to create a link was not executed (there is no code in the question).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question