what is the command to find out the difference between
files and folders?
Answer Posted / pitambar mishra
From a layman's point of view,
A file can be stored with in a folder but vice-versa is not
possible.
1. Using ls -l command : In type field (1st field)
d : for directory
- : for general file
2. Using ls -F command :
This command marks the
general file (no mark),
directory as /,
link file as @,
executable file as *.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is merge command in unix?
How do I search a whole word in vim?
What are grep patterns?
Explain command to view process running?
What is in grep command?
What is the general format of unix command syntax?
why metadb requires a seperate slice to create Solaris volume manager
How do I use grep to find a file?
Write a command to kill the last background job?
What is grep r?
What is used to type command?
What are the dos commands?
What is command statement?
Who wrote grep?
How do you repeat a command in terminal?