摘要:
adduser testuseradd test新建用户userdel -r test 删除用户chmod ugo+rwx test/ 设置目录的所有人、群组、及其他人的读、写、执行的权限chmod go-rx 取消群组及其他人的读、执行的权限chown test test/ 将/test目录的所有 阅读全文
posted @ 2021-09-10 17:58
daniel5
阅读(80)
评论(0)
推荐(0)
摘要:
find / -name xiong 从根目录开始搜索xiongfind -type f -atime +100 最近100天内未使用过的执行文件find -type f -mtime -10 最近10内被创建或者修改过的文件whereis xiong 显示一个二进制文件、源码的位置which xi 阅读全文
posted @ 2021-09-10 15:00
daniel5
阅读(54)
评论(0)
推荐(0)
浙公网安备 33010602011771号