Linux常用命令-目录操作类
常用命令[root@fmujieserver bin]# ls -l /bin/ | grep sh #列表形式展示 bin目录下所有带sh的项目
-rwxr-xr-x. 1 root root 964536 Apr 1 2020 bash
lrwxrwxrwx. 1 root root 10 Nov 17 2022 bashbug -> bashbug-64
-rwxr-xr-x. 1 root root 6964 Apr 1 2020 bashbug-64
-rws--x--x 1 root root 23880 Feb 3 2021 chsh
-rwxr-xr-x. 1 root root 11576 Aug 2 2017 fipshmac
-rwxr-x...
