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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prateek khurana
you can also try
'command' -help
or
man 'command'
| Is This Answer Correct ? | 1 Yes | 1 No |
what are the linux boot files?
How can you copy lines into the buffer in command mode?
Which command will show you free/used memory?
Who unix commands?
What the command used for search file or files for specific text?
What is an inode?
3 Answers ProdEx Technologies,
What the command used for list the contents of your home directory, current directory and all subdirectories?
Is llvm a virtual machine?
what is the booting process of linux systen and explain it,is the first process comes under the installation process.
3 Answers CSC, EA Electronic Arts, Mind Tree, vsworx,
How do I change shell in linux?
Is python faster than bash?
What is make command in linux?