what is "ls* " is run
options are 1) x 2).x 3) hidden 4) no disply
tell exact answer.
Answers were Sorted based on User's Feedback
Answer / mano
#ls*
it will not list any files it will throw error
"command not found " may be the 4th answer(no output)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bc
"ls *" will display all the contents in the current
directory as well us it will display the contents of all the
subdirectories. But it doesn't show the contents of
directories under those subdirectories. It will traverse for
a depth 1
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / dave_chamoli82
Correct Question is "What is "ls *" is run?
* is used to view the directory and subdirectory content.
To view the hidden file we use ls -a command.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sunil
hidden file in linux begin with "."
eg ".anything" (without including quotes)
such file can be listed with -a flag in ls command
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / parminder pal singh padam
"ls -1 * "
Will show you the contents of the directories also!
"ls -a"
will show everything including hidden files.
you can use "ls -1 */*"
or "ls -2 *"
same to list contents uptil two sub-directories.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / santosh
show all hidden file ls* not this command this is ls *
| Is This Answer Correct ? | 1 Yes | 5 No |
What are the main components of a Linux system?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
What does free command do in linux?
How do I find my hostname in linux?
What is apple llvm?
What is the command to see the installed rpm's in the linux system.
How do you insert comments in the command line prompt?
how is "to run even after user logs out"
What does ls mean in linux?
What does mkdir do in linux?
Write a command to find all of the files which have been accessed within the last 30 days.
What does p mean linux?