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

Did you ever write any inerface files / profile file to support unix environment setup ?

1 Answers   HP,


What do you mean by directory?

0 Answers  


How do I find the umask value in linux?

0 Answers  


How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?

0 Answers  


what is the command to view gateway?

5 Answers  






What are the files to be used in the network installation of linux os?

4 Answers  


What is the root directory linux?

0 Answers  


How would you find whether a remote server is up or not?

8 Answers   HP,


Who unix commands?

0 Answers  


What does chmod 755 do?

0 Answers  


How do I remove a soft link in linux?

0 Answers  


what is emacs editor and feature........???????????????????????????

1 Answers  


Categories