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 |
How to add Crete a new ftp user? or How to add a exiting user into FTP ?
What is the Difference between 'su' and 'su-' ?
ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?
Linux system monitoring Tools?
Explain the working of command grouping?
What is umask in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?
What does p mean linux?
What is a make target?
How do you check the current system uptime in Linux?
How use linux command line?
What is kill command?