• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

Winscp

Sommyworld

New member
Messages
2
Points
0
How do I grant adduser permision privleges just like logging in as root? I can't compile or run ./athena-start start

not sure what sudo is

 
find -exec touch \{\} \;
dos2unix sysinfogen.sh
dos2unix ./restart.sh
dos2unix ./stop.sh
dos2unix -f ./configure
chmod +x sysinfogen.sh
chmod +x ./stop.sh
chmod +x ./configure
chmod +x ./restart.sh

 
Back
Top