Why ls -F dev/log file output indicate as = sign at end of
the file name?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How find ip address linux?
what is nis server?
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?
What is pwd in linux command?
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
How do I know my linux shell version?
What do you mean by directory?
How do I check my disk space?
How use linux command line?
How to give acl permission in numerical mode on linux?
What is du -s * | sort -k1,1rn | head command used for?