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;
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
New contributor
add a comment |
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
New contributor
Did you open the directory and look inside?
– bmike♦
7 hours ago
add a comment |
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
New contributor
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
terminal finder unix filesystem
New contributor
New contributor
edited 9 hours ago
jksoegaard
22.8k12754
22.8k12754
New contributor
asked 9 hours ago
PandaPanda
82
82
New contributor
New contributor
Did you open the directory and look inside?
– bmike♦
7 hours ago
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
You're correct, it is something I created in error.
– Panda
5 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
You're correct, it is something I created in error.
– Panda
5 hours ago
add a comment |
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.
You're correct, it is something I created in error.
– Panda
5 hours ago
add a comment |
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.
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.
answered 9 hours ago
jksoegaardjksoegaard
22.8k12754
22.8k12754
You're correct, it is something I created in error.
– Panda
5 hours ago
add a comment |
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
add a comment |
Did you open the directory and look inside?
– bmike♦
7 hours ago