Projects#
Note
Work in progress.
I want you to experiment with a few ideas here.
- Use
nanoto create a new script file - it can be called anything you like - Make sure it has a bang line on the first line (and nothing else):
#!/bin/bash - Use some of the commands you've learned so far to:
- Create a directory (
mkdir) - Create a file (
touch) - Change permissions on files (
chmod) - Set the
xpermission on the script - Execute it