Press ENTER
For example, .elm. These files are hidden so that you don't accidentally erase or modify them. They are required to keep your UNIX environment working properly. If you are not familiar with UNIX and how to manipulate these files, do NOT edit or delete them.
If you do need to manipulate these files, they may be displayed, together with the "regular" files, by typing: ls -a
The commands follow this form: command filename
Press ENTER
Press ENTER
You can then view the contents of the directory.listing using the cat command as previously described.
NOTE: If you redirect a command's output to an existing filename, that file's contents will be overwritten. To append a redirection output to an existing file use the symbol: >>
For example, to append the current directory listing to an existing file named directory.listing, type: ls -a >> directory.listing
The following commands will help you as you work with directories on INDYUNIX:
NOTE: It often can be difficult to distinguish between directories and files when you issue the ls command. One suggestion is to name files with lower-case letters and directories with an initial upper-case letter. For example, pr actice.txt (a file) and Memos (a subdirectory).
NOTE:There is one space between the filename and the ..
NOTE: There is one space between the filename and the first ..
Press ENTER
Press ENTER
Press ENTER
For example, if you need to change your password, but don't know the UNIX command for doing so, at the ds9{username}#: prompt, type: apropos password
Press ENTER
Press ENTER
Press ENTER