1753873 Members
7607 Online
108809 Solutions
New Discussion юеВ

pm tru64

 
ahmad0901
New Member

pm tru64

hi,
i am newer tru64
i want ask about file .sh
where is location..

many thanks for your support
7 REPLIES 7
Steven Schweda
Honored Contributor

Re: pm tru64

What, exactly, are you looking for? Why?
Kapil Jha
Honored Contributor

Re: pm tru64

nothing is there like .sh
may be u missing smthing.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
ahmad0901
New Member

Re: pm tru64

i mean i do command
#cd /usr/local/pm
#./pm.sh > drsbpp.txt
and thequestion is how to make drsbpp.txt is created

many thanks
ahmad
Steven Schweda
Honored Contributor

Re: pm tru64

> [...] and thequestion is how to make
> drsbpp.txt is created

I don't understand the question.

> #cd /usr/local/pm
> #./pm.sh > drsbpp.txt

Commands like that should create
"/usr/local/pm/drsbpp.txt".

What, exactly, happens? What, exactly, did
you want to happen?
Kapil Jha
Honored Contributor

Re: pm tru64

when u run
#./pm.sh > drsbpp.txt

drsbpp.txt would be created the the directory you running the command.
The only problem can be you might not be able to write on the current directory and this would not allow u to create the file.

Make sure u have write permission to the directory.else

#./pm.sh > /path_where_u_can_write/drsbpp.txt

BR,
Kapil+
I am in this small bowl, I wane see the real world......
ahmad0901
New Member

Re: pm tru64

many thanks for your response
my question is how that command can
-process sys_check
-looking cpu online
-looking cpu usage
-checking file system
if i want to know that process is still running or stop i do command
#ps -ef|grep sys_check

many thank for your response

Steven Schweda
Honored Contributor

Re: pm tru64

> I don't understand the question.

Still true.