adspace


How to find the path in unix?

Answer Posted / Ish Bhatia

To find the current working directory, you can use the command `pwd`. To find the path of a specific file or directory, use `realpath <file_or_dir>`.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988