Linux Commands
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.
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