221
edits
Changes
→What are hidden files?
drwxr-xr-x 2 someuser users 4096 2006-01-17 16:43 uli101
* Use the <tt>-l</tt> option of the <tt>ls</tt> command to get detailed information about a file.
* d indicates a directory file
= Hidden Files =
.profile uli101.txt
* <tt>pwd</tt> displays the present working directory. This command is used to display where on in the Linux
* <tt>ls -A</tt> displays 'almost' all files, that is all hidden files like <tt>.profile</tt> except the first two
items <tt>.</tt> and <tt>..</tt>. This means <tt>.</tt> and <tt>..</tt> are never shown within the <tt>ls -A</tt> output listing.<blockquote>
=== Why hide files? ===