I’ve been asked to locate hidden dot files in my Cheaha files.
–OR–
I can’t find a directory like .conda
or a file like .bashrc
.
How can I find these files and directories?
I’ve been asked to locate hidden dot files in my Cheaha files.
–OR–
I can’t find a directory like .conda
or a file like .bashrc
.
How can I find these files and directories?
Dot files are files or directories that start with the character .
as in the file .bashrc
or the .conda
directory. They are generally hidden from view in most file browsers.
If you are using Open OnDemand, please navigate to https://rc.uab.edu
, login and click the Files
dropdown in the top navigation menu. Click “Home Directory”. More detailed instructions on the file browser can be found at Open OnDemand Files. Once you’ve opened the file browser, check the checkbox labeled “Show Dotfiles” in the top-right of the page.
If you are using the terminal, you’ll need to use cd
to navigate to the appropriate directory and enter use ls
with the -a
flag to list all files and directories, including hidden ones.