Ubuntu :: Chmod Command For Installing HP All In One Printer

Jan 6, 2010

I'm such a newbie when it comes to Ubuntu, or any Linux varient, period. I was trying to install a driver for an HP All-in-One Printer and was trying all kinds of commands from different Google searches... still unsuccessful in the installation. I downloaded the file to my desktop, but after using a Chmod command someone mentioned, I now have a folder on my desktop named:

hplip-3.9.12
i right-click
select
properties

Basic Tab
Type:folder (inode/directory
Contents:unreadable
Location:/home/mesk/Desktop

Permissions Tab
Owner:root
Group:root

"You are not the owner so you cannot change these permissions". The folder's icon on my desktop has a red box with white circle on the middle right side and a lock symbol above that. I'm the only user so I don't get why the permissions are protected from me, how do i undo this?

View 6 Replies


ADVERTISEMENT

General :: Installing Printer - Add Printer In Local Network Or Windows Printer Via Samba

Nov 23, 2009

I just upgrade to Fedora 11.

I have problem in installing the printer, no matter add printer in local network or Windows Printer via Samba.

The summary is as follow:

I have download a printer driver and had installed but got error when I tried to printer a test page.

View 6 Replies View Related

Ubuntu :: Permsissions Not Set After Issuing Chmod Command

Jun 15, 2011

Have a look at the image. i hav two users ,one is apoorv(administrator) and other is others(ordinary user). i want to restrict the ordinary user from accessing the files directory as shown in picture. so i tried the chmod command with o-rw option. but its not working ..i hav enabled auto mount for all partitions at boot time.

View 4 Replies View Related

Ubuntu :: Script Syntax - Chmod Command Not Found

Jan 20, 2011

I am just starting to learn to script and I need to know what this doesn't work, here's the error I get:
"chmod: command not found"
The error goes away when I delete the line with "dirname $NAME" in it.

#!/bin/sh
echo "enter file name with extension and path"
read NAME
FULLPATH=`dirname $NAME`
OPENFILE="open "$NAME
OPENPATH="open "$FULLPATH
echo $OPENFILE > /Users/admin/Desktop/tmpLink
echo $OPENPATH >> /Users/admin/Desktop/tmpLink
chmond +x /Users/admin/Desktop/tmpLink

View 2 Replies View Related

General :: How To Execute Permission To Chmod Command

Apr 14, 2011

How can I give execute permission to chmod command from run level 3.Because in GUI mode we have the execute option in the properties of file. E.g. I gave following command
chmod -x chomod
After that I want to give the execute permission (x) to chmod command again but how from command prompt?

View 5 Replies View Related

Security :: Permission Denied When Trying To Use The Chmod Command?

May 4, 2011

nfs mounted directory which is mounted rw. I and everyone else are members of a common group. We all have write permissions in the tree: All files and directories in the tree are in the common group. All directories are set to 775 and all files are set to 664 or 775, as appropriate.If a file is owned by someone else, even though the file and the directory are group writable, I get permission denied when I try to chmod the file.

Here's the command synopsis:
997 > ls -l portparms.txt
-rwxrw-r--. 1 bdaugher fc 4091 Sep 5 2003 portparms.txt

[code]...

View 2 Replies View Related

Ubuntu Servers :: Vsftpd Chroot, Creates 550 Error On CHMOD Command?

Jul 14, 2010

I've been searching the web, without finding any sollution to my problem.vsFTPd is acting really weird. I've never seen this problem before, and I've been using vsftpd for some years nowWell.. The thing is, I've made a user that chroots to the folder /var/www on my server. And when I then try to chmod the file /var/www/htdocs/testsite/index.html through my ftp-client, I only get the error "550 SITE CHMOD command failed.", and when I then check in my /var/log/vsftpd.log it says

Code:
FAIL CHMOD: Client "192.168.50.58", "/htdocs/testsite/index.html 777"
Which I think would mean that it tries to chmod the file "/htdocs/testsite/index.html" instead of chmod the

[code]....

View 7 Replies View Related

General :: File Still Unwriteable In /var/www/html After The Chmod Command

Jun 17, 2011

I've got some trouble while trying to install some applications on my linux system. It is said that the files in my /var/www/html/xxx directory, where I put them, is not writeable. The command chmod 777 xxx has been tried to make it work, but the error remains when I opened the applications again.

To be specific, I want to install phpFreeChat on my system, so I put those files in the /var/www/html/freechat directory, cd there and typed chmod 777 data/private, chmod 777 data/public on bash. Here's the result of list -al data:

drwxr-xr-x. 4 root root 4096 Jun 17 15:07 .
drwxr-xr-x. 13 root root 4096 Jun 17 15:22 ..
drwxrwxrwx. 2 root root 4096 Jun 17 15:07 private
drwxrwxrwx. 3 root root 4096 Jun 17 15:07 public

These all seemed all right to me, until I typed http://localhost/freechat in my browser. Here's the result:

phpFreeChat cannot be initialized,
please correct these errors:
/var/www/html/freechat/src/../data/private
is not writeable

[code]....

View 3 Replies View Related

CentOS 5 :: /var/tmp/rpm-tmp.TdoItX: Line 7: Chmod: Command Not Found

Jul 7, 2011

I've just tried to create my first own live-cd using the instructions here: [URL] With the minimal kickstart I get a weird problem though:

...
Installing: libselinux ##################### [ 81/114]
Installing: psmisc ##################### [ 82/114]
Installing: MAKEDEV ##################### [ 83/114]

[code]....

Notice that "chmod" and "touch" are part of the package coreutils which gets installed only after these commands are used. I'm seeing a similar problem with selinux being referenced before the libselinux package is installed. I can boot the resulting image but after the kernel boots it panics because it cannot find /dev/root which might or might not have something to do with the errors above.

View 2 Replies View Related

Fedora :: Chmod Command To Install VMware Bundle File?

May 9, 2011

I was trying to install vmware.bundle file, and found a terminal command that helped me install the program.

su
chmod +x VM*.bundle
./VM*.bundle

I was just curious what the command chmod was for? Just trying to understand the terminal a little better.

View 1 Replies View Related

Red Hat / Fedora :: Chmod Command To Run To Restore The System To Its Original State?

Jun 15, 2011

we have a customer that ran a sudo chmod +x -R * command on his / filesystem by mistake and now the machine cannot be accessed on the network Has anyone any idea what chmod command to run to restore the system to its original state ?

View 1 Replies View Related

General :: Accidentally Did A 'chmod +x Foo' When Meant To Do A 'chmod A+r Foo'?

Jul 17, 2010

I accidentally did a 'chmod +x foo' when i meant to do a 'chmod a+r foo'.

-rw-r--r-- 1 casper trad 53 Jul 17 22:41 filegore
-rw-r--r-- 1 casper trad 13 Jul 17 22:41 filelemme
-rw-r--r-- 1 casper trad 24 Jul 17 22:41 nix

[code]....

View 1 Replies View Related

Ubuntu :: Lpr Command- And Man -t (bash Command - Print Both Sides Of The Paper Using A Printer?

Mar 29, 2010

I just recently learned about the wonderful little lpr command- and using man -t (bash command) to beautifully print man pages for reference- but is there a way to print both sides of the paper using a printer so equipped?

View 2 Replies View Related

Hardware :: 10.10 Installing HP Deskjet 1000 Printer - Error "Printer Requires The 'foomatic-rip-hplip' Program"

Feb 6, 2011

I have Ubuntu version 10.10 and I'm trying to install the HP DeskJet 1000 J110a printer. I have HPLIP version 3.11 (the latest version I believe). The printer shows up but when I try to print the error message reads: Printer requires the 'foomatic-rip-hplip' program but is not currently installed.

View 2 Replies View Related

OpenSUSE Hardware :: Installing Network Printer (SCX4500W) There Is No Driver For Specific Network Printer?

Feb 1, 2010

I'm trying to add my Samsung SCX4500W printer to my opensuse 11.2 machine running KDE.From Yast->Printer->Add printerI am able to set the printer up, however there is no driver for my specific network printer. Samsung does provide a linux driver but I have no idea what I'm doing when installing peripherals on linux basically

View 3 Replies View Related

General :: Installing .gz File..: "make: Error 127 Chmod 755 "?

Oct 10, 2010

So I am new to linux and computing in general:I am installing curphoo ( a yahoo chat client). The README file contains the following text:

Code:
You need a Python 2.4 series interpretter starting with Curphoo 0.4.0.
Starting with 0.4.0, Curphoo uses a purely Python implementation of

[code]....

View 14 Replies View Related

Ubuntu :: 9.04 - Printer Does Not Work After Installing Another?

Jan 23, 2010

I have ununtu 9.04 running on my desktop this question regards printing. I first installed my Hp laserjet p 1006 printer it worked great. Next I installed hp laser jet 2500 l that works great now if I go to use my hp p1006 it does print at all it says it is but nothing happens, the other HP printer works great.

View 3 Replies View Related

Ubuntu :: Installing Wireless Printer ?

May 21, 2010

I have a Canon PIXMA MP628 printer connected to my home network, wirelessly. PReviously, when I was running windows, I am able to print wirelessly.

My printer is connected to my router and has a static IP address of 192.168.0.199

Therefore, how can I make my printer to work in Ubuntu now, since Canon doesn't have any Linux drivers. Am I able to add printer from Ubuntu Printing Service menu? What are the options that I should select?

View 5 Replies View Related

Ubuntu :: Installing Network Printer Via CLI

Jul 3, 2010

I want to install my Epson Stylus CX8400 (on my machine named windows-7) on my server. I'm using the server software so no GUI. I have the printer shared and I'm using Samba. The path to the printer is:
Code:
//windows-7/stylusCX8400

View 1 Replies View Related

Server :: Installing HP Printer In Ubuntu 11.04

Jul 8, 2011

I have a HP Officejet J3680 Printer with a USB connection. How do I install it on Ubuntu server?

View 6 Replies View Related

Ubuntu :: Installing Lexmark Printer - 8.10

Apr 21, 2009

I have Lexmark Series X1100 printer. I want to install the printer on Ubuntu 8.10. how to install the printer on Ubuntu 8.10.

View 4 Replies View Related

Ubuntu :: 9.10 - Syntax For Installing Printer Drivers?

Mar 12, 2010

I'm reasonably new to Linux and very new to Ubuntu . I've just installed 9.10 as a dual boot on a Windows XP Pro Dell Inspiron 9200. I have a Samsung CLP-315 that I need to configure first as a local printer then as a wireless network printer. I found the software (.bin file) on the Samsung site and downloaded it but that's as far as I got. Can I use any of the GUI package managers or do I need to use Terminal and command line syntax? Here's the real question "what is the syntax for installing software/drivers?"

View 3 Replies View Related

Ubuntu Installation :: Installing Kodak Printer

Jan 27, 2011

I am trying to install a Kodak Printer to my Ubuntu10. Only to be informed that the CD autorun is not supported in files, I have the printer installed on the windows OS, without any problems, I have explored the CD and even tried setup but with no joy.Has any member encountered similar probs with installing software.

View 4 Replies View Related

Ubuntu :: Installing .tar And .tgz Files (Printer Driver)?

Feb 4, 2011

Since my windows HDD died, I have been permanently on ubuntu but i never got my printer set up. Its a friday night and now ive got some time on my hands! Ive found the drivers for my printer (Cannon MP 210) but i have no idea what to do with the files. The file for the scanner is a .tgz file, and the printer driver is a .tar file. When i connected my printer a few minutes ago, ubuntu 10.10 brought me to the installation and i installed and older printers driver (mp 180) but the scanner wont work and a bit of excess ink is on the test paper.

View 1 Replies View Related

Ubuntu :: Installing The Canon Printer Driver?

Jun 21, 2011

i am running T43 Thinkpad box with Ubuntu 11.04. we have a canon network printer model i-SENSYS MF4570dn printer, and i am trying to install the UFR II driver which i downloaded from canon website. the problem i am facing is that when i install the driver with gdebi i receive error message saying: Dependency is not satisfiable: gs-esp.i tried to install ge-eps but it is not part of the repository for 11.04

View 7 Replies View Related

Ubuntu :: Installing A New Brother Printer+scanner?

Jun 16, 2010

About a week ago I installed my first Linux (Ubuntu 10.04). Since then I've been trying to get my printer to work by following some of the instructions on the web.Unfortunately,as a newbie, I can't seem to get it right... The printer is - Brother DCP-135C.

View 4 Replies View Related

Ubuntu :: Set Up A Printer On The Command Line?

May 7, 2010

H ow do you set up a printer on the command line in linux?

View 1 Replies View Related

Ubuntu :: Installing Printer Drivers On Multiple Computers?

Dec 5, 2010

I'm a very inexperienced Linux user, just getting started, so bear with me. I was able install the printer drivers for a Brother network laser printer (HL-5370DW) and would like to install the drivers on a few other computers on my small home network. Is there a way to automate this process by pushing them out to the other computers, or should I just manually install them? It wasn't difficult, just wondering if there is a slick way to do this.

View 2 Replies View Related

Hardware :: Installing A Thermal Printer ?

Mar 5, 2010

I need to install a bematech MP-4000 TH USB thermal printer, but the system does not recogize the printer.

I tried to install various cups versions and other related packages; without results....

View 10 Replies View Related

General :: Installing Printer On Fedora 7

Sep 9, 2009

This is the first time our office is using fedora 7. We have purchased EPSON T10 printer assuming that any printer product is compatible with it. However, the accompanying CD driver of the printer is compatible only with Windows. We are now in dilemma on how to install the said printer.

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved