Ubuntu :: Change File Mode Bits?

Jun 15, 2010

I have a dual boot (WinXp, Ubuntu) on my machine. Unbuntu is installed in the same partition of WinXp. Evertime i have to access a windows file or folder i mount the windows drive using the following command

Code:
sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/c

This works just fine. My problem is that all the files are loaded with -rwxrwxrwx and the directories drwxrwxrwx. I cannot change the file mode bits using chmod even in su mode. chmod incidentally works just fine and does not give any error. But the file mode bits are still the same.

View 1 Replies


ADVERTISEMENT

General :: Complete Documentation Of File Mode Bits?

Jan 27, 2010

I'm trying to figure out the effects of some of the more unusual combinations of modes and file types. For instance, what does SGID do on a directory? What do SUID and SGID do on files that aren't executable? What effect does execute have on a FIFO?

Does anyone know where I can find the complete documentation for file modes under Linux? It's not in the chmod(1) man page. I can't find it in the documentation directory of the kernel tarball either. I thought it would be in the POSIX specs, but I can't find it if it is.

View 3 Replies View Related

Ubuntu :: Link Opens File In Read-only Mode Change?

Apr 18, 2010

I create a link to a file in order to open the file from the desktop. When I move the link from the file location to the desktop, the file is opended in read-only mode. How can I change this so that the file opens in regular mode so that I am able to edit contents? The file in question is an open office spreadsheet.

View 5 Replies View Related

Ubuntu :: 32 Bits Version Packages Work On The 64 Bits Edition?

Jun 19, 2010

when I reformat ubuntu, I use AptonCD to save packages and then restore them without downloading anything over again. what I want to know is: I have the 32 bits ubuntu installed and then I downloaded the 64 bits version. If i reformat to the 64 bits one, would the DVD saved aptoncd packages from the 32 bits work on the 64 bits installation?

View 4 Replies View Related

Ubuntu :: 64 Bits Install 32 Bits Windows In VirtualBox?

May 18, 2011

I am wondering if I can install a 32 bits guest Windows XP in VirtualBox in my 64 bits Ubuntu Natty host? I need a 32 bits Windows to run some programs.

View 6 Replies View Related

Red Hat / Fedora :: Change Maya 2009 On 13 64 Bits - Cannot Rewrite UI In At Least GTK

Nov 15, 2010

I'm running Maya 2009 64 bits on Fedora 13 64 bits in GNOME Desktop and it's run perfectly, but the thing I cannot believe is the openmotif UI. I can't believe that a software like Maya on this gorgeous OS looks like a '90 MS-DOS program. Is there anything we can do from GNOME/Linux to change this? or this is a Autodesk lazy programmer that cannot rewrite their UI in at least GTK.

View 1 Replies View Related

General :: Upgrade 32 Bits Programs To 64 Bits On Opensuse 11.2

Jan 5, 2010

I'm quite new to linux and I recently (and courageously) upgraded the computer of my work from opensuse 11.0 32bits to opensuse 11.2 64bits.

Well, everything would be quite fine except that I still have some softwares 32 bits that have the 64 bits version available. I know that because, using YaST, I can see by the Installed software section that there are 'choices' of versions for some programs; these versions are 'i586' and 'x86_64', and many of them have the i586 version installed.

So, I wonder if there is some type of auto upgrade all programs which are i586 and have the matching x86_64 avaliable...

View 6 Replies View Related

Software :: Can Install 32 Bits On System 64 Bits

Jan 5, 2010

Can I install Linux 32 bits on system 64 bits?

For example if I have cpu 64 bits, can I install ubuntu 32 bits?

If yes, all drivers will befor 32 bits, right?

View 7 Replies View Related

Software :: Vmware 64 Bits On 32 Bits OS Host

Jun 9, 2010

I just create a vm image with 2 CPUs to be used on a one CPU machine. it works great. Now, i am thinking about creating a 64 bits Redhat VM image to be run on my 32 bits machine. Is that possible?

View 2 Replies View Related

Slackware :: Button Of Xchat On 13.1 In 64 Bits And 32 Bits

Jun 21, 2010

I notice this in all my machines (32bits and 64bits).

