Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

check path in AIX

Status
Not open for further replies.

surya12

Programmer
Jan 3, 2002
23
US
Hi

Can anybody know how to check the correctness of a given path? (like ckpath on Solaris)

Thanks,
Surya
 
Hi

This is okay. But I like to know the command similar to ckpath on Solaris, i.e., checking they syntax of the path etc..not just checking if it exits, which can be done even by the if statement as in if [ -d <path> ].

Bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top