!["su"와 "su-to-root"의 차이점은 무엇입니까?](https://linux55.com/image/74307/%22su%22%EC%99%80%20%22su-to-root%22%EC%9D%98%20%EC%B0%A8%EC%9D%B4%EC%A0%90%EC%9D%80%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
su
su -
이 포럼에는 , , su root
... 등 의 사용법에 대한 다른 질문이 있습니다 .
하지만 이 명령에 대한 정보를 찾지 못했고 su-to-root
기본적인 사용법을 알고 싶습니다.
이 예제가 도움이 되기를 바랍니다.칼리리눅스 v2.0라이브(데스크톱 PC 버전) 설치 프로그램은 다음 .desktop
직접 링크를 사용합니다.
root@kali:~$ more /usr/share/applications/debian-installer-launcher.desktop
[Desktop Entry]
Version=1.0
Name=Install Kali
Comment=Install this system permanently to your hard disk
Exec=su-to-root -X -c /usr/sbin/debian-installer-launcher
Icon=debian-installer-launcher
Type=Application
Categories=Application;System;
StartupNotify=true
Terminal=false
X Windows 터미널에서 설치 프로그램을 수동으로 시작하려면 다음을 사용해야 합니다.
su-to-root -X -c /usr/sbin/debian-installer-launcher
아니면 간단히 이렇게 할 수도 있습니다:
sudo /usr/sbin/debian-installer-launcher
?
답변1
su-to-root는 su의 GUI 프런트엔드일 뿐입니다. 터미널에 익숙하다면 sudo를 사용해도 문제가 없을 것입니다.
더 많은 정보를 알고 싶다면:http://manpages.ubuntu.com/manpages/intrepid/man1/su-to-root.1.html