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 |
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 ?
What command do you type to find help about the command who?
A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?
What will happen when a system call is encountered in a user program?
In which File is Static IP address given so that it becomes Permanent ?
How can I create a file with cmd?
Why ls -F dev/log file output indicate as = sign at end of the file name?
What does umask 077 mean?
How do I check disk space in bash?
What does top do in linux?
How commands work in linux?
What is the bash in linux?