|
If you're going to use SSH to connect to the
server, you'd better have some understanding of
basic command line commands. Here are a few to
start you off:
Basic Commands
Shows the full path of the current directory
Lists all the files in the current directory
Lists all files and information
Lists all files and information in all sub-directories
Same as "Lsalr" pausing when screen
becomes full
Same as "Lsalr" outputs the results
to a file
Lists files and information for /home/usr/[name]
Lists all files ending with .html
Changes to a new directory
Changes to directory above current one
Moving, Copying, and Deleting Files
Move/rename a file
Copies a file
Deletes a file
Deletes all files in current directory
Deletes all files ending in .html
Creating, Moving, Copying and Deleting Directories
Creates a new directory
Lists all directories within current directory
Copies a directory and all files/directories in
it
Removes a directory if it is empty
Removes a directory and all files in it

|