Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8594

Re: Need command for IBM AIX OS

$
0
0

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


Viewing all articles
Browse latest Browse all 8594


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>