Ubuntu Installation :: Chmod +x - No Such File Or Directory

Dec 18, 2010

The software I just bought (Lightroom 2.1) contains instructions to get my serial. I downloaded the sofware on my desktop and installed it. In the terminal, I wrote "chmod +x keagan", pressed enter and wrote "./keagan" and I get this message: No such file or directory. what I am doing wrong? I am working on Mac OS 10.4.

View 6 Replies


ADVERTISEMENT

Ubuntu :: Chmod: Cannot Access 'afk-kick' File Or Directory Not Exist?

Oct 22, 2010

here is the most importent part of the file setup.shhere link to pastebin:http://pastebin.com/mwQ1UArHand here the part:

cd
chmod 777 ../bin/panel
cd ../bin/panel

[code]....

View 2 Replies View Related

Ubuntu :: Using /etc/crontab To Force Chown And Chmod In Specific Directory?

Feb 9, 2011

I need to actively make sure some files, in a specific directory, are chmod 750 and owned by transmission:media-daemons. Other users will save to this directory, with other permissions and UID/GID but I must make sureto reinforce this default.

So I have this on my /etc/crontab:

Code:

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

[Code]....

View 1 Replies View Related

General :: Chmod To Allow Read And Write Permissions For Directory?

Mar 31, 2010

I have created directories in root. I am looking for the chmod command to allow all users read and write permissions to a specific directory. I have done chmod 775 for a file but I need this for a directory. This includes permissions on all files and sub directories.

View 3 Replies View Related

General :: Chmod (Directory On Drive) Fails Without Error

Aug 2, 2010

I have an external USB hard drive (sdb1) mounted at /media/Iomega HDD. When I try to do a chmod to a directory on this drive, chmod doesn't give me an error, but it doesn't change the privs - even when I'm root. Why is this?

Code:
root@d-desktop:/media/Iomega HDD# ls -lart
total 2176732
drwx------ 1 dan dan 456 2010-08-01 16:24 Unison
root@d-desktop:/media/Iomega HDD# chmod -v a+rwx Unison
mode of 'Unison' changed to 0777 (rwxrwxrwx)
root@d-desktop:/media/Iomega HDD# ls -larth
total 2.1G
drwx------ 1 dan dan 456 2010-08-01 16:24 Unison
root@d-desktop:/media/Iomega HDD# /usr/lib/klibc/bin/fstype /dev/sdb1
FSTYPE=unknown
FSSIZE=0
root@d-desktop:/media/Iomega HDD

View 14 Replies View Related

Ubuntu :: CHmod And File Permissions

Dec 10, 2010

I have installed php, mysql, and apatche. And i need the /var/www/ folder to be able to be read witten, and acsessed by anything. I have tried chmodding 777. But it still doesnt work.

View 5 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 :: When Create Chmod'd File With 000 Permission / What Happens?

Feb 10, 2010

What does chmod 000 do?when i create a chmod'd file with the 000 permission what happens?I tried creating a file with 000 permissions, and I was still able to read and write to it. So what what does chmod 000 actually do?

View 6 Replies View Related

Ubuntu Installation :: Libotcl.so: Cannot Open Shared Object File: No Such File Or Directory

Feb 15, 2010

there are number of threads floating on installation of ns2..however i am unable to get it on my 64 bit system ns: error while loading shared libraries: libotcl.so: cannot open shared object file: No such file or directory

View 1 Replies View Related

Ubuntu Installation :: Libgtk-1.2.so.0: Cannot Open Shared Object File: No Such File Or Directory

Aug 8, 2010

I was looking to download "America's Army" and was doing alright until I hit a slight snag, It had an error while loading libgtk1.2, so I scoured the Internet for a way to fix this and the find command I found just told me it couldn't find the package, this is the first error I got when I tried to uncompress the "America's Army" version I downloaded:

/home/zac/.setup3597: error while loading shared libraries: libgtk-1.2.so.0: can not open shared object file: No such file or directory.

View 1 Replies View Related

Ubuntu Installation :: ImportError: Libapt-pkg-libc6.9-6.so.4.7: Cannot Open Shared Object File: No Such File Or Directory

Oct 31, 2010

After upgrading from 10.4 to 10.10, the Ubuntu Software Center refused to start, and I got an icon in the notification area saying that "a problem occurred when checking for the updates." When I run software-center in the terminal, I get this error message:

Code:

Traceback (most recent call last):
File "/usr/bin/software-center", line 88, in <module>
from softwarecenter.app import SoftwareCenterApp
File "/usr/share/software-center/softwarecenter/app.py", line 32, in <module>

[code]...

I've tried re-installing apt and all related packages, even dpkg, and even downloaded the apt package directly from the ubuntu web site, but no matter what I do, I can't run these things. Aptitude and apt-get seem to work fine.

View 7 Replies View Related

Ubuntu :: Chmod File Permissions Between User And Root ?

Jan 26, 2011

I want to have two kind of users in a work machine having ubuntu 10.04,

