Koozali.org: home of the SME Server

Accessing Command Line /I-bays

ddik28

Accessing Command Line /I-bays
« on: May 21, 2002, 11:39:51 AM »
I would like to access the various files on my E-smith through the command line.  If the files were say on the H drive and named database/files/mysql  what would I type in?

Also is there any way to set up folders directly on the server and not i

n i-bays?

Jonathan

Re: Accessing Command Line /I-bays
« Reply #1 on: May 27, 2002, 07:49:56 PM »
You can get to the command line on an e-smith server using either Alt+F1 or Alt+F2 when your in the administration panel.

Then you log in as root and there is your linux shell. Type mc to start Midnight Commander this will make it a lot easier to browse around the system and copy/delete/move files.

What you mean by accessing a H-disk? Is this the disk the user sees when he is logged in by his remote PC?

Normally e-smith takes up all the harddisks and gives them mount points, this is not the same as in the windows environment.

To access the database/files/mysql dir simply type the following line on the command line:P

ch database/files/mysql

thats if the dir is in the / dir. If not than you will first have to go to the directory in which it exists. Use the ls command to get a list of dirs and files.