Ask Your Question
0

how to delete files in virtualbox?

asked 12 years ago

JamesSage gravatar image

Hi there, I am wondering if there is any easy way to delete files in virtualbox? Like the "delete" option when you right click in Windows. The files I'd like to delete is located at /home/gui/downloads. I can only view them through the sage notebook but have no idea how to delete them. I am using sage5.0 on Windows 7, and the virtual machine is virtualbox. I am completely new to sage and linux system. Any help will be highly appreciated.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 12 years ago

Emil Widmann gravatar image

Start the virtual machine and get to the command shell by pressing Ctrl-F1 like described here: Sage Appliance Online Docs

Log into the virtual machine as user gui. The user account running the web browser is called gui with password sage.

sagevm login: gui
Password: sage

This login should bring you in the /home/gui directory. You can list the contents of that directory with the command (short for list)

ls

remove (rm) files with the command

rm filename

Probably you can delete files also from the gui interface of the vm, but the commandline version should work in any case.

Preview: (hide)
link

Comments

It works!!! Thank you so much!!!

JamesSage gravatar imageJamesSage ( 12 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 12 years ago

Seen: 3,311 times

Last updated: Jul 19 '12