Requirment are without password to get hardware info in the the linux using Qt?

 
Thread Tools Search this Thread
Special Forums Hardware Requirment are without password to get hardware info in the the linux using Qt?
# 1  
Old 06-17-2011
Requirment are without password to get hardware info in the the linux using Qt?

Dear All,
I have developed one application in the Qt Creator. I have one requirment for get hardward information in the Linux system, Then i try dmidecode using and run in Qt.It will occur error message for "dev/mem" permission denied". So i try to terminal to run sudo ./application. it will ask password after enter the password the application running and get hardwareinfo also. So how to do in Qt. Please help me it urgent.
requirment are without password to get hardware info in the the linux using Qt?

Thanks..
# 2  
Old 06-17-2011
You could set your program setuid: chmod u+s myprogram You'll need to do that as root, but once that's done it should run as root no matter who runs it.

And you'll get all the security holes of running things as root but you get what you ask for.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Hardware

Does this hardware works with Linux

Hello folks, I pretend acquire this hardware: 1-Motherboard Asus Skt1151 - H110M-A/M.2 (https://www.asus.com/pt/Motherboards...cifications/); 2-Intel i5 6400 2.7Ghz QuadCore Skt1151; or 2-Intel i5 6500 3.2Ghz QuadCore Skt1151; 3-Dimm 8GB DDR4 Kingston CL15 2133Mhz; Obvious I pretend... (1 Reply)
Discussion started by: enodev
1 Replies

2. AIX

New to AIX and IBM Hardware. Need some info

Hello all. I'm new to AIX and IBM hardware and I have a question around the configuration of the service processor on the power series. I need to know: 1) How do I get into the service processor from the serial console when AIX is up and running. I come from the Sun world and I tried all I know.... (1 Reply)
Discussion started by: glenc2004
1 Replies

3. UNIX for Dummies Questions & Answers

With Linux do Hardware Brands Matter?

We have run software on Dell Servers w/ Windows and seen the performance degrade overtime. We switched to an IBM server w/ AIX and have not seen the same performance degradation over time. In fact, the IBM servers are at least five years old and continue to preform well at the same level. How... (2 Replies)
Discussion started by: bggibson
2 Replies

4. Solaris

Extracting HBA Card Hardware info

Hello, I am very new to solaris so please bear with me. I have 2 machines in question. For both I am trying to get the HBA Card Hardware information such as: HBA Model Name HBA Firmware version HBA Port details HBA Driver details First machine is a Solaris 10. When I execute fcinfo... (6 Replies)
Discussion started by: flagman5
6 Replies

5. UNIX for Dummies Questions & Answers

Linux on custom hardware

I would like to configure a bare minimum Linux with internet browser on a system with Flash & RAM (but no harddisk or any other nonvolatile storage). Please advise. (5 Replies)
Discussion started by: rherb
5 Replies

6. Linux

What hardware will LINUX run on 386/486 ?

I'm really new to this and I want to learn UNIX/LINUX and saw the post about setting up a server to use everyday to practice. I have an old 386 PC and a 486 PC sitting around. Can they be reformatted and used to run UNIX/LINUX on as a network. (4 Replies)
Discussion started by: Barkingmad
4 Replies

7. UNIX for Dummies Questions & Answers

The mini hardware requirment for standard Unix sys.

Hi I am a new comer for Unix sys. My Unix experience just less than half a year. Now Im going to purchase a notebook to install Unix system, but I have no idea of the mini setting for the laptop that are able to run Unix fluently. Is that anyone can tell me? Please give more options or... (1 Reply)
Discussion started by: Julius
1 Replies

8. UNIX for Dummies Questions & Answers

hardware info

is there a command to find out processor speed, RAM size, ets? i need it for Solaris 5.6, 5.7 and linux (4 Replies)
Discussion started by: sillY
4 Replies
Login or Register to Ask a Question