最近我试图将我拥有的目录移动到另一个目录(我也拥有),但我不能。然后我注意到我不拥有父目录。
这让我想知道在 UNIX 中移动目录的规则是什么。您是否需要对它及其父级都具有读/写权限?如果它包含您不拥有的文件或目录,会发生什么情况?
我无法连接到我的 PPTP VPN 服务器,即使 CHAP 身份验证成功。
这是来自 /var/log/syslog:
Jun 11 07:27:22 aspire pppd[32221]: CHAP authentication succeeded
Jun 11 07:27:22 aspire pppd[32221]: LCP terminated by peer (MPPE required but cannot negotiate MPPE key length)
Jun 11 07:27:22 aspire pptp[32232]: nm-pptp-service-32219 log[pptp_read_some:pptp_ctrl.c:544]: read returned zero, peer has closed
Run Code Online (Sandbox Code Playgroud) 由于 Google 淘汰了 NPAPI,因此无法使用flashplugin-nonfree. 我知道它需要使用pepperflashplugin-nonfree,但它在存储库中不可用。
是因为我的/etc/apt/sources.list吗?现在看起来是这样的:
deb http://ftp.bg.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.bg.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
deb http://ftp.bg.debian.org/debian/ wheezy-updates main
deb-src http://ftp.bg.debian.org/debian/ wheezy-updates main
Run Code Online (Sandbox Code Playgroud)
我应该在那里做任何改变?或者我如何安装pepperflashplugin-nonfree?
可能的重复:
我应该关心不必要的猫吗?
两者在功能上都是等效的,但是当使用 cat 时,它会不会变慢,因为您有一个进程首先读取文件,然后通过管道将其发送到另一个进程,而不是进程只读取文件?但我见过这种用法 'cat file | 程序”在很多例子中。我认为如果它的性能不佳,他们不会在示例中使用那么多。