Search Results

Search: Posts Made By: Revanth547
1,130
Posted By Revanth547
Prevent the user from changing his directory
Hi could some let me know how to prevent user from changing his home directory.......


Thanks in advance....
2,762
Posted By Revanth547
the answer what u replied was "sudo bash" I...
the answer what u replied was "sudo bash"

I was asking If i am a super user, if i want to give another user sudo permissions, how should i give...

I have tried adding " username ALL=(ALL) ALL...
2,762
Posted By Revanth547
Could you also let me know the procedure for...
Could you also let me know the procedure for writing a script to give sudo permissions for a specific user in linux
2,762
Posted By Revanth547
Script to give a user sudo permissions
Can some one please let me know a script which gives the user sudo permissions?

Thanks in advance....
1,457
Posted By Revanth547
Thanks for your reply.... it is working fine
Thanks for your reply.... it is working fine
1,457
Posted By Revanth547
Execution problem with shell script for modifying a user
#/bin/sh
echo "enter the user name"
read $username
echo "Enter new home directory"
read $newhd
usermod -d $newhd $username ;;

error while executing :

enter the user name
Rev
Enter new...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 04:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy