UNIX Commands Used For SAP Administration
UNIX Commands Used For SAP Administration
-----
1. VI and Gedit is an Editor, just like to write any programme save it and go to command and
compile through through GCC -o .cpp
2. Ps -ef is to check the how many running process and Kill any running process
3. gunzip to unzip file
4. tar -xvzf file name to run the zip folder of file content
5. mv mo from one path to another
6. Rf remove forcifully any file
7. Make command to effect any coading content
8. make clean to clean the effect of make command
9. cp coppy from one location to another
10. pwd check the current directory
-----
4. find . -name filename -print for checking the file in the present directory
6. df -k, bdf for checking all file system usages; df -k ., bdf. for individual file usages
10. rm < file> for removing file, gzip <file> for zipping the file.
11. Ps -ef is to check the how many running process and Kill any running process
13. tar -xvzf file name to run the zip folder of file content
14. mv mo from one path to another