TIP of the Day

                                                                                         PREVIOUS TIPS

TODAY'S TIP

OS Commands

 1> Command to release the request is
      tp pf=TP_DOMAIN_SID.PFL EXPORT Transportrequest

2>
Command to list the files and folders by size is
     du -sk * | sort -nr


3>
To clear the space inside the file
     cp /dev/null filename

 
4> To remove the IPC shared memory
  •    ipcs -m
  •    ipcrm -m pid
5> Comands to find CPUs and RAM
  • cat /proc/cpuinfo
  • cat /proc/meminfo

RELATED LINKS:

[1] What is RFC and how to create RFC in SAP

[5] SAP user types

1 comment:

  1. Thanks Sir for the great tip, looking more for such tips.

    ReplyDelete