0

I don't have root acess to a server which is running centos. I need a minimal ubuntu chroot environment in my $HOME . (just the apt-get, repositories etc to install packages and run them in terminal. display is not needed)

I was looking around the internet to find any information on this but most of the tutorials require root access.

How can I do this?

user5198
  • 101

1 Answers1

0

you can use sudo command and then it will ask your password so if you give your password it will get root privilege. and ask your system admin to incorporate your user into sudoers file

The command would be like this

sudo apt-get update
smn_onrocks
  • 526
  • 5
  • 14