1 00:00:01,550 --> 00:00:08,180 ‫And here we have the more command that's used to view the tax files in the command prompt displaying 2 00:00:08,180 --> 00:00:13,610 ‫one screen at a time in case the file is large, for example, log files. 3 00:00:14,690 --> 00:00:18,710 ‫So if you press, enter or space, it'll move to the next page. 4 00:00:19,960 --> 00:00:24,330 ‫Line number specifies a line where you want to start displaying the text content. 5 00:00:25,550 --> 00:00:26,720 ‫And you can press Q to quit. 6 00:00:28,370 --> 00:00:29,240 ‫Let's go to Kelly. 7 00:00:34,370 --> 00:00:40,550 ‫All right, so we can open the syslog file because it's large enough to open with the more common and 8 00:00:40,550 --> 00:00:43,280 ‫it's under this vast legal log folder. 9 00:00:44,000 --> 00:00:46,730 ‫Oh, and we get permission denied. 10 00:00:46,760 --> 00:00:48,290 ‫OK, so it's an error. 11 00:00:48,950 --> 00:00:54,380 ‫But as you remember, some commands, operations or files require root privileges. 12 00:00:55,160 --> 00:01:01,940 ‫And as a standard user, we won't be able to access these files or we won't be able to, well, perform 13 00:01:01,940 --> 00:01:04,070 ‫any of these important actions. 14 00:01:05,150 --> 00:01:12,620 ‫So to change the user route, just run sudo more slash VAR slash log slash syslog. 15 00:01:13,850 --> 00:01:15,050 ‫Enter the password. 16 00:01:18,700 --> 00:01:22,030 ‫OK, so let's press enter or space to go to the next page. 17 00:01:23,350 --> 00:01:27,400 ‫We can also see how much of a percent of the file that we've already read. 18 00:01:29,130 --> 00:01:30,480 ‫And press Q to exit. 19 00:01:32,450 --> 00:01:33,620 ‫So it's out of line, no. 20 00:01:34,970 --> 00:01:40,580 ‫If we add a number with a dash, it'll display the 12 lines in a page. 21 00:01:56,330 --> 00:02:02,180 ‫So it's had a number with a plus sign, and it specifies a line where you want to start displaying the 22 00:02:02,180 --> 00:02:03,020 ‫text content. 23 00:02:04,080 --> 00:02:07,380 ‫So it started displaying from line 123.