What is the “ls” directory in my home directory?Unremovable directoryWhat is the purpose of...
reverse a call to mmap()
Time at 1 g acceleration to travel 100 000 light years
Print the new site header
Is there a polite way to ask about one's ethnicity?
Are there examples of rowers who also fought?
Why things float in space, though there is always gravity of our star is present
Boundaries and Buddhism
The Amazing Sliding Crossword
My student in one course asks for paid tutoring in another course. Appropriate?
What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?
How did Frodo know where the Bree village was?
How is the idea of "girlfriend material" naturally expressed in Russian?
"Prove that ∂A is closed given ∂A = Cl(A) − Int(A)"
Why isn't my calculation that we should be able to see the sun well beyond the observable universe valid?
What kind of chart is this?
What is the most suitable position for a bishop here?
Implementation of the Jacobi Symbol in C
Synaptic Static - when to roll the d6?
Umlaut character order when sorting
First occurrence in the Sixers sequence
Why is it easier to balance a non-moving bike standing up than sitting down?
Definition of 'vrit'
No shading in ContourPlot3D
Justifying Affordable Bespoke Spaceships
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