Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permission denied for /etc/printcap command

Status
Not open for further replies.

tamkash

Programmer
Nov 7, 2007
5
0
0
CA
Hi Guys,

I am new to linux operating system. I am having problem with linux commands:

whenever i type /etc/printcap.

It shows "permission denied". Any suggestion?
 
Sounds like you need to be root for this command...

Cheers,
Dave

"Yes, I'll stop finding bugs in the software - as soon as you stop writing bugs into the software." <-- Me

For all your testing needs: Forum1393
 
Actually, you're supposed to get a "permission denied" message when you try to run /etc/printcap. That's because /etc/printcap isn't a command. It's a configuraiton file. You may need to edit it (for which you will need to be root), but it doesn't make sense to try to run it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top