The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-29-2008
oxoxo oxoxo is offline
Banned
  
 

Join Date: Sep 2008
Posts: 38
what i've done is: find / -name .bashrc

which lists all the files on the system that have a name ".bashrc"

when i redirect that output to a file i only get the the .bashrc files that are in the home directory

without redirecting the output i get the .bashrc files that are on the system.

again my question is:

-Find all files on the system named ".bashrc" that modify the PS1 variable. -List the full file name (including the full path) and protection.


Im running the PuTTY configuration system on windows.