View 1 Replies View Related

Server :: Change From Graphic Mode To Text Mode In CentOS 5.3?

Sep 14, 2009

The system always boot up in Graphic Mode. After installation of Web Server, I want to disable Graphic Mode and change it to boot to Text Mode to save memory. Is there a way to disable graphic mode?

View 1 Replies View Related

Software :: Change Network Charts Unit Of Measure In Gkrellm From Bytes / Sec To Bits / Sec?

Feb 10, 2011

Does anyone know of a way to change the network charts unit of measure in Gkrellm from bytes/sec to bits/sec? I'm not finding any method to do so in the config options.

View 1 Replies View Related

Ubuntu Installation :: In Windows 7 (64 Bits) File System Installer - Cannot Detect Wireless Network

Nov 28, 2010

Ubuntu in Windows 7 (64 bits) File system installed using Wubi I got Ubuntu 10.04 LTS intalled using Wubi. That means Ubuntu resides inside Windows file / folder system. It also means Ubuntu does not have its own partition. Here is what I found out:

1) It cannot detect wireless network unlike Win 7 on this same laptop. However, when I plug in ethernet cable, it was able to detect it. Is there a fix this problem?

2) I cannot see Windows folders. How do access windows folder from Ubuntu side and vice versa?

3) I forgot to set the disk space for Ubuntu during install and I think the default is 17 GB.Would this cause me problems? If so, what do I need to do? How do I expand the disk space for Ubuntu?

View 1 Replies View Related

Software :: Serial Printer Setup 7 Data Bits Rx 8 Data Bits Tx

Aug 8, 2010

About 7 years ago I setup a Redhat system with 8 serial terminals and 8 serial printers, this is still running but I need to get another system running so the original can be taken down for maintenance. The printers are ancient Newbury data dot matrix wide carriage with 7 data bits receive 8 data bits transmit Xon/Xoff flow control. Now I remember setting the transmit and receive data bits as above but after 7 years can't remember where.

View 2 Replies View Related

Fedora :: What's Different Between 32 Bits And 64 Bits

Jun 30, 2010

I want to know what's different between Fedora 32 bits and 64 bits.

Also, I want to know if I want to run 64 bits of Fedora, what do I need ?

just in case: My CPU is "Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz"

View 3 Replies View Related

Ubuntu :: Add / Remove Bits Of Text From A Text File

Dec 6, 2010

I am looking for a way to keep a log and make if then statements if a line exitsts in the log. I also am looking for a way to make a simple loop, like goto line number, and I also am wondering how to add/remove bits of text from a text file (plugins line in server.properties)

View 5 Replies View Related

Debian :: Chroot 32 Bits On Amd64 Debootstrap Error "Invalid Release File"

Feb 21, 2011

I am trying to build a chroot to have 32bits application on a amd64 arch. but when I try the debootstrap command i get this error that I am unable to get through; here it is: debootstrap --verbose --arch=i386 sid /var/chroot/sid-ia32 I: Retrieving Release E: Invalid Release file, no entry for main/binary-i386/Packages

then i tried this solution: [URL] and i progressed but stopped again at one error: E: can't find checksum for packages file.

View 2 Replies View Related

Ubuntu :: Change Calculator Mode In Natty?

Apr 30, 2011

Just upgraded to Natty and I cannot figure out how to change the calculator mode to scientific.

View 2 Replies View Related

Ubuntu Installation :: Change The Startup To Text Mode?

Feb 16, 2010

I'm using in the server 8.4 and installed the package startupmanager which is GUI, through this package I can show the text during boot, unlike in the 9.10, I checked the "show the text during boot" same I did in the 8.4 bu It's not showing the text and still show the splash...

how to change it direct from shell instead of the stupid GUI

View 6 Replies View Related

Ubuntu Networking :: How To Change Pm Mode For Wireless On Battery

Oct 31, 2010

Hardware: Vostro 3500, BCM4353Ubuntu 10.10Today I decided to test uptime on battery. But when I started using battery I noticed that internet connection is very slow(around 1-4 KB/s, normally ~128KB/s).I used Code:iwpriv eth1 set_pm 0(pm = power mode? And what means this parameter 0, 1 and 2?)and everything seems to be ok now.And my question is - where can I edit which power mode settings for wifi are used on battery?

