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

Would a 7805 5 V regulator drain a 9 V battery?

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

Syntax and semantics of XDV commands (XeTeX)

Why is Havana covered in 5-digit numbers in Our Man in Havana?

Setting up the trap

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

Boundaries and Buddhism

Counterfeit checks were created for my account. How does this type of fraud work?

King or Queen-Which piece is which?

No shading in ContourPlot3D

How can a warlock learn from a spellbook?

Densest sphere packing

How can I restore a master database from its bak file?

Print 'A' 1000 times with BrainFuck

How does Frenetic Sliver interact with the Unearth from Dregscape Sliver?

Why is it easier to balance a non-moving bike standing up than sitting down?

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

I have found ports on my Samsung smart tv running a display service. What can I do with it?

Synaptic Static - when to roll the d6?

Are there any individual aliens that have gained superpowers in the Marvel universe?

How to best clean this sealed rotary encoder / volume knob?

Why isn't my calculation that we should be able to see the sun well beyond the observable universe valid?

Can the pre-order traversal of two different trees be the same even though they are different?

Explain why a line can never intersect a plane in exactly two points.



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
    7 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
    7 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 9 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 9 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
    7 hours ago

















  • Did you open the directory and look inside?

    – bmike
    7 hours ago
















Did you open the directory and look inside?

– bmike
7 hours ago





Did you open the directory and look inside?

– bmike
7 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
    5 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
    5 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
    5 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 9 hours ago









jksoegaardjksoegaard

22.8k12754




22.8k12754












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

    – Panda
    5 hours ago

















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

    – Panda
    5 hours ago
















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

– Panda
5 hours ago





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

– Panda
5 hours ago



Popular posts from this blog

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її