|
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.
|