View 1 Replies View Related

Ubuntu :: Change To Bigger Than Current Screen Mode?

Jul 24, 2011

I would to change to bigger than current screen mode. On my laptop display is current for 1366 x 768.I will to add new size of next bigger resolution.. i need space of desktop. I want to add : But it has problem it can not work.

I tell about size new resolution:
1366 * 1.5 = 2048 == 2048
768 * 1.5 = 1045 >= 1044
Depth: 32
Reflective: 60, 75 hz

[Code]...

View 9 Replies View Related

Ubuntu :: Xawtv - Change The Default Mode To PAL From NTSC?

Jul 11, 2010

When using xawtv in ubuntu 10.04, the default mode is NTSC. How do I change the default mode to PAL so that i don't have to keep changing it from NTSC as I restart xawtv.

View 3 Replies View Related

General :: Cannot Open File In RW Mode - Filling Root File System With Log Files

Nov 3, 2010

I work for a company that makes portable devices running Linux and I was recently asked to make the underlying file system read-only for "security" purposes. Since the distribution is based on LinuxFromScratch, I know that very little writing happens at run time. So, even if the device runs on a usb flash device, I doubt that putting the root file system RO will be that beneficial. I am actually more concerned about a process actually breaking because it cannot open a file in RW mode than a process going rogue and filling the root file system with log files, etc. I'd really like to ear what kind of advantages disadvantages there really is with read-only file-systems.

View 6 Replies View Related

Fedora :: Change Desktop Mode In 15

Jun 15, 2011

The first time I started F15 the following notice appeared (approx.: I have translated it from spanish):

Quote:

Unfortunately GNOME 3 failed on having started and it is now in alternative mode. It probably signifies that your system (graphic hardware or controller) is not capable of executing GNOME 3 complete.

Computer data: AMD Athlon XP 2400+ 2,01GHz; 1.5 GB RAM; ATI Radeon 9200SE. Fedora 15.

How can I change from "alternative mode " to another more friendly not 3D desktop?

View 1 Replies View Related

OpenSUSE Hardware :: How Change CPU Mode

Mar 23, 2010

Opensuse 11.2 Gnome

I want to change CPU mode to Performance. It's easy to do with "CPU Freq Monitor" applet on the bar, but it doesn't work(

I tried

But there is No such file or directory.

View 6 Replies View Related

Ubuntu Networking :: Change Wireless Card To Master Mode?

Apr 24, 2010

I am running ubuntu 9.04 in my laptop. I want to change the wireless card mode of my laptop to master mode so that it can work like a access point.

View 1 Replies View Related

Ubuntu Networking :: How To Change Wireless Card To Master Mode

May 7, 2010

I am using ubuntu 9.10 on my desktop having a belkin wireless usb card. I want to change the mode of it to master mode. How can I do it?

View 3 Replies View Related

Ubuntu Multimedia :: Change To Display Resolution In Presentation Mode?

Jun 2, 2010

I am on Lucid 10.04 with Nvidia 9600m (v195.36.24) My TV is 1280x720, my Laptop is 1600x900 (Closest setting to the TV is 1360x768 ). I plug my laptop to my tv via an HDMI cable. I press F1 to get into my presentation mode, and the tv shows most of the desktop, but not all of it. Is there any way to conveniently make it so it automatically sets it to 1280x720?

View 1 Replies View Related

Ubuntu Networking :: Change Wireless Mode On Network Card?

Apr 4, 2011

I would like to change wireless mode on my network card. When i type in iwconfig in terminal so i get abg I would like to have only a mode active. How do i do?

View 2 Replies View Related

General :: Partition Table From Fdisk - Cylinder Mode - Sector Mode - Expert Mode ?

Aug 30, 2010

Below is a print out of my partition Table from Fdisk, in Cylinder mode, Sector mode, and then in expert mode?

Why in expert mode does it look like Partitions 2 and 3 share the same sector / hd / Cylinders? Is this OK?

Code:

View 3 Replies View Related







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