Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2014Fall

08.19.13 - 12.20.13

Introduction to UNIX/Linux

CSCI1483

Tuesday Thursday
10:00 AM - 11:20 AM

Basic Commands

Lab01

Objective: To work with basic commands, switches, and paths

pastdue

Submit Your Solution

Lab01

Request a Copy of your Solution

Lab01

Requirements

Record the correct command to satisfy each item (2 pts each)20 pts
Total20 pts

Instructions

Perform each of the tasks described below from your home directory and record the command(s) used to complete each task in a text file, submit that text file for a grade.

  1. Determine the path to your current working directory.
  2. Display a list of all the files in your current directory, listing only their names.
  3. Change your password, log off the system, and log back on with your new password. (You don't have to actually change your password, I just want to know the command you would use to do it)
  4. Display a list of all the users currently logged on to the system.
  5. Display a list, including inodes, of the files in your home directory.
  6. Display a list of all the files in in the /etc directory in a single column.
  7. Display only the hours, minutes, and seconds of the current system time.
  8. Display the man page for the ls command
  9. Display a list of the files and directories in your instructors home directory (/home/singer) using a relative path.
  10. Display the system date and time in UTC format.