1.I want to change runlevel but the Users shall not be
disturbed?how?
2.Disk have 5gb disk utilization even though files unable to
create, why?
3.what are the internal and external command in linux?
4.sar command o/p?
5.how list the open files?
6.what is kernel compiling?
7.How do u See complete configuration in ur system?
8.how will u make a daily updates with cron daily?
9.which port is associated with ttys0?
10.specific some problems linux admin(if u are linux
admin)faced and how did u overcome it?
Answer Posted / balasundaram
1. We can use the command, init <run level>.
2. It has many reasons,
a. Quota may touched to allocated hard limit.
repquota <mount point>
b. Capacity of the hard disk itself is 5GB. So 100%
utilization happened already.
df -h
c. inode limit may reached its maximum limit
df -i
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What will happen when a system call is encountered in a user program?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What file type is a makefile?
How can you check the amount of lines in a file?
Explain difference between swap partition and swap file?
How do you ask politely?
What is the difference between kill and kill in linux?
Which command would you use if you want to remove the password assigned to a group?
Explain about sh?
How do I list all processes in linux?
What does touch do in linux?
Which command puts a script to sleep untill a signal is recieved?
What signal is ctrl c?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
What is cpu in linux?