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