Linux commands

pwd          # Current directory
ls -la       # List files
cd /path     # Go to directory
cd ..        # Go up

Files

cp source dest    # Copy
mv source dest    # Move
rm file           # Delete
mkdir folder      # Create folder
cat file          # Show contents
nano file         # Edit

Permissions

chmod 755 file
chown user:group file

Searching

find /path -name "*.php"
grep "text" file

Need help?

We're here for you! Running into issues or have questions? Our support team is happy to help you personally. Drop us a message through the ticket system - we usually respond within a few hours and love helping you find the best solution.