博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VIM Emacs 临时获得权限(:w !sudo tee %)
阅读量:5891 次
发布时间:2019-06-19

本文共 275 字,大约阅读时间需要 1 分钟。

VIM

有时用 VIM 编辑文件时常忘了加上 sudo,在保存时就会提示没有权限。

用命令 :w !sudo tee %

 

Emacs

C-x C-w后提示

Write file: /mnt/study/python.py

这时加上 /sudo::

Write file: /sudo::/mnt/study/python.py

就会有提示输入密码了

Password for /sudo:root@VirtualBox:

转载于:https://www.cnblogs.com/ibgo/archive/2013/03/07/2948652.html

你可能感兴趣的文章
日志服务器架构设计
查看>>
使用Unity开发Android的几种调试方法
查看>>
C++ 基础笔记(一)
查看>>
编译内核出错:invalid option `abi=aapcs-linux' 解决办法
查看>>
System.Func<>与System.Action<>
查看>>
[翻译] EnterTheMatrix
查看>>
asp.net开源CMS推荐
查看>>
我所思考的生活,致半年后的自己
查看>>
Python 学习书籍推荐
查看>>
Jmeter----属性和变量
查看>>
MySQL的SQL预处理(Prepared)
查看>>
webpack8--删除dist目录,压缩分离后的CSS
查看>>
微信小程序开发:http请求
查看>>
【netcore基础】.NET Core使用EPPlus实现MVC API里的Excel导出功能 配置中文表头
查看>>
对C++ templates类模板的几点补充(Traits类模板特化)
查看>>
VC++ .net 2005运行库解析
查看>>
csharp skype send message in winform
查看>>
jQuery plugin: Tablesorter 2.0
查看>>
csharp:datagridview enter Half Width and Full Width characters
查看>>
MMORPG 游戏服务器端设计--转载
查看>>