You need to find the gives you the list of files and list of subdirectories in a
directory. Which is the way to find them
A Is
B find
C Both
D None
Answers
Answered by
0
Answer:
The ls command is used to list files or directories in Linux and other Unix-based operating systems. Just like you navigate in your File explorer or Finder with a GUI, the ls command allows you to list all files or directories in the current directory by default, and further interact with them via the command line.
hope this helps
Similar questions