when I create a directory the unix system automatically displays m”directory” when i do “ls -l” afterwards.
example:
$ mkdir temp
$ ls -ld temp/
drwxr-xr-x 2 xxx xxxx 4096 May 6 16:10 mtemp/
What is the “m” and why is it there?
when I create a directory the unix system automatically displays m”directory” when i do “ls -l” afterwards.
example:
$ mkdir temp
$ ls -ld temp/
drwxr-xr-x 2 xxx xxxx 4096 May 6 16:10 mtemp/
What is the “m” and why is it there?