bash-4.2$ mknod /var/log/pipe p
mknod: ‘/var/log/pipe’: Permission denied

bash-4.2$ mknod --help
Usage: mknod [OPTION]… NAME TYPE [MAJOR MINOR]
Create the special file NAME of the given TYPE.

Mandatory arguments to long options are mandatory for short options too.
-m, --mode=MODE set file permission bits to MODE, not a=rw - umask
-Z set the SELinux security context to default type
–context[=CTX] like -Z, or if CTX is specified then set the SELinux
or SMACK security context to CTX
–help display this help and exit
–version output version information and exit

Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they
must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X,
it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal;
otherwise, as decimal. TYPE may be:

b create a block (buffered) special file
c, u create a character (unbuffered) special file
p create a FIFO

NOTE: your shell may have its own version of mknod, which usually supersedes
the version described here. Please refer to your shell’s documentation
for details about the options it supports.

GNU coreutils online help: http://www.gnu.org/software/coreutils/
Report mknod translation bugs to http://translationproject.org/team/
For complete documentation, run: info coreutils ‘mknod invocation’

mknod Permission denied相关推荐

  1. 疑难杂症——bash: /dev/null: Permission denied

    描述 在使用 Devstack 的时候需要时常切换用户su stack,此时会触发错误: root@mickeyfan-dev:~# su stack bash: /dev/null: Permiss ...

  2. Docker使用遇到问题Got permission denied while trying to connect to the Docker daemon socket解决方案

    Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker. ...

  3. Shutil.move PermissionError: [WinError 82] 无法创建目录或文件,以及PermissionError: [Errno 13] Permission denied

    Shutil.move PermissionError: [WinError 82] 无法创建目录或文件,以及PermissionError: [Errno 13] Permission denied ...

  4. php报错Permission denied

    去apache的log下看error_log文件 #cd /usr/local/apache2/logs/ (13)Permission denied: exec of '....index.php' ...

  5. iOS 关于pods-frameworks.sh:permission denied报错的解决

    最近公司新开项目,搭建完框架后小伙伴拉取代码后build一直报错:pods-frameworks.sh:permission denied 查了很多博文后找到了如下解决方案,在此记录. 打开终端输入如 ...

  6. Permission denied: make_sock: could not bind to address [::]:81 Apache 虚拟主机

    想建立一个测试用的虚拟主机,遇到了这个问题: [root@localhost html]# service httpd start Starting httpd: httpd: Could not r ...

  7. Permission denied

    提示 Permission denied 解决的办法: $ sudo chmod -R 777 某一目录 其中 -R 是指级联应用到目录里的所有子目录和文件 777 是所有用户都拥有最高权限 原文作者 ...

  8. PermissionError: [Errno 13] Permission denied: ‘name.pdf‘

    PermissionError: [Errno 13] Permission denied: 'name.pdf' 目录 PermissionError: [Errno 13] Permission ...

  9. 解决报错:Can't read private key和./build-aux/cksum-schema-check: Permission denied

    下午在编译和安装openvswitch-2.10.1的Linux内核模块时报错: cd datapath/linux && make modules_install make[1]: ...

最新文章

  1. Streamr助你掌控自己的数据(2)——三种整合数据至Streamr的典型场景
  2. with as递归调用
  3. arcgis栅格计算器python教程_ArcGIS栅格计算器
  4. 2015 编程之美 八卦的小冰
  5. 调集群,我的姿势不对,好累!
  6. MongoDb分片集群认证
  7. 想要涨薪,这些坑你避开了
  8. 命运的拐弯处,那份竭尽全力拯救自己的韧性
  9. 东北大学 16春学期《实用写作》在线作业1-3 答案
  10. 词法分析器的java代码_利用Java实现简单的词法分析器实例代码
  11. 视频教程-MATLAB与SPSS接口-Matlab
  12. brctl: command not found
  13. 微软Outlook邮箱绑定域名邮箱教程自定义方法
  14. 计算机表格 求差,Excel表格中求差函数公式怎么用
  15. matlab中四阶龙格库塔算法、欧拉算法和改进的欧拉算法的总结
  16. 打开chm文件提示“已取消到该网页的导航”的解决方案
  17. [嵌入式]嵌入式系统概述
  18. Dcloud云函数服务空间
  19. 高性能高可用MySQL(主从同步,读写分离,分库分表,去中心化,虚拟IP,心跳机制)
  20. Chrome 屏蔽https中访问http(不安全内容)

热门文章

  1. 我的职业生涯规划:汗水浇灌梦想,在青春里成长
  2. 分组密码算法加密模式
  3. fresh air 项目记录2
  4. 【iOS】 各iPhone手机屏幕尺寸分辨率
  5. ChatGPT: History is temporarily unavailable. We‘re working to restore this feature as soon as possib
  6. 数据库中修改数据类型
  7. python selenium解决textarea赋值空行问题
  8. 单片机红外遥控格力空调
  9. 使用C#实现地铁服务系统
  10. 特征选择—过滤法(Filter)、嵌入法(Embedded)和包装法(Wrapper)