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



what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answ..

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

what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answ..

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

what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answ..

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

what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answ..

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

what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answ..

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

what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answ..

Answer / santosh

show all hidden file ls* not this command this is ls *

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Linux Commands Interview Questions

Explain difference between swap partition and swap file?

0 Answers  


What is Data Command?

0 Answers  


Any one example of uninteruptable sleeping process?

2 Answers   Satyam,


Explain getopts command of linux?

0 Answers  


what is Bourne shell.

1 Answers   Google, HCL, Infosys,






Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.

0 Answers  


What is the default number of shell commands saved in the history list of .cshrc file?

0 Answers  


What is shell scripting commands?

0 Answers  


Explain about refer?

0 Answers  


What does p mean linux?

0 Answers  


how to restart apache server with out shatdown?

8 Answers   EER, IBM,


if i have one folder say aaa and that folder having 100 files from that 50 files there aaa word is written how to find in which aaa is writen and without opening that file

6 Answers  


Categories