1) He is the admin, have sudo privilages and install, do all types of work, his username is abhilash

2) A user who is normally a IT administrator, who can just install or remove softwares, but cannot access files of abhilash.

I'm trying to do this and my head is going blank, The problem where i'm stuck is, if IT admin can install softwares, then he can become sudo as sudo su, then he can view my files

So here is a small test i did, first with abhilash.

Code:

Now others and group don't have any permissions! But when IT Administrator becomes root, he can see this file

Code:

View 5 Replies View Related

Red Hat / Fedora :: Getting File Or Dir Modes Before Chmod?

Jan 28, 2011

Does anyone know of a trick or tool that will show me ther directory?Example:neatcmd.bash /dir1/dir2/file1 /dir1/dir2/file1 permissions are 0640Or does anyone know of a tool or command what would convert, for example rwxr-x--- to 0750 suppose it could be scripted, but I was trying to make sure I did not have to re-invent the wheel if something was already out there.

View 3 Replies View Related

General :: File Permissions Not Set Through Chmod?

Jan 4, 2011

I had created a file under a directory & set the permissions through chmod command but when I create another file under this directory, I get the default permissions. Is this due to umask or can I set the file permissions through chmod under a directory.

View 5 Replies View Related

Programming :: Lock A File (not Using The Chmod)

May 31, 2011

I'm trying lo lock a file (not using the chmod). This is the code I generated, but even locking the file I still can read and write the file from another process. (I'm working on a ubuntu 10.10, kernel 2.6.35-22-generic #35-Ubuntu SMP)

[Code].....

View 2 Replies View Related

General :: Use Chmod To Change The File Permission?

Apr 24, 2011

If I am not the file' owner or root, can I use chmod to change the file permission?

Assume I have group/write access to the file, e.g. 775

View 2 Replies View Related

General :: Chmod Make Any File Executable?

Feb 23, 2011

can chmod make any file executable?

View 4 Replies View Related

General :: Renaming File Permission Chmod?

Apr 11, 2011

that works to disallow non-owners from renaming the file, but what I wouldlike to do is disallow EVERYONE ( including the owner of the file ) fromediting, moving, or changing the filename once it is created. the only personwho should be able to make those changes is a special user.

View 13 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

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

General :: File-permissions On Read-only Media: Allowing For Access Without Chmod?

Mar 14, 2010

I've hit a wall here; I'm attempting to find some way by which to view files and cd into directories on a device mounted read-only. So I need the permissions to read, write, execute (and the same with directories), but chmodding is out of the question because I don't want to alter the drive one iota.

I guess what I could do--what I was thinking of initially--was to dupe the whole drive and then mess with permissions. This wouldn't affect the original (actually I'm working on a duplicate of the original, but I'm treating it as if it were the original) but I was hoping for something that would maintain data integrity. This is a forensic application and not altering the data is very important.

View 2 Replies View Related

Software :: Get First File Of Directory Then Copy To Other Directory Andd Rename The File?

Jan 30, 2011

I want to do the following.

1. have a directory full of subdirectory

2. Pick the first file from every sub and copy that to the main directory and also rename that file to the same name as the subdirectory's name

3. need to work in commandline best is a simple script.

View 4 Replies View Related

Ubuntu Installation :: Error While Loading Shared Libraries: Libxcb-xlib.so.0: Cannot Open Shared Object File: No Such File Or Directory

Jan 15, 2010

how to install libxcb-xlib.so.0?When I start one software and it complains that

"error while loading shared libraries: libxcb-xlib.so.0: cannot open shared object file: No such file or directory"

I have lastest libxcb1 installed and searched in my system but didnot find a relevant result.

View 3 Replies View Related

Ubuntu Installation :: Lib_apt - Server Upgrade 10.10 To 11.04 - Error "cannot Open Shared Object File: No Such File Or Directory"

May 9, 2011

Attempt to upgrade 10.10 to 11.04 server installation (more or less plain vanilla) gives:

[Code]...

Tried reinstalling the obvious packages related to this, no change. Aptitude updates to 10.10 function without problems.

View 2 Replies View Related

Ubuntu Installation :: IP Scanner - No Such File Or Directory?

Sep 12, 2010

I am trying to install IP scanner. I downloaded it and am trying to do the next command but I am being told there is no file or directory. Here is what I did.

$ wget [URL]
--2010-09-12 20:46:17--[URL]
Resolving sourceforge.net... 216.34.181.60
Connecting to sourceforge.net|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: [URL] [following]
--2010-09-12 20:46:17--[URL]
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: [URL] [following]
--2010-09-12 20:46:17--[URL]
Resolving softlayer.dl.sourceforge.net... 74.86.229.28
Connecting to softlayer.dl.sourceforge.net|74.86.229.28|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 820580 (801K) [application/java-archive]
Saving to: `download'
100%[======================================>] 820,580 590K/s in 1.4s
2010-09-12 20:46:19 (590 KB/s) - `download' saved [820580/820580]
greg@greg-laptop:~$ sudo mkdir /opt/angry-ip-scanner
greg@greg-laptop:~$ sudo mv ipscan/ipscan-linux-3.0-beta4.jar /opt/angry-ip-scanner
mv: cannot stat `ipscan/ipscan-linux-3.0-beta4.jar': No such file or directory
greg@greg-laptop:~$ sudo mv ipscan/ipscan3-binary/3.0-beta4/ipscan-linux-3.0-beta4.jar /opt/angry-ip-scanner
mv: cannot stat `ipscan/ipscan3-binary/3.0-beta4/ipscan-linux-3.0-beta4.jar': No such file or directory

