摘要:
原文: ou can also access your local machine’s file system from within the Linux Bash shell – you’ll find your local drives mounted under the /mnt folder 阅读全文
posted @ 2023-06-17 16:16
来了发发发
阅读(309)
评论(0)
推荐(0)
摘要:
1. 将用户加入sudo组 sudo usermod -a -G sudo <username> 注意需要注销重新登录 skill -KILL -u username 2. 修改sudoers (不是特别推荐) 2.1 打开sudo visudo 该文件在/etc/sudoers,无需切换目录,直接 阅读全文
posted @ 2023-06-17 11:09
来了发发发
阅读(799)
评论(0)
推荐(0)