记录遇到问题的点点滴滴。
添加sudo文件
$ vim /bin/sudo
输入内容
#!/usr/bin/bash cygstart --action=runas "$@"
添加权限
$ chmod +x /bin/sudo