#Tramp: #슈퍼유저: #이맥스

#Tramp: #슈퍼유저: #이맥스

2024-02-01 Note emacs notes shell sudo tramp

org-babel with sudo

Reddit - Dive into anything - reddit.com

, #+BEGIN_SRC sh :var pw=(read-passwd “Password: “) :tangle no , echo $pw | sudo -S <your sudo command> , #+END_SRC

a better workflow is to use Tramp

, #+begin_src sh :dir /sudo:: :tangle no , <your sudo command> , #+end_src

잘된다.

Related-Notes

References

마지막 수정일자