cancel
Showing results for 
Search instead for 
Did you mean: 

unix commands

Former Member
0 Kudos

HI all,

Can i know the list of commands that are used in sap on unix.Thanx in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ambarish,

Check this

www.auditnet.org/docs/SAP_Security.doc

Cheeers

Deepanshu

Former Member
0 Kudos

Hi,

Please find the below commands :

how can view at os level sorting by created date and page wise

ls -lt | more

ls -ltr | more

for reverse order

To check jcontrol process running or not

ps -aef | grep jcontrol

ps -aef | grep jcontrol | wc -l

To chech saposcol runing or not

ps -aef | grep saposcol

ps -aef | grep sapstart to checj sapstart services running or not

for any services need to check ps -aef | grep <service or process name>

to check the size of the file system in kb df -k .

to check the size of the file system in kb df -g .

to know the sizes of all the files and sub directories :

du -sk *

mv is used to move the file

mkdir is used to create the directory

Please check the below link :

http://docs.hp.com/en/B2355-60105/df.1M.html

Regards

Sreedhar Reddy