View 7 Replies View Related

Ubuntu Installation :: Install Tar.gz Software - Saying There Is No Such File Or Directory

Jun 22, 2010

I am installing one software (pwDesktop [url])

I am following these stapes:

But it saying there is nosuch file or directory.

View 9 Replies View Related

Ubuntu Installation :: G95 Computer Install - No Such File Or Directory

Apr 30, 2011

I tried installing the g95 compiler like this...

edward@edward:~/Desktop$ tar -zxvf g95-x86-linux.tgz
g95-install/
g95-install/INSTALL
g95-install/G95Manual.pdf
g95-install/bin/
g95-install/bin/i686-pc-linux-gnu-g95
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/f951
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/cc1
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtbegin.o
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtbeginS.o
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtbeginT.o
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtend.o
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/crtendS.o
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc.a
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_eh.a
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.so
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.so.1
g95-install/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libf95.a
edward@edward:~/Desktop$ ls
g95-install g95-x86-linux.tgz
edward@edward:~/Desktop$ ln -s $PWD/g95-install/bin/*g95* ~/bin/g95
ln: creating symbolic link `/home/edward/bin/g95': No such file or directory

I don't understand what I am doing wrong, I tried using the Sudo command as well.

View 1 Replies View Related

Ubuntu Installation :: Error: SocketException.h: No Such File Or Directory

Aug 12, 2011

I installed g++ using package manager and support libraries using sudo apt-get install build-essential cmd, but I'm not able to compile a socket code. It gives me the following error:

server.cpp:1:26: error: ServerSocket.h: No such file or directory
server.cpp:2:29: error: SocketException.h: No such file or directory

View 1 Replies View Related

Ubuntu Installation :: How To Install File After Extracted To Desired Directory

Jan 23, 2010

I am trying to install a program called libdvdcss0.0.1, it was a tar,gz2 file and I already extracted it via terminal to /opt/ but now that its extracted, I read the install readme file and tried going by those directions. Not working here is my results on that:

scott@Home:~$ cd /opt/libdvdcss-0.0.1/
scott@Home:/opt/libdvdcss-0.0.1$ /configure --help
bash: /configure: No such file or directory
scott@Home:/opt/libdvdcss-0.0.1$ configure --help
configure: command not found
scott@Home:/opt/libdvdcss-0.0.1$ make install
cd extras/libdvdcss && make install
make[1]: Entering directory `/opt/libdvdcss-0.0.1/extras/libdvdcss'
mkdir -p /videolan
m 644 videolan/dvdcss.h /videolan
make[1]: m: Command not found
make[1]: [install] Error 127 (ignored)
mkdir -p
mkdir: missing operand
Try `mkdir --help' for more information.
make[1]: *** [install] Error 1
make[1]: Leaving directory `/opt/libdvdcss-0.0.1/extras/libdvdcss'
make: *** [install] Error 2
scott@Home:/opt/libdvdcss-0.0.1$

I don't know if its something I am doing wrong or what but everytime I try and install a file this way or by the programs readme file it always goes wrong in someway shape or form. The only way I have installed a program successfully is through kpackagekit and I am desperately trying to learn terminal's language here, the only thing standing in my way from switching from windows to linux entirely is these damn problems.

View 4 Replies View Related

Ubuntu Installation :: Mount /dev On /root/dev Failed : No Such File Or Directory

Aug 8, 2010

Ubuntu(10.04) was working fine, then some program crashed or something, and I just switched off (power offed) the computer. When I restarted it, this sort of stuff comes:

Code:

mount /dev on /root/dev failed : No such file or directory

and some more lines like that, and then 'Busybox' starts with [intramfs].I booted Ubuntu from a pen drive and ran fsck on the main partition. I just pressed 'y' for a long time (it asks stuff like should it continue repairing or something), and then it was done. I restarted the pc and it booted normally - it looked as if everything was fine.I started google chrome, and it said it couldn't find a personal config file .. ok. Then I tried opening a folder - nothing happens. The system monitor doesn't open, and windows that do open eventually are completely blank. I restarted the pc (this time by doing the normal restart), and it gave me the same 'Busybox' thing.I did the same procedure again, and got the same results. (ubuntu boots, programs dont work, then I restart and the Busybox thing comes again)One More Thing : The Ubuntu installed on the hard disk had all the recent updates (including the latest linux kernel) while the pen drive thing was around 2 months old I think. So maybe that's the cause?

View 1 Replies View Related







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