• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

file path problem, please help! thxxxxxx

R

raybristol

Guest
I need to read a file in path '/tmp/filename', I am using jsp, which uploaded by plesk interface, as my jsp file is in different directory, I am new to Linux, so I wonder what is the correct path to call that file?

Many thanks!
ray
 
assuming you are talking relative to your domain, it would be
./tmp/filename
I know it is hard to see, but you start with a dot (.) for current directory and then relative from there.
 
thanks very much for your reply, but '/tmp' is not under my domain path, when I login to live server using SSH as root, I can go to fold '/tmp' by using command 'cd "/tmp" '.

so what is the correct path to call in my jsp page, I try to call it by directly using path '/tmp/filename', but it doesn't seems working.


Many thanks!
 
Back
Top