Last active
June 16, 2018 16:41
-
-
Save artemrogov/70373e5fd7c0ff68ad75736f75899c85 to your computer and use it in GitHub Desktop.
bash команды
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir - создает каталог | |
rmdir - удаляет пустой каталог | |
rm -r удаляет каталоги с файлами и вложенными каталогами | |
rm -rf | |
Символическая ссылка на каталог: | |
sudo ln -s /opt/phpstorm/bin/phpstorm.sh /usr/local/bin/phpstorm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment