pwd
/home/developer/projects
ls
ls -l
ls -a
cd /path/to/your/directory
cd /path/to/your/directory
cd /path/to/your/directory
cd ..
cd ~
mkdir new_project
mkdir new_project
mkdir new_project
new_project
mkdir -p projects/web/frontend
mkdir -p projects/web/frontend
mkdir -p projects/web/frontend
touch README.md
touch README.md
touch README.md
cp source_file.txt destination_file.txt
cp source_file.txt destination_file.txt
cp source_file.txt destination_file.txt
source_file.txt
destination_file.txt
cp -r source_directory destination_directory
cp -r source_directory destination_directory
cp -r source_directory destination_directory
mv old_name.txt new_name.txt
mv old_name.txt new_name.txt
mv old_name.txt new_name.txt
old_name.txt
new_name.txt
mv my_file.txt /path/to/new/location/
mv my_file.txt /path/to/new/location/
mv my_file.txt /path/to/new/location/
my_file.txt
rm my_file.txt
rm my_file.txt
rm my_file.txt
my_file.txt
rm -r my_directory
rm -r my_directory
rm -r my_directory
cat my_log_file.log
cat my_log_file.log
cat my_log_file.log
my_log_file.log
less large_file.txt
less large_file.txt
less large_file.txt
head my_log_file.log
head my_log_file.log
head my_log_file.log
tail my_log_file.log
tail my_log_file.log
tail my_log_file.log
tail -f my_log_file.log
tail -f my_log_file.log
tail -f my_log_file.log
nano my_config.conf
nano my_config.conf
nano my_config.conf
my_config.conf
grep "error" my_log_file.log
grep "error" my_log_file.log
grep "error" my_log_file.log
my_log_file.log
grep -i "warning" production.log
grep -i "warning" production.log
grep -i "warning" production.log
grep -r "function_name" /path/to/project
grep -r "function_name" /path/to/project
grep -r "function_name" /path/to/project
find . -name "*.js"
find . -name "*.js"
find . -name "*.js"
find /var/log -type f -mtime +7
find /var/log -type f -mtime +7
find /var/log -type f -mtime +7
chmod +x my_script.sh
chmod +x my_script.sh
chmod +x my_script.sh
my_script.sh
chmod 755 my_script.sh
chmod 755 my_script.sh
chmod 755 my_script.sh
chown developer:developers my_file.txt
chown developer:developers my_file.txt
chown developer:developers my_file.txt
my_file.txt