General :: Top: Meaning Of Some Abbreviations In The Summary Area?
May 28, 2011Kernel 2.6.21.5, Slackware 12.0top: procps 3.2.7Hi:Running top, I read, in the summary area,
Code:
root@darkstar:~# top
........
[code]....
Kernel 2.6.21.5, Slackware 12.0top: procps 3.2.7Hi:Running top, I read, in the summary area,
Code:
root@darkstar:~# top
........
[code]....
I use the following command to find files which are older than 60 days:
find /myfolder/* -mtime +60 > /myfolder/file.list
Now I want to find out the file size of all files contained in file.list in summary using the du command:
less /myfolder/file.list | xargs du -sh The du command prints the file sizes of every single file but not the summary and this is actually what I want.
I have a list of 2 character country abbreviations used in the Maxmind GeoCountry database that I need to convert to the standard 3 character country abbreviation ISO 3166-11 format. I could have a long list of sed substitute statements for each country.
Code:
sed "s/US/USA/g" <file>
Is their a more elegant way to do this? Maybe an array of some sort? This substitution will be used in a bash script.
Need to find the size of a file (html), and display it in a summary file. (Have tried du, ls, size, but none of these work).
View 6 Replies View RelatedI can't remember what "ISO" means. I've been busy with other projects, and I forget what release of Ubuntu I'm using. The computer I use the most is running Windoze 7, and I have Ubuntu running on two other machines but use them infrequently.
View 4 Replies View RelatedI have seen the following command:
$ kill %1
What is the usage of this statement?
I used the following command
Code:
file /usr/bin/mawk
Output is
[code]...
In shell scripting, what do or what does this symbol do or mean ? "."(octet), ";" (semicolon)? Would really like to know? Cause I saw a written script if [ -f /etc/file ];then. . /etc/file. Wondering, the "." is meant to be source, so is "." the same thing as "source" ?
View 2 Replies View RelatedI've several questions to ask: Why do some files have black arrows pointed outward in my file system? Why are some files in compressed form, e.g. initrd.img?? How are such files used by the system??
View 2 Replies View RelatedI am trying to see if a module that i loaded on Redhat succeeds.The module is from intel called vtune_drv-x32_64-2.6.18-194.el5smp.ko.When I run the script during the installation process, it shows that it is successful.Is the "0" at the end of line meaning that the module is not successfully loaded?
View 2 Replies View RelatedWhat is a pipe? and why a file is a named pipe? I am just learning linux.
View 2 Replies View RelatedI'm using openSUSE 11.3. In the Yast2's module: Software Management, in the search tab, there is a column called: "Installed (Available)", It usually shows the current installed version of the package, but sometimes its blue, red or most of the times black. What does the color mean?
View 1 Replies View RelatedI keep getting a bunch of these warnings and was wondering what they mean and if they are anything that I should be worried about.
Code:
JFFS2 warning: (1038) jffs2_sum_write_data: Summary too big (-32 data, -1305 pad) in eraseblock at 00400000
I have problem with Kontact since KDE 4.3.x (now I'm using 4.4.1). In earlier version (KDE 3) I had summary with calendar, holidays, notes and mail notifications in left column of summary and RSS (Akregator) channels in right column. I can't do the same thing with new Kontact - left column takes all summary window I don't have Akregator plugin in Summary configuration but Akregator is of course installed:
[code]....
I have a squid proxy server (which I am very new too) which all traffic from my office goes through. The proxy itself is working fine, but I can not get logwatch to email me a daily summary. logrotate seems to be throwing an error:
# logrotate /etc/logrotate.conf
error: squid:1 duplicate log entry for /var/log/squid/access.log
My /etc/logrotate.d/squid file is below... My access logs are in /logs/squid not in /var/log/squid.
[Code]...
I'm performing some experiments on a box with 5x36,4G disks. Right now I have partitioned all the drives in chunks of 1G, and put them together 3 by 3 in raid5. (Yeah, there's a lot of md-devices..). 'mdadm --query' and 'mdadm --detail' give summary/detailed information about the md's, on condition that I specify the device.
My question is if there would be a way to have a summary overview of all the md-devices at once. I've gone through the manual, but haven't found anything which resembles a useful command.
When you have boot troubles, you will often be asked to run Boot-Info-Script in order to see a summary of your boot parameters. Standard method is a little difficult, so I made a little GUI to do it very easily :
1) Boot on Ubuntu live-CD or live-USB. (or Boot-Repair-Disk which will lead you automatically to step 4)
2) Connect internet
3) Open a terminal and type :
Code:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update && sudo apt-get install -y boot-repair && gksu boot-repair
4) Click on "Create a BootInfo summary":
5) Done !
Now just indicate (or copy/paste) the URL that appears to people who help you on this forum.
How can I get Zypper to show the full description of packages rather than a truncated summary? When I use zypper to list installed packages or search for packages from the command line I would like to see the full detailed description of the packages that are returned in the results. Currently zypper only shows me a truncated summary description.
View 2 Replies View RelatedI don't know if this is a configuration issue or a hardware issue, but I have a Kinesis Advantage USB keyboard and for some reason the F3-F5 keys aren't responding as they used to. They don't respond to anything and, when I tried using F5 on Emacs, it said <XF86AudioNext> is undefined, so I guess it's a weird mapping problem.
Any idea how I could remap them to the original meaning?
I would like to know the meaning or purpose of using "~" symbol in scripting language..The line is uri=~"sip:q@192.168.64.75"..
View 6 Replies View RelatedI've installed GNOME 3 on my Gentoo Linux, it really awesome and I love it.But here is a little glitch that I don't get used to: The notification area is hide until I hit "Windows" key or move the mouse cursor to the right-bottom corner.Since I've some program use the notification to indicate their status (for example, my Chinese input method use this to indicate whether I'm in English mode or Chinese mode. And a program that show the CPU temperature on the notification area).It becomes a little inconvenient if I've to move the cursor or hit "Windows" key just in order to check those status.
So is it possible to make the notification area always show on the screen? Or is it possible to integrate the notification area to menu bar just like GNOME 2.X or XFCE4?Besides that, I would like to know is it possible to remove the accessibility on the menu bar top-right corner?
I have folder inside /usr folder /usr/mywork and I want to make user account can only access and modifies files in it and this user can not modifie files out of thus maybe by using rssh or sftp
View 2 Replies View RelatedI'm working in a lab running a CentOS server with Perl 5.8.8.
I would like to install a newer version of Perl for my personal use only (i.e. do not affect other users). How can I do that?
I ve installed Fedora14 i686 Spin edition.my laptop config: core2duo processor,4GBram,500gb hdd.Problem:I ve 4 partitions....XP in C drive 23GB, D:210GB;E:236GB & in remaining space around 30GB, i installed Fedora while installation i didnt aware of SWAP AREA & while installing i got WARNING:LESS SWAP AREA but i ignored it..now no freespace.can i create SWAP AREA now? that to without reinstallation.HOW CAN I GIVE SWAP AREA?
View 1 Replies View RelatedI have a form that have a browse button, convert to ASCII button, cancel button and text area... all i have to do is...? when i click the browse button and choose a folder that have a utf8.txt the file that have utf8 will appear or display into the text area... what i can i do to make this..?
View 6 Replies View RelatedI am using Linux. What is the meaning of chmod 666?
View 5 Replies View RelatedI have a problem after newly installation of rhel5. Actually i am not facing any problem by this but getting this message at system startup PCI: Bios Bug: MCFG area at e0000000 in not E820-Reserved.
View 1 Replies View RelatedI am new to networking and trying to setup my own local area network using virtual box machines. I have installed BIND 9.7.3 using yum in Fedora (dns server) and created all necessary .conf and zone fil es. I am successfully able to resolve domain names on this host machine (dns server). for example dig @dns.domain.lan client1.domain.lan correctly resolves domain name.
[Code]...
I started my computer with a problem that all of the windows without title bars. I tried to logout my laptop, and the problem was solved. I opened one terminal window, type 'who', founded that i was login the system as 'tty8'. That was really funny, I know that if i login the system normally i may login the system as 'tty7'. why i login as 'tty8' when logout one time? My edition is ubuntu 10.04.
View 2 Replies View Relatedi have been assigned a task to form a system like gmail over the local area network of my institution.i am not able to find the correct approach.
View 2 Replies View Related