cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Need command for IBM AIX OS

02-07-2014 6:56 AM
674 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Dear ALL ,

I need a basic  command for IBM AIX OS LIKE copy , move delete and like that type of command for Basis administrator , If any body kne about that please share with me .

Thanks to all ..

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Here you go,

For example you want to move abc123 from one directory(BASIS)  to another(ABAP)

mv <source> <destination>

mv /BASIS/abc123 /ABAP/

To do a copy, go to the source directory and send it off from there

cp /BASIS/abc123 /ABAP/

Use delete command very wisely

cd /BASIS... to a ls command to list the files

rm abc123

Hope this helps

Former Member
0 Likes

Welcome on board!

Here is AIX QuickStart

Here is AIX QuickSheat: http://www.tablespace.net/quicksheet/aix-quicksheet.pdf

Here is Unix Beginners QuickSheet: http://www.tablespace.net/quicksheet/unix-quicksheet.pdf

Best regards,

Alexander

Former Member
0 Likes

Please search on Google and you will get lot of documents for the same.

Thanks,

Sunny

Former Member
0 Likes

dear sunny ,

i m doing that thing but not a such a good blog i am getting  . if you have then plz share with me .

thanks