What is the “ls” directory in my home directory?Unremovable directoryWhat is the purpose of “~/.adobe” directory?What is the source directory?Is 500,000 files in my home directory too muchInstalling system files in home directory?How to remove '/home' directory?Putting files outside the user/home folderHow to view home directory with FinderEncrypt home directory onlyLocation of the root's home directory in macOS

Densest sphere packing

How are で and いう being used in this context?

Why things float in space, though there is always gravity of our star is present

reverse a call to mmap()

How to make all magic-casting innate, but still rare?

I found a password with hashcat but it doesn't work

Is there any possible way to get these hearts as Adult Link?

「捨ててしまう」why is there two て’s used here?

How is the idea of "girlfriend material" naturally expressed in Russian?

What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?

Why is it 出差去 and not 去出差?

Name for a function whose effect is canceled by another function?

Teferi's Time Twist and Gideon's Sacrifice

Why there is a red color in right side?

Time at 1 g acceleration to travel 100 000 light years

Are intrusions within a foreign embassy considered an act of war?

What is this plant I saw for sale at a Romanian farmer's market?

Draw a symmetric alien head

Definition of 'vrit'

How can a clan of females defend themselves in the ancient world against wandering bands?

How can I prevent a user from copying files on another hard drive?

Am I legally required to provide a (GPL licensed) source code even after a project is abandoned?

Can I apply for a working holiday visa at age 30 and get the full 12 months?

First occurrence in the Sixers sequence



What is the “ls” directory in my home directory?


Unremovable directoryWhat is the purpose of “~/.adobe” directory?What is the source directory?Is 500,000 files in my home directory too muchInstalling system files in home directory?How to remove '/home' directory?Putting files outside the user/home folderHow to view home directory with FinderEncrypt home directory onlyLocation of the root's home directory in macOS






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I was just exploring the directory structure on my Mac and there's a directory in my root/home directory, named ls.



[~]$ ls -l .
.
.
drwxr-xr-x 6 XXXX staff 192 Dec 8 2018 ls


[~/ls]$ pwd
/Users/XXXX/ls


Could someone help me understand what this directory holds and why is in the root?



The ls command should reference the /bin/ls I'm guessing. Anyone have any idea?










share|improve this question









New contributor



Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Did you open the directory and look inside?

    – bmike
    6 hours ago

















1















I was just exploring the directory structure on my Mac and there's a directory in my root/home directory, named ls.



[~]$ ls -l .
.
.
drwxr-xr-x 6 XXXX staff 192 Dec 8 2018 ls


[~/ls]$ pwd
/Users/XXXX/ls


Could someone help me understand what this directory holds and why is in the root?



The ls command should reference the /bin/ls I'm guessing. Anyone have any idea?










share|improve this question









New contributor



Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Did you open the directory and look inside?

    – bmike
    6 hours ago













1












1








1








I was just exploring the directory structure on my Mac and there's a directory in my root/home directory, named ls.



[~]$ ls -l .
.
.
drwxr-xr-x 6 XXXX staff 192 Dec 8 2018 ls


[~/ls]$ pwd
/Users/XXXX/ls


Could someone help me understand what this directory holds and why is in the root?



The ls command should reference the /bin/ls I'm guessing. Anyone have any idea?










share|improve this question









New contributor



Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I was just exploring the directory structure on my Mac and there's a directory in my root/home directory, named ls.



[~]$ ls -l .
.
.
drwxr-xr-x 6 XXXX staff 192 Dec 8 2018 ls


[~/ls]$ pwd
/Users/XXXX/ls


Could someone help me understand what this directory holds and why is in the root?



The ls command should reference the /bin/ls I'm guessing. Anyone have any idea?







terminal finder unix filesystem






share|improve this question









New contributor



Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question









New contributor



Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question








edited 8 hours ago









jksoegaard

22.8k12754




22.8k12754






New contributor



Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 8 hours ago









PandaPanda

82




82




New contributor



Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Panda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.














  • Did you open the directory and look inside?

    – bmike
    6 hours ago

















  • Did you open the directory and look inside?

    – bmike
    6 hours ago
















Did you open the directory and look inside?

– bmike
6 hours ago





Did you open the directory and look inside?

– bmike
6 hours ago










1 Answer
1






active

oldest

votes


















5














That "ls" directory is not standard on Mac, so its something you or another user on the Mac have created (either directly, or indirectly by being created by some third party program).



It hasn't got anything to do with the ls command. However, it could reasonably have been made by someone in the middle of a mkdir command thinking that they should just list the directory first - and then erraneously running mkdir ls.



By the way - the directory "/Users/xxxx" is not called the "root" directory, but rather the user's home directory.






share|improve this answer























  • You're correct, it is something I created in error.

    – Panda
    4 hours ago


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














That "ls" directory is not standard on Mac, so its something you or another user on the Mac have created (either directly, or indirectly by being created by some third party program).



It hasn't got anything to do with the ls command. However, it could reasonably have been made by someone in the middle of a mkdir command thinking that they should just list the directory first - and then erraneously running mkdir ls.



By the way - the directory "/Users/xxxx" is not called the "root" directory, but rather the user's home directory.






share|improve this answer























  • You're correct, it is something I created in error.

    – Panda
    4 hours ago















5














That "ls" directory is not standard on Mac, so its something you or another user on the Mac have created (either directly, or indirectly by being created by some third party program).



It hasn't got anything to do with the ls command. However, it could reasonably have been made by someone in the middle of a mkdir command thinking that they should just list the directory first - and then erraneously running mkdir ls.



By the way - the directory "/Users/xxxx" is not called the "root" directory, but rather the user's home directory.






share|improve this answer























  • You're correct, it is something I created in error.

    – Panda
    4 hours ago













5












5








5







That "ls" directory is not standard on Mac, so its something you or another user on the Mac have created (either directly, or indirectly by being created by some third party program).



It hasn't got anything to do with the ls command. However, it could reasonably have been made by someone in the middle of a mkdir command thinking that they should just list the directory first - and then erraneously running mkdir ls.



By the way - the directory "/Users/xxxx" is not called the "root" directory, but rather the user's home directory.






share|improve this answer













That "ls" directory is not standard on Mac, so its something you or another user on the Mac have created (either directly, or indirectly by being created by some third party program).



It hasn't got anything to do with the ls command. However, it could reasonably have been made by someone in the middle of a mkdir command thinking that they should just list the directory first - and then erraneously running mkdir ls.



By the way - the directory "/Users/xxxx" is not called the "root" directory, but rather the user's home directory.







share|improve this answer












share|improve this answer



share|improve this answer










answered 8 hours ago









jksoegaardjksoegaard

22.8k12754




22.8k12754












  • You're correct, it is something I created in error.

    – Panda
    4 hours ago

















  • You're correct, it is something I created in error.

    – Panda
    4 hours ago
















You're correct, it is something I created in error.

– Panda
4 hours ago





You're correct, it is something I created in error.

– Panda
4 hours ago



Popular posts from this blog

ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу