RENAMERENAME filename1 filename2
Renames a file or files.
RENAME file1 file2
=> file1's name change to file2
2. Networking
Change DNS
:: show dns
ipconfig /all
SSH
3. Security
Shell
FORFOR /L %variable IN (start,step,end) DO command [command-parameters]%variable specifies a single letter replaceable parameter. The set is a sequence of numbers from start to end, by step amount. So (1,1,5) would generate the sequence 1 2 3 4 5 and (5,-1,1) would generate the sequence (5 4 3 2 1)
1. Kernel
Process Management
Monitoring
Storage
RENAME
RENAME filename1 filename2
Renames a file or files.SSH
3. Security
Shell
FOR
FOR /L %variable IN (start,step,end) DO command [command-parameters]
%variable specifies a single letter replaceable parameter. The set is a sequence of numbers from start to end, by step amount. So(1,1,5)
would generate the sequence1 2 3 4 5
and(5,-1,1)
would generate the sequence(5 4 3 2 1)