Results 1 to 4 of 4
Hi
I want to chk ip of my system on lan
I dont have administrative privileges
for that i can not use ifconfig and ip address show command
if i ...
- 02-10-2009 #1
How to find ip if i have log in as a diferent user rather than Root
Hi
I want to chk ip of my system on lan
I dont have administrative privileges
for that i can not use ifconfig and ip address show command
if i do so it prompts a message "command not found"
Is there any way to do so
root has configured ip address and eth card also i want to chk that info ..
Thanks
- 02-10-2009 #2
- 02-10-2009 #3Just Joined!
- Join Date
- May 2006
- Posts
- 8
With Gnome you can use Applications-Network Tools
- 02-10-2009 #4Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,679
"Command not found" does not mean "access denied."
openSuSE ifconfig is executable by normal users:
Since /sbin isn't in the path of a normal user, specify the location:Code:ls -al /sbin/ifconfig -rwxr-xr-x 1 root root 65448 2008-12-03 00:09 /sbin/ifconfig
Code:/sbin/ifconfig


Reply With Quote
