How to identify whether a file is normal file or directory?
Answer Posted / srinath.p
$ls -l filename/directoryname
if the first digit is - then it is file,if it is d then it
is directory
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe the zip/unzip command using gzip.
What are some command words?
What is a bash command?
what is the advaantage of each user having its own copy of the shell?
How do I clear my terminal history?
Name the general commands in using unix os for a beginner?
What is merge command in unix?
What is grep command in unix with examples?
Why is it called a shebang?
What is grep in bash?
What is difference between grep and find command in unix?
What do chgrp command do?
What is the comma to show the space allocation of files?
Describe the usage and functionality of the command rm –r * in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.