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
hw will u use awk in replacing cahrs and files
How do I search a whole word in vim?
Is ‘du’ a command? If so, what is its use?
Describe the zip/unzip command using gzip.
Which command is used to create a directory?
Which command is used to restrict incoming messages?
What is the command to find hidden files in the current directory?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I search for text in vi?
How do I run a whois command?
What is the use of finger command?
What does the md command do?
Is it inbetween or in between?
What is the unix command to confirm a remote host is alive or not?
What are the differences among a system call, a library function, and a unix command?