Log into SSH on your dedicated or cloud server.
You can simply run the rm –rf (directory) command.
# rm –rf foldername
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
Log into SSH on your dedicated or cloud server.
You can simply run the rm –rf (directory) command.
# rm –rf foldername
Log into SSH on your dedicated or cloud server.
Type:
# find / -name type d -name “.*” -print0
A soft lockup is the symptom of a task or kernel thread using and not releasing a CPU for a period of time.
The technical reason behind a soft lock involves CPU interrupts and nmiwatchdog. For each CPU on the system, a watchdog process gets created. This process “wakes up” once per second, gets the current time stamp for the CPU it is
There are several possibilities.
• firewall, iptables configuration
• apache listen address / port
All systems get rebooted at the same time, and network filesystems must wait for the servers to be available.
This can take more than 5 to 10 minutes, so the server boot process cannot be delayed that long and an alternative solution is desired.
Command to create and delete group in Red Hat and CentOS linux
To create new group ,use given below command
# groupadd groupname
To get details of user account show account aging, password expiration ,we use the command chage.
With chage command use the option -l or –list.
RPM stands for Red Hat Packet Manager. It is a package management system in all Red Hat based Operating System (RHEL/CentOS/Scientific Linux). In RPM known file format .rpm is used. rpm.org community is involve in maintenance and development of RPM.
Use the chown command to change file owner and group information. Use the chmod command to change file access permissions such as read, write, and access.
The system utility fsck (for “file system check”) is a tool for checking the consistency of a file system in Unix and Unix-like operating systems.