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 an inode?

3 Answers   ProdEx Technologies,


What u know abt tar Command?

5 Answers   Locuz,


What are two functions the move mv command can carry out?

0 Answers  


I want to see how many interfaces(ethernet cards) are working using single command?

8 Answers  


Describe the mknod command and when you’d use it.

0 Answers  


Explain shift command of linux?

0 Answers  


In which File is Static IP address given so that it becomes Permanent ?

10 Answers   DCM, Wipro,


in unix how to change old name to new name

7 Answers   Google,


How to shuffle the GRUB booting from one Disk to other?

1 Answers  


How do you view the contents of a file in Linux?

1 Answers  


My machine is running half duplex mode how to change half duplex to full duplex?

4 Answers   Oracle,


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

0 Answers  


Categories