Tagged Questions
6
votes
2answers
88 views
Installing a package locally to a user - best practices?
I want to install Git locally to a user on a RHEL server (I don't have root access)
What would be your cleanest/ most organized way of installing software to a local user account?
Installing ...
1
vote
2answers
272 views
Redhat: non-root user needs to copy files to a NFS share
Typically non-root users cannot mount directories.
Running Redhat
Have 6GB tar.gz (/dir/somefile.tar.gz)
Need to move to a NFS share on another box (//somebox/somefolder/)
We have no other access. ...
1
vote
3answers
425 views
How to disable password prompting for automatic updates on Red Hat
Basically, I have the opposite problem of this guy. I would like my updates to be installed in a transparent way : I'm tired of entering my password every time.
I'm running on Red Hat (6.2 to be ...