See All Size Of Folder In "/"

Hi
I'm new in linux
I want to see all folder with their sizes in /
Please what is the commande for this.
Thank you


Similar Content



Location Of Plex "Data" Folder When Installed On Arch

Trying to get my media server up and running again. In order to size my partitions correctly though, I could do with knowing where Plex Stores its "Data Folder" as spoken about in this clip at 7:50.

Any ideas?

I've found this page, but just wanted to confirm that this was the folder talked about in the video.

Any info would be good.

Cheers,

Skat

File Manager Folder Properties

In Windows, when a folder is right clicked, I can see the number of files and folders in that folder and the detailed size of the total of files and folders down to the byte. In Linux Mint when I do the same thing in the default file manager, it gives me a total nunber of "Items" and a size rounded to xx.x GB. Is there a file manager that will give me the same information as Windows does, or another way to get that information?

Linux Mint Share Asks For Password In Windows 7

In Linux Mint, I have right clicked on a folder and selected
"Sharing Options" -> checked the boxes to "Allow others to create and delete files in this folder" and "Guest Access..."

When I access the shared folder on Windows 7 it asks for a password. If I type a password in, it works.

I would like to configure it to not ask for a password, but just open the share.

Please Help! I'm Trying To Install A Program Through The Terminal

I'm sorry to ask such a simple question but every time I think I figure something out or think I'm going somewhere get stopped dead in my tracks. My friend installed linux on my computer and then moved away immediately so I have no one to help me!

I downloaded the webcam program Cheese. I found through some tutorials that I have to copy the folder to the /opt/ folder and the only way to do that is through the terminal. I found this tutorial and still can't manage to copy the folder. These are the problems I run into:

1. I don't know where to open the terminal. I've tried opening it from the extracted Cheese folder in my downloads folder and from the /opt/ folder itself. It opens up but:
2. when I type the command sudo cp -r cheese /opt/ it will ask for modernnewspeak's password. When I try to type this in nothing happens, even though it JUST let me type in the command. I pressed "enter" thinking maybe it was hiding my password and I get the message "cannot stat 'cheese'. No such file or directory"

please tell me what I'm doing wrong! I tried to follow that tutorial and look through the FAQ here but I cannot figure this out. Thank you in advance!

Rsync, Reliable "copy And Paste" Type Of Backup In Case Things Break?

What I did in windows was create images of my drive and restore them.

in linux I am running

Code:
rsync -aAXv --exclude={"/home/*","/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /* /path/to/backup/folder

and this creates a folder for me with all my files, and apparently saves meta data like permissions and paths...

Since I'm using arch and things break sometimes,I'm booted into a CLI with errors and cannot figure my way out since I'm a noob... would I be able to just delete my entire root and replace it with the rsync backup without a problem?

How To Run Shell Script In Any Folder Except The Folder Which Contains The Shell Script

I am using a shell script named by test.sh, for example containing
Code:
address="$PWD"
echo "$address"

.
If I put it in folder temp1, and run test.sh, then it will give me the address of the current directory. But if I am now in folder temp2, and I want to run test.sh, I always need to copy test.sh to folder temp2, and then run it. Is there a way that I can run test.sh without copying it? I am not root user.

Can't Log In To Linux After Folder Permissions Change

Hi everyone...

I'm running a Debian Wheezy 7 installation. I recently changed the ownership of my "/tmp" folder and have not been able to log in since. Everytime I turn on the computer it boots normally up to the log in screen, however when I try to log in the screen turns off and on for about a second and returns me to the log in screen. I cannot log in. I have not made any other changes to the system other than the one I mentioned.

If anyone can help it'd be greatly appreciated! Please help.

How To Install Wifi Driver On Kali Linux (I Have The Driver Installation Files)

Hi ,

I'm new to Linux , I installed Kali linux on my pc and the wifi card isn't working ..

It is a usb wifi card , It has a cd for its driver. There is a folder in the cd called " Linux Driver " and here's what is inside it

First folder :

http://imgur.com/WTNgnEm

Second folder :

http://imgur.com/PyH07Cs

And here it is when I write lsusb :

http://i.imgur.com/NiPbbxSh.jpg

I'd like to know the steps to install it , Thanks in advance ..

Restrict File Share Access To Only Certain LAN IP Addresses?

Hello
I have a few folders that I would like allow only access to certain ip schema
like for example
-folder "Products" allow access only to 10.10.20.x
-folder "Customers" allow access only to 10.10.21.x

Can this be dome using Samba?

machines connecting are windows machine from different networks coming true vpn

Thank you
-Fred

Permission Denied When Trying To Execute An Application On A SD Card

Hi,
I made some little applications with qt creator and i wanted to run them on an embedded linux board (linux 2.6.24). To transfer the files i use a SD card. If i move the applications to "/bin" after having mounted the SD card and then "chmod a+x" them then i have no problem running them.
But if i mount the SD card and try to run the applications directly in the folder where i mount it i have an error : "Permission denied". Also when using the command "ls" i notice that if i keep the files in the mounting folder and try to "chmod a+x" them, the modification don't happen. They stay "greyed" and don't go "green". (I don't know if this color code is a standart for linux terminal but maybe this could help you understand the problem).
When mounting the SD card i use the command :
Code:
mount -t vfat /dev/mmcblk0p1 /mnt/SD

So the files are located in /mnt/SD.

Am i missing something or is it not possible to run something like that ?

EDIT :
I tried "mount -t vfat -o umask=0000 /dev/mmcblk0p1 /mnt/SD" to chnage how i am mounting the SD card.

Still "Permission Denied".

With "ls -l" i can see that the permissions are staying :
-rw-rw-rw-

Even if i try something like "chmod 777".

It seems to be a problem related to the fact that the sd card is formated as fat32 but it must stay like that.