linux - OpenERP : What will be the name of newly created user when this command is executed?

标签 linux

sudo adduser --system --home=/opt/openerp --group openerp

执行上述命令时,新创建的用户名是什么?

最佳答案

  1. 这不是 OpenERP 命令。这是在 Linux 中创建用户的命令。

  2. 我猜它不会运行,因为没有给出用户名。

这将创建一个用户 openerp:

sudo adduser --system --home=/opt/openerp --group openerp openerp

关于linux - OpenERP : What will be the name of newly created user when this command is executed?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20902990/

相关文章:

linux - 尽管有 CONFIG_COMPAT,但在 aarch64 上运行 32 位 ARM 二进制文件不起作用

php - Ghostscript 无法转换某些 PDF

linux - 如何将换行符添加到 tcl 中 "exec"命令的错误消息中

linux - 使用 grep、awk 或 sed 解析字符串

android - 在帧缓冲区上显示数据

linux - 共享 Xauthority 文件

linux - 如何根据Linux中包含特定名称的列表文件提取大表中的行

linux - 尝试在 64 位上运行 32 位应用程序时出错。使用 sudo 运行效果很好

c++ - Linux 中的菜单是如何工作的?

linux - 任何用于 ARM9 的开源、快速的 H263 解码器库比 ffmpeg?