When you issue the command ls -l, what signifies the first
character of the resulting display file? 701 What command
can you use to determine the purpose of any command?
Answer Posted / sambath
ls -l :- First character will tell whether the listed one is
file or a directory. It would be "d" if its is a directory,
or if its a file it would be blank.
2)whatis command will give the brief answer for the purpose
of the command.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is #!/ Bin sh?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What is finger command in linux?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What are the examples of simple command?
Why echo is used in linux?
What make install does?
What is kill 9 in linux?
How do I find the umask value in linux?
What is pwd in linux command?
What is cd in cmd?
How do I know my shell?
How do I test my cpu speed?
What is the purpose output of cd command?
What is command grouping and how does it work?