51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

软件使用

linux chown 命令 (修改文件属主属组)

linux chown 命令 (修改文件属主属组)

厉飞雨 阅读(41) 评论(0) 赞(5)

##### [修改文件属主](https://51tbox.com/ "View all posts in 修改文件属主")属组 语法结构: [chown](https://51tbox.com/ "View all posts in chown") 属主.属组 文件名称 -R 递归修改目录及目录下所有文件属主属组 cho...

linux mail 命令

linux mail 命令

厉飞雨 阅读(42) 评论(0) 赞(4)

在[linux](https://51tbox.com/ "View all posts in linux") 中,我们可以使用 [mail](https://51tbox.com/ "View all posts in mail") 命令来查看有什么[邮件](https://51tbox.com/ "View all post...

linux 查看目录,vim编辑目录

linux 查看目录,vim编辑目录

厉飞雨 阅读(50) 评论(0) 赞(7)

比如我们要看 /tmp 目录的内容, 需要切换到 / 目录根目录下在vim ![](http://static.51tbox.com/static/2024-08-29/col/2b9fcd2f885cb207bcdce8d3e3ec8c71/e39521b626c44f378e4fe6f0a363f73b.png.jpg) ![](http://static.51tbo...

linux特殊权限位有哪几种(3位+9位=12位)

linux特殊权限位有哪几种(3位+9位=12位)

厉飞雨 阅读(39) 评论(0) 赞(5)

我们平时看到的文件 权限有 9位。 这里查看 chmod 的详细介绍 **(1)[chmode + s](https://51tbox.com/ "View all posts in chmode + s") (针对命令)** ----------------------------------------------------------------...

linux 中 rwx 权限对文件以及目录的作用是什么

linux 中 rwx 权限对文件以及目录的作用是什么

厉飞雨 阅读(36) 评论(0) 赞(4)

先上结论: 总结: 文件: 可读 cat less more 目录权限: r-x 5 文件权限必须有r 系统默认的目录权限: 755 普通用户: 进入目录 查看文件名称 详细属性等 系统默认的文件权限: 644 普通用户: 可以查看文件内容 文件: 可写 cat vim sed less echo 目录权限: r-x 5 文件权限: rw- 6 对文...

linux 用户管理之创建用户 (linux 创建用户)

linux 用户管理之创建用户 (linux 创建用户)

厉飞雨 阅读(62) 评论(0) 赞(4)

这篇文章介绍一下,linux 的用户管理 中的 用户创建。 白眉 大叔 用的是 centos7 系列(目前大部分企业都是用的7系列)linux 添加用户 增加用户 https://www.baimeidashu.com/tag/useradd baimei 交互式(passwd) 非交互式 echo 123456 | passwd --st...

python如何生成exe文件

python如何生成exe文件

厉飞雨 阅读(53) 评论(0) 赞(3)

首先需要在 你项目 的路径下 进行安装 [pyinstaller](https://www.baimeidashu.com/tag/pyinstaller "View all posts in pyinstaller") **pip install pyinstaller** ![](http://static.51tbox.com/static/202...