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
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 |
Answer / prateek khurana
you can also try
'command' -help
or
man 'command'
Is This Answer Correct ? | 1 Yes | 1 No |
What is an inode?
3 Answers ProdEx Technologies,
What u know abt tar Command?
What are two functions the move mv command can carry out?
I want to see how many interfaces(ethernet cards) are working using single command?
Describe the mknod command and when you’d use it.
Explain shift command of linux?
In which File is Static IP address given so that it becomes Permanent ?
in unix how to change old name to new name
How to shuffle the GRUB booting from one Disk to other?
How do you view the contents of a file in Linux?
My machine is running half duplex mode how to change half duplex to full duplex?
Write a command that will display all .txt files, including its individual permission.