0
A
回答
1
如果你安裝了the Sudo Edit plugin,你會得到命令:SudoWrite
,它會詢問你的root密碼。然後它將以root身份寫入文件,非常方便。我經常用它來編輯/ etc /中的東西。
從文檔:
2.2 SudoWrite *SudoWrite*
:[range]SudoWrite[!] [file]
SudoWrite will write the given file using any of the configured methods for
superuser authtication. It basically does something like this: >
:w !sudo tee >/dev/null file
If no filename is given, SudoWrite will try to write the current file name.
If the current buffer does not contain any file, it will abort.
You can specify a range to write just like |:w|. If no range is given, it will
write the whole file. If the bang argument is not given, the buffer will only
be written, if it was modified.
Again, you can use the protocol handler sudo: for writing.
相關問題
- 1. 如何在vi中獲得超級用戶權限?
- 2. 用戶權限
- 3. 用戶權限
- 4. 用戶權限
- 5. 用戶權限
- 6. 用戶權限
- 7. 用戶權限
- 8. 檢查用戶權限的權限
- 9. MySQL用戶權限
- 10. ASP.NET用戶權限
- 11. chmod用戶權限
- 12. Apache用戶權限
- 13. FTP用戶權限
- 14. JBoss用戶權限
- 15. SSRS - 用戶權限
- 16. MongoDB - 用戶權限
- 17. Android用戶權限
- 18. Git用戶權限
- 19. 用戶和權限
- 20. asp.net用戶權限
- 21. python用戶權限
- 22. Wkhtmltopdf用戶權限
- 23. ClearDb用戶權限
- 24. 如何管理用戶訪問權限和用戶權限
- 25. 更新用戶權限Facebook
- 26. Rails Forem:用戶權限
- 27. gitlab用戶權限不對
- 28. SVN用戶組和權限
- 29. 用戶權限列表
- 30. azure sql用戶權限
看看這個帖子:http://stackoverflow.com/questions/2600783/how-does-the-vim-write-with-sudo-trick-work。當你不記得那裏提供的魔法咒語時,你總是可以:w /tmp/somefilename.txt,所以至少你不會丟失內容。 – 2013-02-08 20:06:04
嗯,我的意思是,如上所示,有解決方法,但你至少應該將你的修改寫入'/ tmp/blah',然後'sudo cp/tmp/blah dest-file'而不是放棄所有您每次更改。 – meagar 2013-02-08 20:07:30
雖然你可能會在這裏得到一些答案,但投票把它移到unix.stackexchange.com是合適的。編輯:將其移到unix.stackexchange.com不是標誌列表中的一個選項。主持人可能會採取行動嗎? – 2013-02-08 20:17:01