#Archivo de vínculo simbólico New-Item -ItemType SymbolicLink -Path E:\powershell -Name ficherolink.txt -Target E:\powershell\ficheros\fichero.txt #Directorio de vínculo simbólico New-Item -ItemType SymbolicLink -Path E:\powershell -Name directoriolink -Target E:\powershell\ficheros\ #Vínculo físico New-Item -ItemType HardLink -Path E:\powershell -Name ficherohardlink.txt -Value E:\powershell\ficheros\fichero.txt
Vínculos simbólicos y vínculos físicos (Sistema de archivos, PowerShell)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.