blvset - reset the pad string in the boot logical volume
Description
After a system restore following a failed AIX migration, the "migration" option is no longer available when booting from the AIX cdrom. The information in the BLV is wrong.
coolcommand: how to make the permission of a file the same as another reference file in Linux
Example: chmod --reference file1 file2
[show me the details]
coolcommand: how to run a system command from within the vi editor
Example: !!ls -1
[show me the details]
coolcommand: how to find all setuid files
Example: find / -type f -perm -4000 -print
[show me the details]
coolcommand: arp - how to see the entries in your arp table
Example: arp -a
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts