what is the command to list all files in a directory,
including the hidden files in UNIX ?

Answer Posted / hari

ls -l
file *

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is grep short for?

558


How can we use grep command in unix?

621


How do I run a whois command?

606


How to display no of records in oracle using unix command?

591


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1766






Why is awk called awk?

581


What is the command to view process running?

578


How do I search a whole word in vim?

694


What is the unix command to confirm a remote host is alive or not?

591


What do chown command do?

536


How do I use grep to find a file?

583


Give the command for finding the current date.

583


Which unix command lists files/folders in alphabetical order?

622


What is the use of sed command in unix?

604


What is the command to compare two files in unix?

625