HP StorageWorks XP12000 Konfigurationshandbuch - Seite 31

Blättern Sie online oder laden Sie pdf Konfigurationshandbuch für Schalter HP StorageWorks XP12000 herunter. HP StorageWorks XP12000 50 Seiten. Cache lun xp
Auch für HP StorageWorks XP12000: Freigabemitteilung (13 seiten), Handbuch für Administratoren (50 seiten), Konfigurationshandbuch (42 seiten), Konfigurationshandbuch (40 seiten), Konfigurationshandbuch (40 seiten), Konfigurationshandbuch (36 seiten), Konfigurationshandbuch (36 seiten), Konfigurationshandbuch (30 seiten), Konfigurationshandbuch (36 seiten), Freigabemitteilung (5 seiten), Handbuch zur Systemkonfiguration (49 seiten), Handbuch zur Systemkonfiguration (43 seiten), Handbuch zur Systemkonfiguration (42 seiten), Handbuch zur Systemkonfiguration (35 seiten), Konfigurationshandbuch (46 seiten), Konfigurationshandbuch (46 seiten), Konfigurationshandbuch (40 seiten), Konfigurationshandbuch (44 seiten), Konfigurationshandbuch (38 seiten), Konfigurationshandbuch (34 seiten), Konfigurationshandbuch (30 seiten), Konfigurationshandbuch (30 seiten), Konfigurationshandbuch (42 seiten), Benutzerhandbuch (30 seiten)

HP StorageWorks XP12000 Konfigurationshandbuch
Example
Example
Example
Example
Installation
4. Create a test user file:
$ create test.txt
this is a line of text for the test file test.txt
[Control-Z]
The create command creates a file with data entered from the
terminal. Control-Z terminates the data input.
5. Verify whether the file is created:
$ directory
Directory $1$DGA100:[USER]
TEST.TXT;1
Total of 1 file.
6. Verify the content of the data file:
$ type test.txt
this is a line of text for the test file test.txt
7. Delete the data file:
$ delete test.txt;
$ directory
%DIRECT-W-NOFILES, no files found
$ type test.txt
%TYPE-W-SEARCHFAIL,error searching for
$1$DGA100:[USER]TEST.TXT;
-RMS-E-FNF, file not found
The delete command removes the
command verifies that the
command verifies that the
file. The directory
test.txt
file is removed, and the type
test.txt
file is no longer in the system.
test.txt
31