我读过层次结构
我发现一个操作声明是
对于/mnt,它注意到一些发行版在那里为floppies和cdrom创建了自动目录(人们可能不应该假设列表在使用/mnt的发行版或它们使用的目录( imho)方面是完整的)。
对于/srv,LHS状态
Distributions must take care not to remove locally placed files in these directories without administrator permission.
我也查过这些
为什么/mnt和/media都有?
目录/srv包含什么?
看起来(主要是通过观察),ubuntu对/med
我正在尝试为我的mongo实例设置安全设置。它位于一个远程Linux服务器上。我学习了mongo文档教程。这就是我所执行的步骤:
// running mongod with auth
mongod --auth --config /path-to-conf-file
// connect to mongo with local host exception
mongo
// creating user admin
use admin
db.createUser({
user:"myadmin",
pwd:"1234",
roles:
我在/etc/sudoers中添加了以下内容:
%DOMAIN\\domain\ admins ALL=(ALL) ALL
当我登录使用管理员帐户时,我得到以下信息:
[administrator@internal.mydomain.com@plex ~]$ sudo yum update -y
[sudo] password for administrator@internal.mydomain.com:
administrator@internal.mydomain.com is not in the sudoers file. This incident will be r