What command would users use to see what file one
page at a time in UNIX?
Answers were Sorted based on User's Feedback
pager filename
pg filename
less filename
more filename
cat filename | less or more..
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / venkatesh
cat <filename> | more
less <filename> | more
cat <filename> | less
pg <filename>
by using above that commanda we can display the file and
page at the same time.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the use of finger command?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
what does the command 'wc' do?
How to setup sudo, only can use for particular date & time only ( for solaris10 )
What is the first character of the output in ls l command?
What is the Unix file system hierarchy?
in UNIX ,What is the command to view contents of a large error log file?
what do you understand by 'unix is a portable os'?
Give command that will make the file "run.sh" executable?
What will the following command do?
distinguish between physical addresses and logical address?
solaris Run level?