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
How do you create a text file in linux terminal?
What is dos and its commands?
What command is used to check the number of files, disk space, and each user’s defined quota?
What does df command do in linux?
How do I run a shell script?
What is linux pwd (print working directory) command?
Main configuration file and command used for NFS enabling exported directories and deamons?
Which of the following tasks cannot be accomplished with the touch command?
How do I get to root directory in linux?
Explain grep command.
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
How many types of commands are there in linux?
Write a command that will display all .txt files, including its individual permission.
What is a makefile in linux?
What is the gcc command?