Difference b/n AIX & Red Hat Linux Commands

Hi All,

The scripts developed in AIX can be executed in Red Hat Linux too? Because, we are migrating OS from AIX to LINUX.

Will there be any differences in commands?

Thanks in advance!!!

Regards,
U

It's very unlikely that you will be able to migrate any, but the most generic of scripts from AIX to RHEL without modification.

The biggest noticeable change is the shell.

KSH -> Bash

You'll notice a lot of LVM changes
extendlv/lvextend
chfs/resize4fs
pvs/lspv
vgs/lsvg
lvs/lslv

It's a totally different world