Impossibile creare il link simbolico per "/ Users"

0

Voglio creare un collegamento simbolico per / Users to / home. Così ho provato a eseguire ln -s \Users \home . che mi ha dato errore ln: /home/Users: Operation not supported .

Un modo per farlo?

Grazie

    
posta Pranav 17.09.2015 - 21:42
fonte

1 risposta

1

Fai come root e usa le barre in avanti:

$ ln -s /Users /home
$ ls -ld /Users /home
drwxr-xr-x  6 root  admin  204 Apr  8  2014 /Users
lrwxrwxr-x  1 root  wheel    6 Sep 17 15:49 /home -> /Users
    
risposta data 17.09.2015 - 21:51
fonte

Leggi altre domande sui tag