How to identify whether a file is normal file or directory?
Answer Posted / srinath.p
$ls -l filename/directoryname
if the first digit is - then it is file,if it is d then it
is directory
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain command to show the space allocation of files?
Write a command to display a file’s contents in various formats?
What is the use of awk command in unix?
How does pipe () work?
What is the functionality of a top command?
How do I delete files from command prompt?
What do chown command do?
What does awk stand for?
What does grep v grep do?
Which command is used to kill the last background job?
Which command will print your home directory on screen?
What is updatedb?
What is the difference between grep and grep?
What command will change your prompt to myprompt?
Explain command to view process running?