Ubuntu :: Is It Normal For The "top" Command To Show
Jul 23, 2010that I have 2 users? It says "2 users" I only have one account ... whats up with that?
View 4 Repliesthat I have 2 users? It says "2 users" I only have one account ... whats up with that?
View 4 RepliesI upgraded my MB, CPU and memory to 4G. I am running 32 bit Lenny. In the BIOS, I see about 3.8G memory. However, in Lenny I see only about 3.2G. Is it normal? Is there something I need to do to get the most out of memory this size, like setting highmem?
View 8 Replies View RelatedI am using gtk to program GUI. How can I show the output of shell command into a textbox, ex ps -efc command ?
View 3 Replies View RelatedBecause I have a flaky wireless device, I occasionally get a hung connection and this script gets things running again in just a few seconds except obviously the boldfaced item, as it still tries to run in the root directory and gives errors:
Configuration file "/root/.kde/share/config/knetworkmanagerrc" not writable.
Please contact your system administrator.
So I am not sure how to get knetworkmanager to run as me, the user ubuntu in the /home/ubuntu directory
#!/bin/bash
service network-manager stop
sleep 1
killall -9 knetworkmanager
[code]....
I would like to be able to suspend to disk or Ram from the command line. I can do it with the package 'hibernate' which works well, but it needs to be run as root:
Code:
Do you know if there is any way that I can make this script run by normal users?
I am using a minimal version of 9.04 with openbox.
I can switch to root by typing "su"After having done something, I hope to switch back to original normal user. What's the command,
View 3 Replies View RelatedI'm trying to start an Oracle Integration server as user "oracle" at system startup and my approach was to place a couple of lines in /etc/rc.localsu oracle/home/oracle/startallSomething is not quite right about this as it seems to leave some processes owned by root.
View 2 Replies View RelatedI have install RHEL5 and created normal user as "test". When I login as root user, I can run crontab command but when I login as test user, I can't run crontab command and throws error as "cron/test: Permission denied". how to enable crontab command for test user as well?
View 3 Replies View RelatedI have found so many ways for root user to execute commands in so many possible path locations - but having difficulties on executing commands as normal user - during start up.This is what i've got for /etc/rc.d/rc.local script:Code:su -l user && (/bin/sh svc_cmd.sh &)But the command doesn't run at all...
View 2 Replies View RelatedI am using vicidialnow 1.2 VERSION: 2.0.4-122 and BUILD: 81011-0855 (CEntos Based Dialer). In all the way, it is working fine. I want to give the access of command /usr/sbin/mtr to a Normal System USer, which is not working according to my wish. I have make the entry in as sudo or make the soft link of /usr/sbin/mtr to /bin. But all in vain. And i am not in the condition to give the root access to the user.
View 4 Replies View RelatedI just want to know that how can I execute my scripts (example.sh) files like other normal commands from command-line. Please describe the full method
View 5 Replies View RelatedI am trying to setup a system to allow normal users to execute a command without using sudo. Is this possible?
View 6 Replies View Relatedwhen loggin as a normal user and search for a file passwd under /etc. i get few errors with permission denied.how to ignore this permission denied errors.
csh hostname 109 % find . -name passwd
find: ./lvm/backup: Permission denied
find: ./lvm/archive: Permission denied
[code]....
I'm trying to find a command or program to show what files and folders are taking up the most space on the hard drive, much like tree size view on windows, is there and equivalent on linux?
View 2 Replies View RelatedDoes anyone know the command line option to show rhythmbox?
Basically I just want to make a shortcut to show the rhythmbox screen as opposed to clicking the icon and selecting show rhythmbox
rhythmbox-client --(option) --no-start
I know this is normal behaviour but I'd like to know why. When I type the users command in the terminal I'm shown twice.
View 5 Replies View Relatedwhat command will show me what application, or process is utilizing partition sda2. Here is an output that shows what I am seeing on the server.
[code]...
One to note is that this is an oracle rac server so the database binaries may be on sda but the DB's reside on the SAN.
just tried downloading the latest version of ubuntu and install it on my laptop got an error message at the end of the installation (an I/O error, dev sr0,sector something) now when booting i got grub rescue. the only command working are ls and set. commands such as 'linux' or 'boot' show 'unkown command'
typing
ls (hd0,1) or ls /boot/
results in
unknown filesystem
I tried to reinstall grub using the 3 different methods as in [URL] got no error message while doing so except when typing sudo grub-install --recheck /dev/sda it told me something about being unable to locate ubuntu or something along those lines - sorry i thought i'd remember .. running out of option is there a possibility to download the latest pre 10.04 stable version?
I'm in normal mode then I press "ayiw to yank a word into register a, gvim shows the "ayi as I type it near the bottom right corner. Is it possible to get this real-time display in console vim, if so how?
View 1 Replies View RelatedThe command time shows the time taken by a command to complete. Is there a command that shows the change in disk usage caused by a command? I would like to know how large a package is when I install it from source.
View 2 Replies View RelatedWhich command will tell me whether a directory is a symbolic link or not?
if it is a symbolic link, is there another command to show me which directories it is linked to?
What is the command to show the host name of the ip address?Suppose, I've an ip address like 209.191.122.70, now I want to know its host name.What is the command for that?
View 7 Replies View RelatedI shutdown around 4 - 5 hours ago which would be around 14:00 to 15:00 time range. But as you can see there's no entry for it. Why? and how can i find when i last shutdown?
Code:
last
lyle pts/1 :0.0 Tue Jul 6 19:18 still logged in
lyle :0 Tue Jul 6 19:15 still logged in
lyle tty7 :0 Tue Jul 6 19:15 still logged in
[Code]....
Suppose I'm editing a file with vim. The file, a text file, contains line terninators which are line feeds (LF= 0x0a). It could also contain horizontal tabs (HT= 0x09) and some more non-printable chars (in fact, it could be corrupt and contain anything). Will vim let me see the location within the text of those chars (chars = characters) and what each of them is? I know there are such things as hexdump and the like but it would be nice for me to stay within the vim session.
View 2 Replies View RelatedI need a command that can show me the HOST-NAME as well as ip-address in a single stress.
View 4 Replies View RelatedIt is possible to not only have the progress of the shredding, but the time elapsed/remained/whatever as well? It would be great to be able to see the time elapsed/time remaining along with the percentage complete.
View 4 Replies View Relatedwhat is the command to show the recent system calls in the OS?
View 2 Replies View RelatedI know these folders each have >80gb of files. Yet, they only show 4.0K in ls -lah? How can I have ls show size including the contents?
[root@aapsan01 aapxen01]# ls -lah
total 48K
drwxrwxrwx 6 root root 4.0K Sep 29 03:45 .
drwxrwxrwx 15 root root 4.0K Sep 27 09:15 ..
[Code]....
Is it possible to show the output of a command in xfce4-panel? Like you would do with Conky.The Xfce battery monitor consistently uses a bit of my CPU so I wish to run "acpi" (and work out a clever way to just show the percentage) every 5 or 10 minutes in the panel.
View 5 Replies View RelatedI want to use history command to show the time stamp, user id, ip address, command logged
View 1 Replies View Related