ls -l ディレクトリとかやると、ディレクトリ内のファイル一覧とパーミッションなどが表示されるのでメモ
[root@localhost ~]# ls -l /root/20240106
合計 0ls -ld
[root@localhost ~]# ls -ld /root/20240106
drwxr-xr-x 2 root root 6 1月 6 02:46 /root/20240106
Linuxls -l ディレクトリとかやると、ディレクトリ内のファイル一覧とパーミッションなどが表示されるのでメモ
[root@localhost ~]# ls -l /root/20240106
合計 0[root@localhost ~]# ls -ld /root/20240106
drwxr-xr-x 2 root root 6 1月 6 02:46 /root/20240106
コメント