cancel
Showing results for 
Search instead for 
Did you mean: 

Pls Send Usefull UNIX /LiNUX commands in SAP?

Former Member
0 Kudos

hi,

pls send me anybody what are the useful UNIX/LINUX commands in SAP.

regards,

reddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi brother,

the following commands will help you do it and practice it give rewards....

Copy files one system to another system in network

#mount -t nfs <IPAddress> : /<Source Directory> /<Target Directory>

To Display Clock

#xclock

Check Process Details:

#top

#ps -ef | grep user/process/servicename

Check Memory Size:

#free

Check Disk space:

#df -k (in %)

#df -h (in GB)

Check Subdirectory files

#du /usr

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Reddy,

if you haven't done yet, you could call transaction SM69. That are the commands that you could call from an abap in sap.

Regards

Bernd

former_member190272
Active Contributor
0 Kudos

Hi

plz check this link hope this help you

http://www.coders2020.com/linux-commands

Reward points if helpful

Thanks

Pankaj Kumar

Former Member
0 Kudos

thanks for reply,

it is some helpfull.i want grep and pipe commands and also use in postinstallation steps.

regards,

reddy