VPS help
#1

in my vps they asked for var location to run samp03svr where i can find it ?!
Reply
#2

chmod +x ./samp03svr
Should work..

and

Make sure its file permissions are 700.
Reply
#3

u309062523$ [/home/u309062523/public_html/] chmod +x ./samp03svr
chmod: cannot access `./samp03svr': No such file or directory
Reply
#4

Quote:

Make sure its file permissions are 700.

where i can find it ?!
Reply
#5

1) Why did you order a VPS if you don't know to use it ?
2) www.******.com
Reply
#6

LoL Thanks For Your Help
Reply
#7

Try doing "ls" then "cd [server location]" in your VPS window.
Reply
#8

pawn Код:
Description:
Lists the contents of a directory.
Options:
-a
Shows you all files, even files that are hidden (these files begin with a dot.)
-A
List all files including the hidden files. However, does not display the working directory (.) or the parent directory (..).
-b
Force printing of non-printable characters to be in octal \ddd notation.
-c
Use time of last modification of the i-node (file created, mode changed, and so forth) for sorting (-t) or printing (-l or -n).
-C
Multi-column output with entries sorted down the columns. Generally this is the default option.
-d
If an argument is a directory it only lists its name not its contents.
-f
Force each argument to be interpreted as a directory and list the name found in each slot. This option turns off -l, -t, -s, and -r, and turns on -a; the order is the order in which entries appear in the directory.
-F
Mark directories with a trailing slash (/), doors with a trailing greater-than sign (>), executable files with a trailing asterisk (*), FIFOs with a trailing vertical bar (|), symbolic links with a trailing at-sign (@), and AF_Unix address family sockets with a trailing equals sign (=).
-g
Same as -l except the owner is not printed.
-i
For each file, print the i-node number in the first column of the report.
-l
Shows you huge amounts of information (permissions, owners, size, and when last modified.)
-L
If an argument is a symbolic link, list the file or directory the link references rather than the link itself.
-m
Stream output format; files are listed across the page, separated by commas.
-n
The same as -l, except that the owners UID and groups GID numbers are printed, rather than the associated character strings.
-o
The same as -l, except that the group is not printed.
-p
Displays a slash ( / ) in front of all directories.
-q
Force printing of non-printable characters in file names as the character question mark (?).
-r
Reverses the order of how the files are displayed.
-R
Includes the contents of subdirectories.
-s
Give size in blocks, including indirect blocks, for each entry.
-t
Shows you the files in modification time.
-u
Use time of last access instead of last modification for sorting (with the -t option) or printing (with the -l option).
-x
list entries by lines instead of by columns
Example:
ls -al
ls -lsR uploads
Reply
#9

It's pretty obv, you have no idea about linux command line.

wget http://files.sa-mp.com/samp03xsvr_R1-2.tar.gz

tar -zxvf samp03xsvr_R1-2.tar.gz

cd samp03

chmod +x samp03svr
nano server.cfg [edit blabla]
nohup ./samp03svr &

Next time don't buy something that you don't know to use.


Note: Do not run this as root, create an unprivileged account.
Reply
#10

not helped
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)