Why ls -F dev/log file output indicate as = sign at end of
the file name?

Answers were Sorted based on User's Feedback



Why ls -F dev/log file output indicate as = sign at end of the file name?..

Answer / ankit sheth

ls -F
here -F means it will put any one from '*/=>" at the end of
the the file name.

Is This Answer Correct ?    20 Yes 3 No

Why ls -F dev/log file output indicate as = sign at end of the file name?..

Answer / bala

end of / directory
end of * executable file
end of = socket file
end of @ sybloic link
jut type ls -lRF to know all the details from ur linux

Is This Answer Correct ?    16 Yes 0 No

Why ls -F dev/log file output indicate as = sign at end of the file name?..

Answer / mahendra

ls -F-----indicate the sign for identifing the directory as /,
like this = indicate socket file.

Is This Answer Correct ?    5 Yes 0 No

Why ls -F dev/log file output indicate as = sign at end of the file name?..

Answer / bharathi

ls -F
here -F means it will put any one from '*/=>" at the end of
the the file name.

Is This Answer Correct ?    1 Yes 1 No

Why ls -F dev/log file output indicate as = sign at end of the file name?..

Answer / nk

-F means it will put any one from */=>@|

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

How find ip address linux?

1 Answers  


what is nis server?

4 Answers   IBM,


what is the roles and responsibilities in linux system admin having 2yrs exp..?

1 Answers   HCL, RNF Technologies,


How do you run command every time a file is modified?

1 Answers  


What is pwd in linux command?

1 Answers  


To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob

4 Answers  


How do I know my linux shell version?

1 Answers  


What do you mean by directory?

1 Answers  


How do I check my disk space?

1 Answers  


How use linux command line?

1 Answers  


How to give acl permission in numerical mode on linux?

1 Answers  


What is du -s * | sort -k1,1rn | head command used for?

1 Answers  


Categories