AIX (Advanced Interactive eXecutive, pronounced "a i ex") is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.
I tried checking on Google, but I couldn't find much information related to the actual question. How do I get …
linux unix linux-kernel admin aixI am running on a AIX 6.1 and using Python 2.7. Want to execute following line but getting an error. subprocess.run(["…
python python-2.7 subprocess aixIs there a faster way to remove a directory then simply submitting rm -r -f *directory* ? I am asking this …
build solaris aixI'm working on AIX and have a process that keeps crashing. I've never examined core files, and would like some …
aix coredump dbxI am using AIX. When I try to copy all the file in a folder to another folder with the …
unix ksh aixI have the following #!/bin/bash USER='scott' PASS='tiger' ssh -t [email protected] "sudo su - http" …
bash shell ssh sudo aixDoes sed -i work on AIX? If not, how can I edit a file "in place" on AIX?
sed aix