User-space is defined as the runtime environment of normal, non-kernel processes; these processes are not always started by the user as many user-space processes such as daemons run before the user logs on.
1
vote
1answer
70 views
How can I free space on a Ubuntu Usb drive?
I'm very new in the Ubuntu family (I downloaded Ubuntu 12.04 LTS , just 2 days ago, I must learn Linux for college).
Second of all, English is not my native language, but I'll try to be as clear as ...
0
votes
1answer
38 views
Unknown user 119 when I type ps
when I typed
ps -aux
i recived
(...)
root 2158 0.3 0.1 43860 6028 ? Sl Jan18 0:36 Passenger spawn server
119 2037 0.0 0.6 59152 26208 ? ...
3
votes
3answers
219 views
How large is the storage space of ubuntu 1 free? (How many GB do I have)?
I know that google's my friend, but I didn't find the answer to this simple question anywhere. Can somebody please help?
10
votes
1answer
1k views
How to understand the flow of USB detection?
I would like to understand the flow of the USB events form the Kernel space to the User space (just out of my curiosity, in knowing how things are implemented).
To be more clear, I would like to ...
1
vote
1answer
259 views
Auto starting a program before any other program and preventing it to run the other programs until a directory is mounted
Well the title says it all, how can I auto-start a program before anything else and prevent any other program from running until a certain directory is mounted?
I am building a front-end program for ...
3
votes
1answer
3k views
Using Quota for disk limits
I installed quota using apt-get and followed some of the tutorials online.
I ran sudo edquota username which opened nano and gave a chart for me to edit. How what does the chart mean when it says ...
6
votes
4answers
877 views
How safe are my files in /home?
This is a community wiki. I would really like other folk's thoughts on this. I do not want to discuss the ethics of storing plain text passwords either.
For those unfamiliar, libpurple is the library ...
6
votes
1answer
144 views
How do we use mounted DVDs with multiple accounts without ejecting the disk?
I'm sharing my PC with my wife and my sister on regular basis. There are several issues when we switch from one user to another, such as the NetworkManager icon being present only on the first account ...
16
votes
2answers
13k views
How can I install a package without root access?
I have no root access on this machine.
I would like to know if there is a way I can download Ubuntu packages and install them as non-root?
Probably in my ~/bin or ~/usr/share or something like that? ...