HP XP P9500 HP StorageWorks P9000 Configuration Guide (AV400-96380, May 2011) - Page 60

command verifies that the, file is no

Page 60 highlights

$ directory Directory $1$DGA100:[USER] TEST.TXT;1 Total of 1 file. 7. Verify the content of the data file: Example $ type test.txt this is a line of text for the test file test.txt 8. Delete the data file: Example $ 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 test.txt file. The directory command verifies that the test.txt file is removed, and the type command verifies that the test.txt file is no longer in the system. 9. Delete the test user directory by entering this command: Example $ delete $1$dga100:[000000]user.dir; $ show default $1$DGA100:[USER] %DCL-I-INVDEF, $1$DGA100:[USER] does not exist The delete command removes the USER directory from the disk volume. The show default command verifies that the user directory is removed. 10. Restore the default login directory by entering this command: set default sys$login: 60 OpenVMS

  • 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

$ directory
Directory $1$DGA100:[USER]
TEST.TXT;1
Total of 1 file.
7.
Verify the content of the data file:
Example
$ type test.txt
this is a line of text for the test file test.txt
8.
Delete the data file:
Example
$ 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
test.txt
file. The
directory
command verifies that
the
test.txt
file is removed, and the
type
command verifies that the
test.txt
file is no
longer in the system.
9.
Delete the
test user
directory by entering this command:
Example
$ delete $1$dga100:[000000]user.dir;
$ show default $1$DGA100:[USER]
%DCL-I-INVDEF, $1$DGA100:[USER] does not exist
The
delete
command removes the USER directory from the disk volume. The
show default
command verifies that the user directory is removed.
10. Restore the default login directory by entering this command:
set default sys$login:
60
OpenVMS