HP 6125XLG R2306-HP 6125XLG Blade Switch Fundamentals Configuration Guide - Page 85

Calculating the file digest, Managing directories, Displaying the current working directory

Page 85 highlights

Calculating the file digest The digest of a file can be used to verify the file integrity. For example, you can calculate the digest of a software image file and compare it with that provided on the HP website to verify whether the file has been tampered with. Perform this task in user view. Task Calculate the digest of a file. Command sha256sum filename Managing directories CAUTION: To avoid file system corruption, do not install or remove storage media or perform master/subordinate switchover during directory operations. You can create or remove a directory, display or change the current working directory, and display a specific directory. Before you create or remove a directory on a USB disk, make sure the disk is not write protected. Displaying the current working directory Perform this task in user view. Task Display the current working directory. Command pwd Changing the current working directory Perform this task in user view. Task Change the current working directory. Command cd { directory | .. | / } Creating a directory Perform this task in user view. Task Create a directory. Command mkdir directory 78

  • 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

78
Calculating the file digest
The digest of a file can be used to verify the file integrity. For example, you can calculate the digest of a
software image file and compare it with that provided on the HP website to verify whether the file has
been tampered with.
Perform this task in user view.
Task
Command
Calculate the digest of a file.
sha256sum
file
name
Managing directories
CAUTION:
To avoid file system corruption, do not install or remove storage media or perform master/subordinate
switchover during directory operations.
You can create or remove a directory, display or change the current working directory, and display a
specific directory.
Before you create or remove a directory on a USB disk, make sure the disk is not write protected.
Displaying the current working directory
Perform this task in user view.
Task
Command
Display the current working directory.
pwd
Changing the current working directory
Perform this task in user view.
Task
Command
Change the current working directory.
cd
{
directory
|
..
|
/
}
Creating a directory
Perform this task in user view.
Task
Command
Create a directory.
mkdir
directory