In ubuntu server when i ls a newly created user i cannot find directories such as desktop, documents, downloads etc.
Asked
Active
Viewed 1,731 times
1 Answers
2
Directories like Desktop, Documents, Music, etc. are a desktop (not server) convention.
Those directories are automatically created on an Ubuntu Desktop system, but not on an Ubuntu Server system.
If you want those directories on a server, you can easily make them yourself. There's nothing special about them:
mkdir ~/Documents ~/Downloads ~/Music ~/Pictures ~/Videos
Warning: Desktop Trash won't work outside of a Desktop Environment.
user535733
- 68,493