in LINUX,What are two subtle differences in using the more
and the pg commands?
Answers were Sorted based on User's Feedback
Answer / faiz ahmad
both r used to view the contents of a file.but main
difference is that while viewing the file using more
command ,we use spacebar to see another screenful and in pg
command ,we use return key.
| Is This Answer Correct ? | 3 Yes | 2 No |
ext2 will support upto 256characters, were as ext3 will
support upto 'n' no of charatorss
| Is This Answer Correct ? | 0 Yes | 4 No |
How you will uncompress the file?
Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory
What does df command do in linux?
What is ll command in unix?
How do I permanently set ulimit in linux?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What is clang space engineers?
What are the main components of a Linux system?
Which command is used to see the online manual?
What will happen when a system call is encountered in a user program?
What is makefile in unix?