Translations by Karolaq

Karolaq has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

12 of 2 results
29.
The <command>~</command> character represents the current user's home directory. As seen above, <command>cd ~</command> is equivalent to <command>cd /home/username/</command>. However, when running a command as root (using <command>sudo</command>, for example), <command>~</command> points instead to <filename class="directory">/root</filename>. When running a command with <command>sudo</command>, the full path to your home directory must be given.
2008-04-19
Znak <command>~</command> reprezentuje katalog domowy obecnego użytkownika. <command>cd ~</command>jest równoznaczne z <command>cd /home/username/</command>. Należy zauważyć, że podczas wykonywania tego polecenia jako użytkownik root (używając np. <command>sudo</command>), znak <command>~</command>będzie wskazywał na <filename class="directory">/root</filename>. Gdy wykonujesz polecenia używając <command>sudo</command>, musisz podać pełną ścieżkę do swojego katalogu domowego.
45.
By default, <command>rm</command> will not remove directories. To remove a directory, you must use the <command>-R</command> option. For example, <screen>rm -R foobar</screen> will remove the directory foobar, <emphasis role="strong">and all of its contents!</emphasis>
2008-04-19
Domyślenie polecenie <command>rm</command> nie usuwa katalogów. Aby usunąć katalog, musisz użyć parametru <command>-R</command>. Na przykład: <screen>rm -R foobar</screen> usunie katalog o nazwie foobar oraz całą jego zawartość.