To create a freestyle job in Jenkins, start by opening the Jenkins dashboard. Click on 'New Item' to create a new job. Enter a name for your job, for example, 'MyJob'. Then select 'Freestyle project' as the job type. Configure the job by adding build steps such as executing shell commands. Save the job to create it. After saving, you can run the job by clicking 'Build Now'. Once the job runs, view the console output to see the results. The job status changes from not created to created, then running, and finally completed. Selecting the job type is essential before saving, or Jenkins will not allow the job to be saved. If no build steps are added, the job will run but perform no actions. Checking the console output confirms the job ran successfully.