Bash에서 Windows 바로 가기 파일(.lnk)을 만들 수 있습니까?
아니요, 심볼릭 링크에 대해 말하는 것이 아닙니다.
Samba 공유에 일부 Windows 바로가기를 배치해야 합니다.
답변1
다음은 Windows 바로가기를 만들 수 있는 Linux 도구에 대한 링크입니다. 소스 코드는 Bash 및 C 버전에서 사용할 수 있습니다.
http://www.mamachine.org/mslink/index.en.html
# Combine with WINE to target a path in a WINE installation
mslink.sh -l "$(winepath -w /linux/path/to/target )" -o /path/to/link.lnk