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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dot file hidden

Status
Not open for further replies.

steam

ISP
Jul 17, 2000
51
IT
Hi

do you know why I can't view files .anything ?
 
Ok but this is from the command line ...

I want to allow *any* user to see .files through a console, ftp client, etc. Default setting

Thank you.
 
I don't think theres a way to configure this globally for everything, so you'll have to configure each service to behave this way.

I think most FTP servers show all files by default, for the console add an alias to the .bashrc of ech user or the global .bashrc file:

alias ls='ls -a'

etc.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top