Tool-Linux-常用配置

[TOC]

Linux常见配置

查看配置 - neofetch

  • mac: brew install neofetch
  • centos: sudo dnf install neofetch

terminal 水平分割 - tmux

切换文件权限 - chown

切换单个文件权限:chown 用户:群组 path_of_file

eg: chown aczy156:staff orange

递归切换这个file和里边递归的所有file

eg:

Posted on Apr 5, 2020