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



When you issue the command ls -l, what signifies the first character of the resulting display file?..

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

When you issue the command ls -l, what signifies the first character of the resulting display file?..

Answer / anon

you can try info "command" or apropos "command"

Is This Answer Correct ?    2 Yes 1 No

When you issue the command ls -l, what signifies the first character of the resulting display file?..

Answer / prateek khurana

you can also try

'command' -help
or
man 'command'

Is This Answer Correct ?    1 Yes 1 No

When you issue the command ls -l, what signifies the first character of the resulting display file?..

Answer / pavan

you can try info "command" or apropos "command"

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

What is make in linux?

0 Answers  


How do I run a bash script in linux?

0 Answers  


What is bash linux?

0 Answers  


What is $@ in makefile?

0 Answers  


What is the command can be used to check for file corruption?

0 Answers  






Write a command that will display all .txt files, including its individual permission.

0 Answers  


What are two subtle differences in using the more and the pg commands?

2 Answers   Airtel,


What does ls mean in linux?

0 Answers  


What language is clang written in?

0 Answers  


How do you copy in terminal?

0 Answers  


find out what file systems supported by kernel?

4 Answers  


What is dos and its commands?

0 Answers  


Categories