378

I'm SSH'd into a computer, so I can't use a GUI to access the path name. Is there a way that you can see the path directly on terminal without having to use Nautilus?

David Jones
  • 4,766
  • 3
  • 32
  • 45
vdogsandman
  • 5,289
  • 8
  • 21
  • 21
  • 11
    Do you mean 'pwd' and 'ls' to see the workding directory and list the files? – TeTeT Jul 22 '13 at 19:55
  • 9
    This question could maybe be re-worded a little bit for better clarity, but this question, comment and answer together provided me exactly what I needed, so it's helpful! – mbm29414 Aug 06 '14 at 18:25

1 Answers1

914

If you just want to get the information of current directory, you can type:

pwd

and you don't need to use the Nautilus, or you can use a teamviewer software to remote connect to the computer, you can get everything you want.

simhumileco
  • 31,877
  • 16
  • 137
  • 115
twlkyao
  • 14,302
  • 7
  • 27
  • 44