Latest Forum Posts :


SSH server command help
These SSH Commands have options and parameters to help you, using your bouncer and an admin tutorial on how to setup your gameserver

For More Help type main dir;
This will bring up the manual for directory

Advanced Commands
command action
pwd Shows the Full path that you are in
ls Lists all the files in the current directory
ls -al Lists all files and information
ls -alR Lists all files and information in all subdirectories
ls -alR > filename.txt Same as ls -alR, outputs the results to a file
ls *.ini Lists all files ending with .ini
cd [directory name] Changes to a new directory
cd .. Changes to directory above current one
vdir Gives a more detailed listing than the "ls" command
pico [filename] Edit that filename
exit Log off your shell
clear Clears the screen
passwd Changes your password to a new one
mv [oldname] [newname] Moves the File and also can rename
cp [filename] [new filename] Copy the old File to a new Filename
rm [filename] Deletes that file
rm * Deletes everything in that directory
rm *.txt Delete's everything that has the extension *.txt
mkdir Make's a directory
ls -d */ List's all in current directory
cp -r [dir] [newdir] Copies a directory and all files/directories in it
grep [text] [filename] Searches for text within a file
find . -name [filename] -print Searches for a file starting with current directory
chmod 604 [filename] Minimum permissions
chmod 705 [directory name] Minimum permissions for directories
chmod 755 [filename] Minimum permissions for scripts & programs
chmod 606 [filename] Permissions for data files used by scripts
chmod 703 [directory name] Write-only permissions for public FTP uploading


File Permissions
command action
0 = --- No permission
1 = --X Execute only
2 = -W- Write only
3 = -WX Write and execute
4 = R-- Read only
5 = R-X Read and execute
6 = RW- Read and write
7 = RWX Read, write and execute


All of the below commands assume that you are within the same directory that the compressed file is in. To be sure type:
ls {enter}
If the file is there, you're ready to go. If not type:
cd /big/dom/xdomain/www/directory/ {enter}
replacing the path with the correct path to your file. If a file ends in .zip (for example, file.zip) type:
unzip file.zip

If a file ends in .tar (e.g., file.tar) type:
tar -xvf file.tar

If a file ends in .gz (for example, file.gz) type:
gzip -d file.gz

If a file ends in .tar.gz (e.g. file.tar.gz) type: gzip -d file.tar.gz and then tar -xvf file.tar


Site © Copyright Alpha-Networks 2003-2008