|
- Ask Ubuntu
Q A for Ubuntu users and developers
- How to delete a non-empty directory in Terminal? - Ask Ubuntu
Use the below command : rm -rf lampp It deletes all files and folders contained in the lampp directory In case user doesn't have the permission to delete the folder: Add sudo at the beginning of the command : sudo rm -rf folderName Otherwise, without sudo you will be returned permission denied And it's a good practice to try not to use -f while deleting a directory: sudo rm -r folderName
- Cannot connect to Ubuntu 22. 04 through RDP
PROBLEM: can't connect to my Ubuntu server through RDP MSTSC RETURNS: [Window Title] Remote Desktop Connection [Content] Remote Desktop can't connect to the remote computer for one of these reason
- What is the correct way to completely remove an application?
166 For Ubuntu 12 04 and maybe higher, the correct method is: sudo apt-get --purge autoremove packagename As detailed here Do not use packagename* as that can delete unintended packages and cause more problems than it solves Or if you must, at least run it with a -s, --simulate, --dry-run flag first to see exactly what it will do without
- How do I check system specifications? - Ask Ubuntu
A user on the Ubuntu Forums (MAFoElffen) has created a system-info script for the official Ubuntu Forums This script uses various system commands (such as lscpu, hwinfo, lspci, lsblk etc ) to generate a detailed report of all relevant information
- What is the default root password? - Ask Ubuntu
I installed Ubuntu 12 04 LTS (Precise Pangolin), 64 bit Nowhere was I asked to set password for root I just installed AccuRev SCM software It was installed under the root folder by default No
- command line - How do you view file permissions? - Ask Ubuntu
I want to know how to see the permissions a particular file has Which command should I type in the terminal? However, I don't want to change it
- boot - How to start GUI from command line? - Ask Ubuntu
97 I've installed Ubuntu 12 04 32-bit on my machine But when I switch on the computer, I get command line: Ubuntu 12 04 LTS COMP-1245 tty1 And it prompts for username and password Once I provide my username and password, it authenticates login and then displays a link to documentation Now, how can I start GUI? I'm stuck at command line
|
|
|