Ubuntu :: Find To Folder Certain Depth

May 27, 2010

How can I search to a certain folder depth using find ?

View 1 Replies


ADVERTISEMENT

General :: Execute -depth In Find Command?

Apr 23, 2010

within my bobje directory, I have many directories and some log files . I want to delete those log files without traversing the subdirectories. so i performed these commands and getting the mentioned errors.

[Code]....

View 8 Replies View Related

General :: Windows - Find In-depth Information On Various File Systems?

Apr 28, 2011

Back in the old days of PC-DOS 3.1, computers are much simpler than today's. I can learn a lot of how File System works with tools like PCTools, Norton Disk Doctor, and [URL]. Have been working exclusive in corporate database application area for over a decade, my knowledge of how these stuff work is diminishing. Standard-clean OS (Windows, Linux) installation is all I can do now. And it starts to cause me many data-loss troubles, when I have to perform something that I don't have much insight, such as install and remove peer linux os or move and resize partitions.

I'm looking for books, web resources, or communities where I can educate myself on how various file system works, for which I can have in-depth answer to questions such as:

How to remove ubuntu and grub2 ? (I recently did that, but with a lot of frustration when I was not really sure what I was doing and confront with some scary error message like "Missing BootMgr" What kind of disk-partitioning operation can be performed non-destructively, and why ? What is Active partition ? Primary Parition ? Extended Partition ? How it stored on the disk. There are many free partitioning tools out there, which one is safe to used ? NTFS, Ext3, Ext4, .. What the differences ? How to choose it wisely.

View 2 Replies View Related

Red Hat / Fedora :: Fedora Shell Scripting \ "Find In Curent Folder For Files, And It Copy First File He Find With Name Gived By User?

May 18, 2011

shell scripting in Fedora14I want a script"Find in curent folder for files, and it copy first file he find with name gived by user, if name already exist then echo error message and finish"command usage " bash scriptname copyASname"

smthing like Code: #!/bin/bash
for files in /home/user/*
do

[code]....

View 1 Replies View Related

Ubuntu :: Can't Find Folder

Apr 5, 2011

I'm strating with ubuntu (I have xubuntu 10.10), I installed jdownloader, after downloading a file and open its directory from jdownloader, the path is: /home/myname/.jdownloader/ download.But when I want to go to that path usding the file manager, I can't find /.jdownloader, I only see the folders: desktop, music, video etc but not .jdownloader. How can I find it please?

View 3 Replies View Related

Ubuntu :: 10.04 - Can't Find Trash Folder?

May 13, 2011

I accidentally deleted an important folder from my desktop and now need to get into the trash folder to restore it. I thought that it is und by opening my home folder (nautilus?) and that is shows up in the list in the pane on the left. Now I only see two items listed there - "Home Folder" and "File System," and the trash folder is not in either of them. Not even if I select to view hidden files.I know how to get to it from the command line and view what is inside:

Code:
cd ~/.local/share/Trash/info; ls
But I would prefer to navigate to it in the gui

View 2 Replies View Related

Ubuntu :: How To Change Bit Depth

Mar 21, 2010

I want to try running Red Alert 2 with 16 bit depth, but I don't know where to change it... All I found is about editing a .conf file in /etc/X11/ or something like that, but I don't have a file like that, if I try to launch gedit through terminal, it's just blank.

View 1 Replies View Related

Ubuntu Servers :: How To Find Attribution Of Folder

Jan 16, 2010

i have ubuntu server and i like to find the folders attrabutin , what shell i command,

View 1 Replies View Related

Ubuntu :: Find Out Who Is Browsing Share Folder?

Feb 6, 2010

in my university all computers are connected with LAN. i shared some movies. i want find out who is browsing my share folder.is this possible???

View 1 Replies View Related

Ubuntu :: How To Find Put The Mount Path Of A Folder

Aug 22, 2010

I mean I have a folder on my root /share and I want to find out how much free space do I have left on the hdd, problem is I have 4 HDD and I don't know if /share is mounted on / or where ..... what is the command line?

View 2 Replies View Related

Ubuntu :: Find The Folder With Program Files In It?

Jun 15, 2011

how do I find the folder with my program files in it

View 5 Replies View Related

Ubuntu :: Change Screen Depth In 10.04?

Apr 4, 2010

I have lubuntu 10.04 beta1 and the screen depth is really low (don't know the exact)? I used to go to xorg.conf but it doesn't have one and I am completely lost. How do I do this?

View 3 Replies View Related

Ubuntu :: How To Increase The Color Depth

Apr 6, 2010

I've a laptop from 2001 with 512MB of RAM, and I was running Windows XP, and the laptop wasn't coping very well with the huge demands of the applications of today. It was only yesterday I installed Ubuntu alongside XP and I was surprised to see how fast everything was!

The only thing that's bugging me a bit is the screen. Some parts of the desktop shows some banding where there is meant to be a gradient, probably telling me to increase the color depth. Is there a way in Karmic Koala to change the color depth? I tried using sudo gedit /etc/X11/xorg.conf but when the editor shows up with the setting file, it's empty.

View 9 Replies View Related

Ubuntu :: 9.10 Keeps Switching To Low Color Depth?

Apr 12, 2010

Basically I've just installed Ubuntu 9.10 on an old Acer Aspire 3000 laptop. When I first did the install I observed that the screen color depth was very low so after browsing the forums I ran the latest updates and then everything was perfect.

However after a restart the color depth reverted back to low. I created an xorg.conf file and set the default depth to 24. However no luck. I then set the color depth to 16 in this file and restarted. This time it switched to the 16 bit color depth, however after a restart again it all reverted back! I tried changing the value again but it is now stuck at the low color depth again.

The driver I am using is the updated SIS driver that was provided from Ubuntu for the onboard 661 SIS video card.

View 3 Replies View Related

Ubuntu :: Easiest Way To Find Files In Folder / Directory?

Oct 10, 2010

With Windows XP, I just right clicked a folder/directory and pressed FIND then I could search for whatever file/folder name i wanted to. I could even do custom searches based on the size, modification date etc.How do you do this on Ubuntu? There doesnt seem to be a way to easily do it like this. So far i found PLACES -> SEARCH FOR FILES but that means I have to go into the directory i want. Where as I would much rather be browsing through directories and THEN want to quickly search in a particular folder. The SEARCH FOR FILES method in PLACES just wastes more time.

View 3 Replies View Related

Ubuntu :: Apache Tomcat - Cannot Find Common Lib Folder

Jan 3, 2011

I am trying out jUDDI. I have to copy the MySQL JDBC driver to {TOMCAT}/common/lib but the thing is I am new to Linux and I cannot find the common/lib folder. I tried to search for apache inside the usr/lib so that i could copy the MySQL JDBC driver inside it but couldn't find the specific folder. 'Locate' and 'which' were not very helpful. I have installed 'servlet and jsp engine' for tomcat 6.

View 1 Replies View Related

Ubuntu :: Karmic - How To Change The Color Depth

Mar 11, 2010

I am running Karmic Koala on a Dell Precision M90, and have some problems with my color depth, or at least that's what I believe. I have googled this problem numerous times, reading a lot about /etc/X11/xorg.conf, and have created numerous files in that location, with all manners of (probably) valid contents. I have yet to try invalid contents, in the hope that Linux is reading the file, and doing so would crash the system. This is my current xorg.conf, after many iterations:

Code:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"

[code]....

Now, is there some other place to change this? Should I sacrifice more virgins to Cthulhu, or is Hastur the one to ask in these situations?

View 5 Replies View Related

Ubuntu :: Change The Color Depth From 24 To 32bit?

Oct 28, 2010

since I don't have a xorg.conf anymore (just wasn't installed ) I wonder how to change the color depth to 32.

I'm using the standard xserver-xorg-video-radeon driver.

View 4 Replies View Related

Ubuntu :: Changing The Color Depth From Whatever It Is Now To 24bit?

Dec 29, 2010

I am trying to create a media server, and I decided to try out Ubuntu, but I'm having trouble figuring this out. I have taken a suggestion that I got from another forum, but it did not work.

I'm using version 10.4 and I have to get it to at least 24 bit so I can run XBMC. I have a friend that works for red hat and he said I needed to find the restricted driver or something, but I can't find it, and he doesn't know where it might be on Ubuntu. So, does anyone know how I can change my color depth to 24bit?

View 1 Replies View Related

Ubuntu Multimedia :: 10.10 LTS Using Compliz With 32 Bit Color Depth?

May 5, 2011

I've been "on vacation" using gnu/linux since koala 9.10. Now after come back in, I realize that there is no xorg.conf file in ubuntu maverick 10.10. But we can create it however.

My lab is now using onboard vga, intel G41 Express, 32 MB dedicated, 782 shared memory (I have no clue about this )

I recently using compiz in 16 bit color depth, and it run pretty smooth. After enabling /etc/X11/xorg.conf and changing/adding Defaultdepth to 24. I can't use compiz again. My goal is to set compiz for 32 bit color depth

View 2 Replies View Related

General :: How To Find Folder Of Application

Feb 18, 2011

How do I find the folder where my eclipse was being installed in linux?I can run it via console, but I dont find the folder.

View 3 Replies View Related

Ubuntu :: Link To Application Cannot Find Applications In Home Folder

Jan 27, 2010

I seem to be seeing some weird behavior in kubuntu with KDE 4.3.2 and KDE 4.3.5 for Kubuntu 9.10 32-bit.I have a few programs in my home folder. For instance Eclipse and Mendeley. it seems that when i create a Link to Application does not launch them. Here is how I create the links.

-> I right click and create a new "Link to Application"
-> I click on the Application tab and browse to where the shell script, or executable is.

and when I try to launch them it does not work. The link is using the absolute path. I tried setting the working directory and using a relative path but nothing. If I run the link in a terminal it says "Warning: Could not find" and the application I set. Now this seems to not be a problem for system applications like Kate. If i change the link to launch Kate it works perfectly.

View 1 Replies View Related

Ubuntu Networking :: 10.10 Reverse X11vnc Color Depth Changes?

Nov 15, 2010

I have looked around and haven't had a lot of luck finding any information on this. I could be blind...but I'm not sure, haha.

I do a lot of remote support for my clients (I do PC repairs and training). I have recently starting suggesting to some of my basic users that they give Ubuntu a try. So far it has been very well received and they are loving it. The problem I am running into is that some of them use laptops in multiple places, and some use routers that are not easily configured. In each case it makes port forwarding a large pain in the behind to allow for remote access.

I have started using the X11vnc reverse connection and it has been working well, except for the fact that it is using high quality color depth (24bit I think?). I know when starting the connection from my end I can set the color depth, but is there any way to set the depth of a reverse connection?

Also, I understand that using just vnc over the Internet is not secure. I need to look into a decent guide to set up SSH tunneling for this. I don't suppose anyone knows of a good guide for 10.04 and 10.10?

View 9 Replies View Related

OpenSUSE Install :: Can't Find Network Folder

Apr 17, 2010

Where is /etc/network/interfaces located?Or where can i find the interfaces?

View 9 Replies View Related

OpenSUSE Multimedia :: Can't Find The .themes Folder

Apr 21, 2010

I'm trying to install a theme, but I can't find the .themes folder.I goggled for it and found ~./themes and trying to extract there resulted in an error. where does it live?

(openSuse 11.2/Xfce 4.6)

View 3 Replies View Related

General :: Cannot Find 'hardware Drivers' Folder

Nov 9, 2010

I'm trying to install some drivers so my wireless connection will work and Ive got the genereal gist of how to do it, however Im stuck on a fairly trivial step...I cannot find the Hardware drivers folder! Everywhere tells me to look system>Administration>Hardware Drivers...but its not there.(I'm running 10.10 on a HP mini 1001)

View 8 Replies View Related

Red Hat / Fedora :: Can't Find Default Program Folder Using Yum

Oct 26, 2010

I installed Freeradius using Yum and then RPM, where the heck does the default program folder get installed and how do you even find it. I did a find . -name free and I come up with nothing. In Windows, I can go to a program respoistory, download a program to the default directory or choose one, launch the installation, and more often than not the program and most of it's components are installed in the 'Programs' directory. It is a pretty consistent, neat, and organized process. Can someone relate how Linux works in comparison? I am not knocking Linux, just trying to understand if there is a consistent method to how it downloads, installs, and stores applications.

View 7 Replies View Related

General :: Find Top 10 Big Files/Folder In The System?

Jun 1, 2011

Used following command to find out the top 10 big files in the system But it is having its own limitations as it consider files and directories both.

Code:

I would like to get the following information.

1)top 10 big files.
2)top 10 big directories.

File size with human readable output.

As executing

Code:

But when i add -h option for human readable file size its giving me wrong output.

Code:

View 10 Replies View Related

Fedora :: Changing Bit Depth For X Server Via The GUI?

Dec 1, 2010

I have a video game that in order to run requires a lower bit depth screen. I recall in the past, there was a video control panel, but I apparently don't have that option in the Monitor (gnome-display-properties) config tool.

View 12 Replies View Related

Debian :: Set Color Depth To 32 In Gnome?

Jun 22, 2010

Just installed 32 bit Lenny 5 in virtual box, a software computer, and virtualbox say that it wants the color depth changed from 24 to 32. Tried manually changing xorg.conf but then X would not start saying: 32 depth was inconsistent with 000 weight.

View 2 Replies View Related







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