Jump to content

Unviewable files?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_Wanch_*

Guest_Wanch_*
  • Guests
Using Unbuntu with Gnome I can see files using the 'mc' command (midnight commander) but I can't see them when I do a simple ls command. Can someone explain this?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Are they hidden files? Do a 'ls -la' which shows all files (even hidden).

#3
Guest_Wanch_*

Guest_Wanch_*
  • Guests
I see them with ls -la. What does this mean? How do I unhide them or hide them?

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
The l is used for long-listing. This means it shows information about size, permissions, etc. The a makes ls to return all files, also the hidden ones, like Jordan said.