rsnt_translations
56,420
edits
(Marked this version for translation) |
No edit summary |
||
Line 42: | Line 42: | ||
{{Command|ls -alth}} | {{Command|ls -alth}} | ||
=== Navigating the | === Navigating the filesystem === <!--T:10--> | ||
To move about in the | To move about in the filesystem, use the <tt>cd</tt> command (change directory). | ||
<!--T:11--> | <!--T:11--> | ||
Line 102: | Line 102: | ||
<!--T:19--> | <!--T:19--> | ||
Important note: to be able to read or write in a directory, you need to have execute permissions (<tt>x</tt>) set in all parent directories, all the way up to the | Important note: to be able to read or write in a directory, you need to have execute permissions (<tt>x</tt>) set in all parent directories, all the way up to the filesystem's root ('''<tt>/</tt>'''). So if your home directory has <tt>drwx------</tt> permissions and contains a subdirectory with <tt>drwxr-xr-x</tt> permissions, other users cannot read the contents of this subdirectory because they do not have access (by the executable bit) to its parent directory. | ||
<!--T:20--> | <!--T:20--> |