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 ..
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please search on Google and you will get lot of documents for the same.
Thanks,
Sunny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.