我正在尝试编辑位于 /private/etc/apache2 中的 httpd.conf 文件,但我不知道如何获得写入权限
我已经搞定了
$ cd /private/etc/apache2
$ sudo chown bdh httpd.conf
$ ls -lash
0 drwxr-xr-x 13 root wheel 442B Jun 7 00:11 .
0 drwxr-xr-x 93 root wheel 3.1K Jun 26 10:51 ..
0 drwxr-xr-x 13 root wheel 442B Jan 3 16:26 extra
24 -r--r--r-- 1 bdh wheel 24K Jun 7 00:11 httpd.conf
...etc...
$ vim httpd.conf
它说"httpd.conf" [readonly] 677L, 24330C
尝试cp
进入桌面,但我也无法获得在那里编辑它的权限
我对使用终端很陌生,还有其他可以使用的命令吗?