Saturday, 21 February 2015

Operating Systems 1 Lab 3 – Linux Commands

Linux Commands


Command = "ls -la"
The list command shows all of the major directories filed under a given file system.

Command = "pwd"
The print working directory command shows the current folder as an absolute path

Command = "man man"
This command displays a help page/manual for the different commands.

Command = "ls"
The list command shows all of the major directories filed under a given file system.

Command = "cd ."
This is the change directory command which enables you to switch between different directories.
Command = "cd .."
This change directory command moves up one folder in the directory.

No comments:

Post a Comment