1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META NAME="GENERATOR" CONTENT="Adobe FrameMaker 6.0/HTML Export Filter">
<LINK REL="STYLESHEET" HREF="Ch01.css" CHARSET="ISO-8859-1" TYPE="text/css">
<TITLE>
Chapter 1: File Management
</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1 CLASS="ChapterTitle">
<A NAME="pgfId-1041610"></A><A NAME="marker-1041599"></A><A NAME="marker-1041600"></A><A NAME="marker-1041601"></A><A NAME="marker-1041602"></A><A NAME="marker-1041603"></A><A NAME="marker-1041604"></A><A NAME="marker-1041605"></A><A NAME="marker-1041606"></A><A NAME="marker-1041607"></A><A NAME="marker-1041608"></A><A NAME="marker-1041609"></A>File Management</H1>
<P CLASS="Body">
<A NAME="pgfId-1034915"></A> </P>
<P CLASS="Body">
<A NAME="pgfId-1042974"></A>This chapter presents the basic elements of the Nautilus file manager, and its basic file functions and features. Nautilus is designed to make file management transparent and intuitive--and, in the process, more productive.</P>
<P CLASS="Body">
<A NAME="pgfId-1047719"></A>Chapter One is presented in six sections:</P>
<OL>
<LI CLASS="Numbered">
<A NAME="pgfId-1041702"></A><A HREF="Ch01-1.html#launch" CLASS="Hypertext">Launching Nautilus</A></LI>
<LI CLASS="Numbered">
<A NAME="pgfId-1047887"></A><A HREF="Ch01-1.html#elements" CLASS="Hypertext">Nautilus Elements</A></LI>
<LI CLASS="Numbered">
<A NAME="pgfId-1041704"></A><A HREF="Ch01-1.html#navigating" CLASS="Hypertext">Navigating and Viewing Your System</A></LI>
<LI CLASS="Numbered">
<A NAME="pgfId-1057905"></A><A HREF="Ch01-1.html#network" CLASS="Hypertext"><A HREF="Ch01-1.html#web" CLASS="Hypertext">Navigating the Network</A></A></LI>
<LI CLASS="Numbered">
<A NAME="pgfId-1048384"></A><A HREF="Ch01-1.html#files" CLASS="Hypertext">Manipulating Files</A></LI>
</OL>
<DIV>
<H2 CLASS="Heading1">
<A NAME="pgfId-1041721"></A><A NAME="launch"></A>Launching Nautilus</H2>
<P CLASS="Body">
<A NAME="pgfId-1047930"></A>Nautilus can be launched from three locations: from the GNOME main menu, where the Nautilus menu item can be found under Applications; from the GNOME desktop itself; or from the Panel.</P>
<P CLASS="Body">
<A NAME="pgfId-1047991"></A> </P>
<DIV>
<IMG SRC="Ch01-1.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1048017"></A>Figure 1: Nautilus Icon</P>
<P CLASS="Body">
<A NAME="pgfId-1048215"></A>If you wish to put the Nautilus icon (Figure 1), on your desktop, select the Nautilus menu item and, holding down the left mouse button, drag it to the desktop.</P>
<P CLASS="Body">
<A NAME="pgfId-1048216"></A>Probably the easiest way to launch Nautilus is from the GNOME panel (Figure 2). To place the icon there, drag the menu item, as above, to an empty space on the panel at the bottom of the screen. This method has the advantage of speed: the panel is nearly always present, and is at most only a click away. The icon itself needs only one click to launch Nautilus.</P>
<P CLASS="Body">
<A NAME="pgfId-1048567"></A> </P>
<DIV>
<IMG SRC="Ch01-2.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1048609"></A>Figure 2: The Nautilus Icon on the Panel, between Netscape and the Pager</P>
<P CLASS="Body">
<A NAME="pgfId-1086805"></A>To launch Nautilus, click once on the menu item, or panel icon, or twice on the desktop icon.</P>
</DIV>
<DIV>
<H2 CLASS="Heading1">
<A NAME="pgfId-1047917"></A><A NAME="elements"></A>Nautilus Elements</H2>
<P CLASS="Body">
<A NAME="pgfId-1050938"></A>The major elements of the Nautilus file manager include, in the upper part, the menu bar, tool bar and location bar, and below, the sidebar and the main window (Figure 3).</P>
<P CLASS="Body">
<A NAME="pgfId-1087024"></A>The menu bar is used to access the pull-down menus, which are the most complete source of Nautilus tools and features. The tool bar provides quick access to Nautilus' most common navigation and search tools, and Eazel Services. The location bar displays system directory location, LAN location, and Internet location--depending on where Nautilus is looking at the given moment.</P>
<P CLASS="Body">
<A NAME="pgfId-1050723"></A>The main window is the main viewing area for the system's directories and files, as well as the area where directories and files are generally manipulated. It is capable of showing files in several formats, and includes file information such as size, type, and date last modified.</P>
<P CLASS="Body">
<A NAME="pgfId-1087254"></A> </P>
<DIV>
<IMG SRC="Ch01-3.jpg">
</DIV>
<P CLASS="Body">
<A NAME="pgfId-1050724"></A>Figure 3: Main Nautilus Elements</P>
<P CLASS="Body">
<A NAME="pgfId-1087249"></A>The sidebar provides a tree view of directories and sub-directories, as well as a history view (recently viewed files and directories), and a variety of Linux help documents.</P>
</DIV>
<DIV>
<H2 CLASS="Heading1">
<A NAME="pgfId-1041874"></A><A NAME="navigating"></A>Navigating and Viewing The System</H2>
<P CLASS="Body">
<A NAME="pgfId-1041877"></A>Nautilus offers several methods to navigate the system. Typing a directory address into the location bar will point Nautilus toward that location. The directional arrows on the tool bar provide a simpler method to navigate back, forward, and up through the system: they function exactly as in a browser. Clicking on a directory icon in the main window will open that directory. Finally, clicking the collapsible branches of the sidebar's tree-view allows the user to graphically view and navigate the directory tree.</P>
<P CLASS="Body">
<A NAME="pgfId-1088231"></A>The file manager minimizes the necessity of opening applications by identifying many file types graphically. Viewer components allow several common document types to be displayed without launching a separate application, and a zoom feature provides one-click zooming in and out in the main window. Sound files in certain common formats can even be previewed by simply passing the mouse over the file icon.</P>
<P CLASS="Body">
<A NAME="pgfId-1088234"></A> </P>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1048496"></A>The Initial Screen and Hardware Overview</H3>
<P CLASS="Body">
<A NAME="pgfId-1048562"></A>The first screen to appear (Figure 4), shows the contents of your home directory. In this example, the user has logged in under their own name--John--so the home directory is /home/john. Linux follows the UNIX convention for home directories: if the user had logged in as Susan, the home directory would be /home/susan; when logged in as the root user, the home directory is /root.</P>
<P CLASS="Body">
<A NAME="pgfId-1088245"></A>The file manager identifies this directory in two ways: as a traditional command line directory address in the location bar, and as a captioned folder icon in the sidebar.</P>
<P CLASS="Body">
<A NAME="pgfId-1049085"></A> </P>
<DIV>
<IMG SRC="Ch01-4.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1049076"></A>Figure 4: The Start Screen</P>
<P CLASS="Body">
<A NAME="pgfId-1049178"></A>Among the contents of the screen are a Nautilus folder. This folder, when clicked, takes the user to /home/john/Nautilus, Figure 5. Among the contents of the folder are: a small HTML file containing information about Nautilus; a services icon which, when double-clicked, takes you directly to Eazel Services (covered in Chapter Three), and a computer icon which leads to a Hardware Overview of your system, Figure 6.</P>
<P CLASS="Body">
<A NAME="pgfId-1073473"></A> </P>
<DIV>
<IMG SRC="Ch01-5.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1073521"></A>Figure 5: The Contents of /home/john/Nautilus, with the Computer and Services Icons.</P>
<P CLASS="Body">
<A NAME="pgfId-1073526"></A>The hardware overview shows the details of the computer's central processor unit, including the manufacturer, the model, the calculated speed in MHz and the cache size. It also shows the amount of system RAM, and the models of the hard drive(s) and CD player.</P>
<P CLASS="Body">
<A NAME="pgfId-1073522"></A> </P>
<P CLASS="Body">
<A NAME="pgfId-1049179"></A> </P>
<DIV>
<IMG SRC="Ch01-6.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1049180"></A>Figure 6: Hardware Overview, Showing an AMD Processor and 55MB of RAM</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1049207"></A>Using the Navigation, Refresh and Home Buttons</H3>
<P CLASS="Body">
<A NAME="pgfId-1049347"></A>The navigation buttons on the left side of the tool bar--Back, Forward, Up, Refresh and Home--are used in a similar way to the navigation buttons on a web browser (Figure 7).</P>
<P CLASS="Body">
<A NAME="pgfId-1088337"></A> </P>
<DIV>
<IMG SRC="Ch01-7.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1049413"></A>Figure 7: Navigation Arrows on the Tool Bar</P>
<P CLASS="Body">
<A NAME="pgfId-1088341"></A>The three left-most buttons allow navigation through the file system by both time and direction.</P>
<P CLASS="Body">
<A NAME="pgfId-1088339"></A>The back and forward buttons allow the user to revisit directories and files which the user as already accessed during the current session. This is navigation through time. The previous example illustrates this: clicking on the back button from the hardware overview screen will take the user back to the /home/john screen, but once there, the back button will be dimmed out: there is no further `back' in time to go so far in this session.</P>
<P CLASS="Body">
<A NAME="pgfId-1049498"></A>Similarly, clicking the forward button at this point would take the user once again to the /home/john/Nautilus screen.</P>
<P CLASS="Body">
<A NAME="pgfId-1049507"></A>The up button navigates upward through the directory hierarchy. This is navigation by direction. As an example, in the previous section it is impossible--solely with the back button--to go up through the file system further than /home/john. However, by clicking the up button, the user can navigate first to /home, and then all the way to /.</P>
<P CLASS="Body">
<A NAME="pgfId-1055965"></A>Clicking the refresh button refreshes the view of the current directory.</P>
<P CLASS="Body">
<A NAME="pgfId-1056041"></A>The home button will always take the user to the current session's home directory. If the user has logged on as root, then the home button, when clicked, will open /root. If the user has logged on as Laura, the directory opened will be /home/laura. Note: this is, as are so many features in Nautilus, customizable--see Chapter Two.</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1049549"></A>Viewing as Icons, or as a List</H3>
<P CLASS="Body">
<A NAME="pgfId-1049557"></A>Although directories and files are by default viewed, in the main window, as icons, there is some advantage to viewing them as a list. At a normal magnification level, more information will be displayed in list view, such as the file's type and modification date. To change the view style, click on the View as Icons button, to the bottom-right of the tool bar (Figure 8), and choose `List'.</P>
<P CLASS="Body">
<A NAME="pgfId-1056117"></A> </P>
<DIV>
<IMG SRC="Ch01-8.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1056113"></A>Figure 8: View as Icons Button</P>
<P CLASS="Body">
<A NAME="pgfId-1056304"></A>The list view still includes representative icons, but the extra space used by the extra description means the icons must be minimized. The Date Modified column is particularly clear, with descriptive terms used where the latest modification of the file or directory is within the last week (Figure 9).</P>
<P CLASS="Body">
<A NAME="pgfId-1056371"></A> </P>
<DIV>
<IMG SRC="Ch01-9.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1049563"></A>Figure 9: List View, with Descriptive Dates under Date Modified</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1049568"></A>Using Tree View in the Sidebar</H3>
<P CLASS="Body">
<A NAME="pgfId-1034940"></A>`Tree view' refers to a collapsible list of directories, sub-directories and files. In Nautilus, it is available in the sidebar. The advantage of tree view is that it allows the user to clearly observe the directory structure at a glance, thus simplifying directory and file administration.</P>
<P CLASS="Body">
<A NAME="pgfId-1057612"></A>To activate tree view, click the Tree tab at the bottom of the sidebar screen. At first, the tree may be collapsed, showing a single folder (Figure 10).</P>
<P CLASS="Body">
<A NAME="pgfId-1073826"></A> </P>
<DIV>
<IMG SRC="Ch01-10.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1073827"></A>Figure 10: Collapsed Tree View at Root</P>
<P CLASS="Body">
<A NAME="pgfId-1057707"></A>To expand the directory structure, click once on the right arrow pointing toward the folder. The arrow will immediately point down, and the root directories appear in the sidebar. Clicking any sub-directory arrow will expand that sub-directory, but not automatically expand the view in the main window. Notice in Figure 11 that although the tree in the sidebar is expanded to /T/ARCHIVE/Redhat/ETC, the main window and the location bar are still showing the folders within /home/john.</P>
<P CLASS="Body">
<A NAME="pgfId-1073850"></A>(Also notice that, when necessary, vertical and horizontal scroll bars appear automatically on the sidebar panels).</P>
<P CLASS="Body">
<A NAME="pgfId-1057793"></A> </P>
<DIV>
<IMG SRC="Ch01-11.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1057674"></A>Figure 11: Different Views and Different Directories in Different Panels: Tree View of /T/ARCHIVE/Redhat/ETC on the Left, Icon View of /home/john on the Right.</P>
<P CLASS="Body">
<A NAME="pgfId-1057750"></A>To synchronize the displays--that is, to display the contents of the same directory in both the sidebar and the main window--simply click on the desired folder icon in the sidebar's tree view (Figure 12). In this illustration, the user has clicked on the icon representing the directory </P>
<P CLASS="Body">
<A NAME="pgfId-1073863"></A>/demo in the sidebar. Both the location bar and the main window now reflect this location, with the main window displaying the contents of the demo directory in icon view.</P>
<P CLASS="Body">
<A NAME="pgfId-1057812"></A> </P>
<DIV>
<IMG SRC="Ch01-12.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1057610"></A>Figure 12: Different Views but Identical Directories: Tree View of /demo on the Left, Icon View of /demo on the Right.</P>
<P CLASS="Body">
<A NAME="pgfId-1057847"></A>Exploring the directory tree within the sidebar alone is usually faster than exploring it within the main window. To expand directories without updating the main window, click on the small right arrows in tree view. In the example shown in Figure 13, the /etc directory has been expanded, as has the /X11 subdirectory. Beneath that are several more subdirectories, and the XF86Config file, which configures the X server.</P>
<P CLASS="Body">
<A NAME="pgfId-1057878"></A> </P>
<DIV>
<IMG SRC="Ch01-13.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1057893"></A>Figure 13: Expanded Directories in Tree View</P>
<P CLASS="Body">
<A NAME="pgfId-1089631"></A>There may be times when the directory tree is so expanded, the user may lose sight of the upper branches. In such a situation, the user can either scroll with the horizontal scroll bar at the bottom of the sidebar, or, by holding down the left mouse button, enlarge the sidebar by dragging its right-hand edge into the main window area.</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1057897"></A>Zooming in the Main Window</H3>
<P CLASS="Body">
<A NAME="pgfId-1057999"></A>In a screen crowded with directory and file icons, the user may wish to zoom in to confirm a file name or type. The zoom feature enables this within the main window.</P>
<P CLASS="Body">
<A NAME="pgfId-1058986"></A>Figure 14 is an example of a screen crowded with icons; it is the doc sub-directory containing the XFree86 server documentation for various graphics cards.</P>
<P CLASS="Body">
<A NAME="pgfId-1058307"></A> </P>
<DIV>
<IMG SRC="Ch01-14.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058236"></A>Figure 14: A Cluttered Main Window</P>
<P CLASS="Body">
<A NAME="pgfId-1058313"></A>Somewhere in the window is the README file for the Chips & Technology graphics card. To use the zoom feature to find this more easily, the user simply clicks on the + sign of the zoom control--to the right of the location bar (Figure 15).</P>
<P CLASS="Body">
<A NAME="pgfId-1074334"></A> </P>
<DIV>
<IMG SRC="Ch01-15.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058370"></A>Figure 15: The Zoom Control</P>
<P CLASS="Body">
<A NAME="pgfId-1074352"></A>The result--shown in Figure 16, after two clicks on the + sign, bringing magnification up to 150%--is a far more easily read display, with the various graphics card types clearly identifiable. The Chips & Technology README file is on the left. This example also shows how greater magnification leads to more file and directory information displayed.</P>
<P CLASS="Body">
<A NAME="pgfId-1058371"></A> </P>
<DIV>
<IMG SRC="Ch01-16.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058434"></A>Figure 16: The View Enlarged to 150%</P>
<P CLASS="Body">
<A NAME="pgfId-1058438"></A>There may be times, especially on computers with large displays, when, instead of using the vertical scroll bar to find a file or directory, it may be faster to `zoom out', and view a larger area. To do this, click on the minus sign to the left of the plus sign.</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1058372"></A>Viewing and Opening Files Within Nautilus</H3>
<P CLASS="Body">
<A NAME="pgfId-1059046"></A>Certain common file types can be identified, read, or, in the case of music files, heard, from within Nautilus, without having to open the file's application.</P>
<P CLASS="Body">
<A NAME="pgfId-1059071"></A>Graphics files of many common types are represented as `thumbnails'--realistic iconic representations of their content. To inspect them more closely, without opening their related application, the user can enlarge them using the zoom feature.</P>
<P CLASS="Body">
<A NAME="pgfId-1059070"></A>Other types of files use different viewing methods. Many text files can be read just by clicking on them once in the main window. This is both faster than opening up a separate console, or application, and it also uses fewer system resources. Figure 17 shows an example using the README.chips file.</P>
<P CLASS="Body">
<A NAME="pgfId-1059192"></A> </P>
<DIV>
<IMG SRC="Ch01-17.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058635"></A>Figure 17: Displaying a README Text File in the Main Window</P>
<P CLASS="Body">
<A NAME="pgfId-1059194"></A>Common types of music files can be heard via your computer's sound system by simply hovering over the file's icon with the mouse. For more control, the view button to the right of the location bar can be set to `View as Music'. The main window will display the music files only, by track, title, artist, bitrate and time, and also show a button-activated music player (Figure 18).</P>
<P CLASS="Body">
<A NAME="pgfId-1059288"></A> </P>
<DIV>
<IMG SRC="Ch01-18.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1059315"></A>Figure 18: Music Player and an MP3 File</P>
<P CLASS="Body">
<A NAME="pgfId-1059972"></A>Table 1 lists file types that can be viewed, or listened to, within Nautilus, without the necessity of opening their normal applications.</P>
<P CLASS="Body">
<A NAME="pgfId-1074755"></A> </P>
<TABLE BORDER="1">
<CAPTION>
<OL>
<LI CLASS="TableTitle">
<A NAME="pgfId-1074758"></A> </LI>
</OL>
<TR>
<TH ROWSPAN="1" COLSPAN="1">
<P CLASS="TableColumnHead">
<A NAME="pgfId-1074762"></A>Views</P>
</TH>
<TH ROWSPAN="1" COLSPAN="1">
<P CLASS="TableColumnHead">
<A NAME="pgfId-1074764"></A>File Types</P>
</TH>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074766"></A>Icon </P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074768"></A>Files and Folders</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074770"></A>List </P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074772"></A>Files and Folders</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074774"></A>Music </P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074776"></A>MP3</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074782"></A>Web Page</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074784"></A>HTML, including MAN pages</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074786"></A>PDF</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074788"></A>PDF Files</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074790"></A>Text</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074792"></A>ASCII Text Files, and HTML source</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074794"></A>Image</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074796"></A>JPEG, PNG, etc.</P>
</TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableRowHead">
<A NAME="pgfId-1074798"></A>Package</P>
</TD>
<TD ROWSPAN="1" COLSPAN="1">
<P CLASS="TableBody">
<A NAME="pgfId-1074800"></A>RPM Packages</P>
</TD>
</TR>
</CAPTION>
</TABLE>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1074753"></A>Launching Applications within Nautilus</H3>
<P CLASS="Body">
<A NAME="pgfId-1074754"></A>Files can be opened, edited, and saved by launching their applications from within Nautilus. This is accomplished by positioning the mouse over the file, and clicking the right button. In the menu that appears, clicking on `Open With' brings up a sub-menu of application choices, from which the user can choose. Figure 19 shows an example, where a graphics file has been selected and opened with The Gimp.</P>
<P CLASS="Body">
<A NAME="pgfId-1059999"></A> </P>
<DIV>
<IMG SRC="Ch01-19.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1060030"></A>Figure 19: Opening a Graphic File by Launching its Application from within Nautilus</P>
</DIV>
</DIV>
<DIV>
<H2 CLASS="Heading1">
<A NAME="pgfId-1058008"></A><A NAME="network"></A>Navigating the Network</H2>
<P CLASS="Body">
<A NAME="pgfId-1058654"></A>Nautilus has full network capability, both on the LAN and on the Internet. It can connect to FTP and Web servers, local and remote, and to mounted Samba shares.</P>
<P CLASS="Body">
<A NAME="pgfId-1090711"></A>Nautilus' unique design includes elements of a web browser as well as a traditional file manager. As a result, Nautilus can browse the Web, and also graphically browse the machines of a typical mixed corporate LAN running a combination of Windows, Linux and UNIX machines.</P>
<P CLASS="Body">
<A NAME="pgfId-1090730"></A>Nautilus' primary methods of connection are shown in Figure 20.</P>
<P CLASS="Body">
<A NAME="pgfId-1076922"></A> </P>
<DIV>
<IMG SRC="Ch01-20.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1077644"></A>Figure 20: Methods of Connection in a Mixed Environment</P>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1077634"></A>Navigating the LAN via FTP</H3>
<P CLASS="Body">
<A NAME="pgfId-1091350"></A>Nautilus connects to a mixed LAN via local FTP and mounted Samba shares.</P>
<P CLASS="Body">
<A NAME="pgfId-1058838"></A>To connect to a local Linux or UNIX FTP server, type in the fully qualified domain name of that machine in the location bar. As an example, to connect to a machine called toshiba.jpl, the user would type:</P>
<P CLASS="Body">
<A NAME="pgfId-1058797"></A>ftp://toshiba.jpl</P>
<P CLASS="Body">
<A NAME="pgfId-1060232"></A>and hit Enter. In Figure 21, the user has logged in anonymously to the /home/ftp directory of toshiba.jpl.</P>
<DIV>
<IMG SRC="Ch01-21.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1090854"></A>Figure 21: FTP login to a Linux Machine on the LAN</P>
<P CLASS="Body">
<A NAME="pgfId-1058812"></A>In this example, red emblems signifying read and write protected folders appear in the main windows. This confirms the anonymous login. An attempt to view the contents of a read protected folder, for example, /bin, results in the screen shown in Figure 22.</P>
<P CLASS="Body">
<A NAME="pgfId-1058813"></A> </P>
<DIV>
<IMG SRC="Ch01-22.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058830"></A>Figure 22: Inadequate Permissions</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1058837"></A>Navigating the LAN via Samba</H3>
<P CLASS="Body">
<A NAME="pgfId-1091353"></A>To connect to a Windows machine on the LAN, the user must first be running Samba and have configured the Windows machine, and must finally have mounted the Samba mount point on the host machine.</P>
<P CLASS="Body">
<A NAME="pgfId-1058839"></A>Once configured, typing in the mount point in the location bar reveals the directories and files on the Windows machine. In the example in Figure 23, the user has navigated to the /samba directory on the Windows machine accessed through the HP mountpoint. </P>
<P CLASS="Body">
<A NAME="pgfId-1058847"></A> </P>
<DIV>
<IMG SRC="Ch01-23.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058858"></A>Figure 23: Accessing a Windows Machine on a Mixed LAN, via a Samba Mountpoint</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1058859"></A><A NAME="web"></A>Navigating the Internet</H3>
<P CLASS="Body">
<A NAME="pgfId-1058861"></A>Nautilus connects to the Internet in the same way as a web browser. Both FTP sites and Web sites are accessed by simply typing the URL into the location bar. Figure 24 gives an illustration, the users having connected to www.cnn.com.</P>
<P CLASS="Body">
<A NAME="pgfId-1058863"></A> </P>
<DIV>
<IMG SRC="Ch01-24.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058874"></A>Figure 24: Nautilus as Web Browser</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1058892"></A>The Sidebar History and Bookmarks</H3>
<P CLASS="Body">
<A NAME="pgfId-1058879"></A>When viewing the Web, the navigation tools on the tool bar function as they do on any browser. In addition, both the History tab at the bottom of the sidebar, and the Go drop-down menu, provide a session history of local and remote accesses (Figure 25).</P>
<P CLASS="Body">
<A NAME="pgfId-1058919"></A> </P>
<DIV>
<IMG SRC="Ch01-25.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1058922"></A>Figure 25: The Sidebar History and Go Menu</P>
<P CLASS="Body">
<A NAME="pgfId-1058923"></A>Bookmarks can also lead to local and remote machines, Samba shares and web sites. They are found by clicking on Bookmarks on the menu bar, where the menu items for adding and editing bookmarks are also located.</P>
</DIV>
</DIV>
<DIV>
<H2 CLASS="Heading1">
<A NAME="pgfId-1058924"></A><A NAME="files"></A>Manipulating Files</H2>
<P CLASS="Body">
<A NAME="pgfId-1058926"></A>Manipulating directories and files is one of the most basic of all file manager features. Nautilus can be used to graphically move, copy, duplicate, rename and delete files, and to create new and rename existing directories. It can also be used as a search engine, on the local machine, the LAN, and the Web. Finally, in Nautilus the user can graphically change a file's permissions--a great advance over the command line CHMOD method.</P>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1059870"></A>Moving and Copying Files</H3>
<P CLASS="Body">
<A NAME="pgfId-1059880"></A>These two file management activities are performed by opening two Nautilus windows, one for the source location and one for the destination.</P>
<P CLASS="Body">
<A NAME="pgfId-1059883"></A>Open a new Nautilus window by clicking on File on the menu bar, and choosing the first menu item: New Window (Figure 26).</P>
<P CLASS="Body">
<A NAME="pgfId-1059908"></A> </P>
<DIV>
<IMG SRC="Ch01-26.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1059916"></A>Figure 26: Opening a New Window in Nautilus</P>
<P CLASS="Body">
<A NAME="pgfId-1059917"></A>To move a file, simply drag it from the source window to the destination window, with the left mouse button depressed. For options, drag the file with the right mouse button: this gives the choices of either moving or copying the file, or of creating a link.</P>
<P CLASS="Body">
<A NAME="pgfId-1059920"></A>An example of a successful file copy operation is shown in Figure 27. The pluck.wav file has been copied from the /home/john directory (the source), in the lower-right Nautilus window, to the /home/john/music directory, in the upper-left Nautilus window.</P>
<P CLASS="Body">
<A NAME="pgfId-1059921"></A> </P>
<DIV>
<IMG SRC="Ch01-27.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1059932"></A>Figure 27: The Successful Copy of a File from /home/john to /home/john/music</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1059933"></A>Duplicating, Renaming and Deleting Files, and Creating Directories</H3>
<P CLASS="Body">
<A NAME="pgfId-1059935"></A>Duplicating a file is accomplished by either clicking on the file with the right mouse button, and selecting Duplicate, or by first selecting the file and then selecting Duplicate from the File pull-down menu on the menu bar (Figure 28). Notice in the illustration that the duplicate file is identified by the tag (copy) next to the file name.</P>
<P CLASS="Body">
<A NAME="pgfId-1059939"></A> </P>
<DIV>
<IMG SRC="Ch01-28.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1059959"></A>Figure 28: Successful Duplication of the testement.jpg File </P>
<P CLASS="Body">
<A NAME="pgfId-1059960"></A>Renaming a file is accomplished in a similar manner. Choose the same menu by either means, and click on Rename. Then simply type the new name into the file caption.</P>
<P CLASS="Body">
<A NAME="pgfId-1059961"></A>Deleting a file, in Nautilus, means moving it to the trash folder which Nautilus creates upon installation. A file may be deleted either by dragging and dropping it into the trash folder, or by selecting the file, opening the same menu as above, and choosing Move to Trash.</P>
<P CLASS="Body">
<A NAME="pgfId-1059962"></A>Note that moving a file to the trash folder does not delete it from the system. It is still available, and can still be retrieved, in case the user has trashed it mistakenly. Permanent file deletion is accomplished by clicking the Empty Trash item in the File menu</P>
<P CLASS="Body">
<A NAME="pgfId-1086889"></A>A new subdirectory can be created (and/or renamed), anywhere in the directory tree, by selecting the parent directory and then pulling down the File menu from the menu bar. Click on New Folder, and the new subdirectory is created. Just type in the name and hit the Enter key.</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1059967"></A>File Find and Web Search</H3>
<P CLASS="Body">
<A NAME="pgfId-1060669"></A>Nautilus's two search features, found on the tool bar, enable the user both to find files on the local machine and on mounted Samba shares, and to locate information on the Web.</P>
<P CLASS="Body">
<A NAME="pgfId-1092318"></A>To search for a file either locally or on a Samba LAN, click the Find button on the tool bar, and type in the name of the desired file. Then click the Find Them button.</P>
<P CLASS="Body">
<A NAME="pgfId-1092323"></A>This is the simplest form of file search, but by clicking the More Options button--several times--no fewer than seven search variables become available. Each variable in turn has its own set of constraints. In this way it is possible to narrow down, or refine a search very precisely (Figure 29).</P>
<P CLASS="Body">
<A NAME="pgfId-1092389"></A> </P>
<DIV>
<IMG SRC="Ch01-29.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1060687"></A>File Searching Expanded to the Maximum Degree Possible</P>
<P CLASS="Body">
<A NAME="pgfId-1092433"></A>To search for a information on the Web, click on the Web Search button on the tool bar. Nautilus is transformed into a web browser, and Google is presented in the main window (Figure 30).</P>
<P CLASS="Body">
<A NAME="pgfId-1060689"></A> </P>
<DIV>
<IMG SRC="Ch01-30.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1060700"></A>Figure 30: The Google Search Engine, Launched from within Nautilus.</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1072697"></A>Changing File Permissions</H3>
<P CLASS="Body">
<A NAME="pgfId-1072703"></A>To change a file's permissions, click with the right mouse button on the file, and choose `Show Properties' from the menu. The dialog box which appears has three tabs. Choose the one labelled: Permissions (Figure 31). Both the files' owner and group settings can be changed, as can the read, write, and execute permissions for each. Both the text view and numeric view of the result is automatically updated at the bottom of the box.</P>
<P CLASS="Body">
<A NAME="pgfId-1072704"></A> </P>
<DIV>
<IMG SRC="Ch01-31.jpg">
</DIV>
<P CLASS="ArtCaption">
<A NAME="pgfId-1060701"></A>Figure 31: Changing File Permissions Graphically</P>
</DIV>
<DIV>
<H3 CLASS="Heading2">
<A NAME="pgfId-1092502"></A>Getting Help</H3>
<P CLASS="Body">
<A NAME="pgfId-1092511"></A>This Users Manual is available from both the Help item on the menu bar, and from the Help Contents tab at the bottom of the sidebar.</P>
<P CLASS="Body">
<A NAME="pgfId-1092525"></A>In addition to this manual, the Help Contents tab provides easy access to many other Linux help files in several different formats.</P>
<P CLASS="ArtCaption">
<A NAME="pgfId-1078615"></A> </P>
</DIV>
</DIV>
</BODY>
</HTML>
|