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 do I start ms dos?
How is grep so fast?
What is the difference between locating and locate command?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is finger in networking?
What is the command can be run to remove all the rules in an iptable table?
What is a makefile in c?
Which command would you use to create a file system on a new hard drive?
What is DISM command?
Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory
How to hide the partition in GRUB booting? (This technique is required when you have more that one Windows system on different partitions of the same disk, let us say the first and second partitions of the first hard drive, to boot from the first partition you must hide the second one)